Skip to content

Commit b324632

Browse files
committed
fix some issues
1 parent f35bee3 commit b324632

File tree

6 files changed

+4576
-13543
lines changed

6 files changed

+4576
-13543
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff 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)

layouts/index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)