File tree Expand file tree Collapse file tree 6 files changed +4576
-13543
lines changed
Expand file tree Collapse file tree 6 files changed +4576
-13543
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
2020 node-version : ' 14'
2121
2222 - name : Install dependencies
23- run : npm ci
23+ run : yarn
2424
2525 - name : Build
26- run : npm run build
26+ run : yarn run build
2727
2828 - name : Deploy
2929 uses : peaceiris/actions-gh-pages@v3
Original file line number Diff line number Diff line change @@ -128,16 +128,3 @@ Doks comes with [commands](https://getdoks.org/docs/prologue/commands/) for comm
128128- [ Netlify Community] ( https://community.netlify.com/ )
129129- [ Hugo Forums] ( https://discourse.gohugo.io/ )
130130- [ Doks Discussions] ( https://github.com/h-enk/doks/discussions )
131-
132- ## Sponsors
133-
134- Support this project by becoming a sponsor. Your logo will show up here with a link to your website.
135-
136- [ ![ OC sponsor 0] ( https://opencollective.com/doks/tiers/sponsor/0/avatar.svg )] ( https://opencollective.com/doks/tiers/sponsor/0/website )
137- [ ![ OC sponsor 1] ( https://opencollective.com/doks/tiers/sponsor/1/avatar.svg )] ( https://opencollective.com/doks/tiers/sponsor/1/website )
138-
139- ## Backers
140-
141- Support this project by becoming a backer. Your avatar will show up here.
142-
143- [ ![ Backers] ( https://opencollective.com/doks/tiers/backer.svg )] ( https://opencollective.com/doks )
Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ <h1 class="mt-0">{{ .Title }}</h1>
66 </ div >
77 < div class ="col-lg-9 col-xl-8 text-center ">
88 < p class ="lead "> {{ .Params.lead | safeHTML }}</ p >
9- < a class ="btn btn-primary btn-lg px-4 mb-2 " href ="/docs/{{ if .Site.Params.options.docsVersioning }}{{ .Site.Params.docsVersion }}/{{ end }}prologue/introduction/ " role ="button "> Get Started</ a >
10- <!-- <p class="meta">Open-source MIT Licensed. <a href="https://github.com/h-enk/doks">GitHub v{{ $data := getJSON "/package.json" }}{{ $data.version }}</a></p> -->
119 </ div >
1210 </ div >
1311</ section >
You can’t perform that action at this time.
0 commit comments