Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
shivan-s committed Oct 21, 2024
1 parent 28b54d8 commit 9ecba25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/PaperMod
Submodule PaperMod updated 61 files
+0 −112 .github/ISSUE_TEMPLATE/bug.yaml
+50 −0 .github/ISSUE_TEMPLATE/bug_report.md
+1 −1 .github/ISSUE_TEMPLATE/config.yml
+0 −32 .github/ISSUE_TEMPLATE/enhancement.yaml
+7 −0 .github/ISSUE_TEMPLATE/new-blank-issue.md
+17 −0 .github/stale.yml
+10 −7 .github/workflows/gh-pages.yml
+1 −1 LICENSE
+8 −11 README.md
+5 −3 assets/css/common/main.css
+3 −7 assets/css/common/post-entry.css
+18 −25 assets/css/common/post-single.css
+4 −5 assets/css/common/profile-mode.css
+1 −1 assets/css/core/license.css
+0 −2 assets/css/core/reset.css
+2 −2 assets/css/core/theme-vars.css
+0 −6 assets/css/core/zmedia.css
+63 −0 assets/css/hljs/an-old-hope.min.css
+0 −24 assets/css/includes/chroma-mod.css
+0 −86 assets/css/includes/chroma-styles.css
+2 −2 assets/css/includes/scroll-bar.css
+1 −6 assets/js/fastsearch.js
+3 −3 assets/js/fuse.basic.min.js
+44 −0 assets/js/highlight.min.js
+1 −1 assets/js/license.js
+0 −33 i18n/cs.yaml
+2 −2 i18n/fr.yaml
+0 −33 i18n/no.yaml
+0 −33 i18n/oc.yaml
+0 −33 i18n/pa.yaml
+2 −2 i18n/pl.yaml
+0 −33 i18n/pnb.yaml
+0 −33 i18n/ro.yaml
+0 −33 i18n/sk.yaml
+0 −33 i18n/sw.yaml
+0 −33 i18n/th.yaml
+3 −3 i18n/tr.yaml
+1 −9 i18n/vi.yaml
+6 −22 layouts/_default/archives.html
+0 −4 layouts/_default/baseof.html
+4 −11 layouts/_default/list.html
+27 −59 layouts/_default/rss.xml
+1 −1 layouts/_default/search.html
+4 −11 layouts/_default/single.html
+1 −1 layouts/partials/breadcrumbs.html
+5 −6 layouts/partials/cover.html
+4 −13 layouts/partials/footer.html
+18 −5 layouts/partials/head.html
+1 −1 layouts/partials/header.html
+1 −1 layouts/partials/home_info.html
+1 −1 layouts/partials/index_profile.html
+1 −3 layouts/partials/post_meta.html
+45 −69 layouts/partials/share_icons.html
+3 −4 layouts/partials/social_icons.html
+139 −400 layouts/partials/svg.html
+0 −47 layouts/partials/templates/_funcs/get-page-images.html
+13 −20 layouts/partials/templates/opengraph.html
+3 −8 layouts/partials/templates/schema_json.html
+19 −24 layouts/partials/templates/twitter_cards.html
+2 −2 layouts/partials/toc.html
+1 −1 theme.toml

0 comments on commit 9ecba25

Please sign in to comment.