-
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
1 parent
459151d
commit 18d6b8b
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule paper
updated
30 files
+0 −2 | .prettierrc.js | |
+0 −2 | .stylelintignore | |
+0 −12 | .stylelintrc.js | |
+25 −26 | README.md | |
+56 −19 | assets/app.css | |
+396 −284 | assets/main.css | |
+3 −1 | exampleSite/config.toml | |
+1 −1 | i18n/fa.yaml | |
+5 −0 | i18n/oc.yaml | |
+ − | images/screenshot.png | |
+ − | images/screenshot_dark.png | |
+ − | images/screenshot_mobile.png | |
+ − | images/tn.png | |
+4 −3 | layouts/_default/baseof.html | |
+11 −10 | layouts/_default/list.html | |
+32 −29 | layouts/_default/single.html | |
+7 −3 | layouts/partials/footer.html | |
+44 −27 | layouts/partials/head.html | |
+10 −11 | layouts/partials/header.html | |
+18 −12 | layouts/partials/math.html | |
+14 −0 | layouts/partials/mermaid.html | |
+8 −10 | package.json | |
+595 −1,301 | pnpm-lock.yaml | |
+1 −1 | static/github.svg | |
+1 −1 | static/instagram.svg | |
+1 −1 | static/linkedin.svg | |
+1 −1 | static/mastodon.svg | |
+1 −1 | static/rss.svg | |
+1 −0 | static/threads.svg | |
+1 −1 | static/twitter.svg |