-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule paper
updated
25 files
+1 −1 | .prettierrc.js | |
+68 −29 | README.md | |
+47 −10 | assets/app.css | |
+518 −197 | assets/main.css | |
+0 −0 | exampleSite/.hugo_build.lock | |
+1 −1 | exampleSite/README.md | |
+2 −0 | exampleSite/config.toml | |
+1 −1 | exampleSite/content/post/markdown-syntax.md | |
+3 −8 | exampleSite/content/post/math-typesetting.md | |
+1 −0 | exampleSite/content/post/placeholder-text.md | |
+3 −0 | go.mod | |
+5 −0 | i18n/it.yaml | |
+5 −0 | i18n/sw.yaml | |
+1 −1 | layouts/404.html | |
+9 −7 | layouts/_default/baseof.html | |
+13 −7 | layouts/_default/list.html | |
+31 −5 | layouts/_default/single.html | |
+2 −2 | layouts/partials/footer.html | |
+40 −26 | layouts/partials/head.html | |
+10 −9 | layouts/partials/header.html | |
+33 −0 | layouts/partials/math.html | |
+20 −0 | layouts/partials/mermaid.html | |
+10 −10 | package.json | |
+626 −725 | pnpm-lock.yaml | |
+1 −0 | static/linkedin.svg |