-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: jcs090218 <[email protected]>
- Loading branch information
1 parent
64fd8b8
commit 93364b0
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule geekdoc
updated
21 files
+0 −13 | .eslintrc.json | |
+1 −0 | .lycheeignore | |
+1 −0 | .nvmrc | |
+1 −1 | .woodpecker/docs.yml | |
+1 −1 | .woodpecker/test.yml | |
+1 −1 | README.md | |
+22 −0 | eslint.config.js | |
+1 −0 | exampleSite/config/_default/config.yaml | |
+1 −1 | exampleSite/content/en/_index.md | |
+1 −1 | layouts/partials/language.html | |
+1 −1 | layouts/partials/microformats/opengraph.html | |
+1 −1 | layouts/partials/microformats/twitter_cards.html | |
+829 −1,966 | package-lock.json | |
+9 −8 | package.json | |
+1 −1 | src/js/colorTheme.js | |
+1 −1 | src/js/index.js | |
+1 −1 | src/js/mermaid.js | |
+4 −4 | src/js/search.js | |
+1 −1 | theme.toml | |
+12 −10 | webpack.config.js | |
+124 −34 | webpack.plugins.js |