Skip to content

Commit

Permalink
update theme, minor fixes to readme (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bradamant3 authored Feb 5, 2025
1 parent 2e0ffb3 commit 7893c39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The DirectPV docs use [Hugo](https://www.gohogo.io) to generate static HTML page
git submodule update --init --recursive
```

4. `cd themes/kes-doc-theme`
4. `cd themes/kes-docs-theme`
5. `npm install`
6. `npm run build`
7. `cd ../../`
Expand All @@ -52,7 +52,7 @@ To pull new updates to the theme from the upstream repository, run the following

```
git submodule update --recursive --remote
cd themes/hugo-docs-theme
cd themes/kes-docs-theme
npm install
npm run build
cd ../../
Expand Down
2 changes: 1 addition & 1 deletion themes/kes-docs-theme

0 comments on commit 7893c39

Please sign in to comment.