Skip to content

Commit

Permalink
update theme dir
Browse files Browse the repository at this point in the history
  • Loading branch information
shabane committed Oct 15, 2024
1 parent 5d28b31 commit 83b863e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/hugo-theme-stack
Submodule hugo-theme-stack updated 38 files
+1 −1 .github/ISSUE_TEMPLATE/bug_report.yml
+0 −33 assets/icons/rust.svg
+1 −0 assets/scss/partials/article.scss
+22 −1 assets/scss/partials/layout/article.scss
+14 −12 assets/scss/partials/menu.scss
+4 −0 assets/ts/colorScheme.ts
+9 −2 config.yaml
+6 −6 data/external.yaml
+2 −2 exampleSite/content/page/about/index.md
+5 −5 exampleSite/content/post/math-typesetting/index.md
+45 −19 exampleSite/hugo.yaml
+72 −0 i18n/be.yaml
+73 −0 i18n/bg.yaml
+3 −0 i18n/fr.yaml
+11 −1 i18n/ja.yaml
+72 −0 i18n/oc.yaml
+71 −0 i18n/sk.yaml
+8 −1 i18n/zh-cn.yaml
+6 −0 layouts/_default/_markup/render-heading.html
+5 −5 layouts/_default/rss.xml
+1 −1 layouts/partials/article/components/details.html
+1 −1 layouts/partials/article/components/footer.html
+5 −1 layouts/partials/article/components/links.html
+1 −1 layouts/partials/article/components/math.html
+46 −0 layouts/partials/comments/provider/beaudar.html
+1 −1 layouts/partials/comments/provider/disqusjs.html
+1 −0 layouts/partials/comments/provider/gitalk.html
+1 −1 layouts/partials/comments/provider/twikoo.html
+1 −1 layouts/partials/data/description.html
+1 −1 layouts/partials/footer/footer.html
+3 −3 layouts/partials/head/head.html
+4 −4 layouts/partials/head/opengraph/provider/base.html
+2 −2 layouts/partials/head/opengraph/provider/twitter.html
+1 −1 layouts/partials/head/style.html
+26 −23 layouts/partials/sidebar/left.html
+4 −1 layouts/partials/sidebar/right.html
+1 −1 netlify.toml
+1 −1 theme.toml

0 comments on commit 83b863e

Please sign in to comment.