Skip to content

Commit

Permalink
update theme
Browse files Browse the repository at this point in the history
  • Loading branch information
debugtalk committed Jun 1, 2023
1 parent 18806a5 commit c5c8133
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Expand Up @@ -11,6 +11,7 @@ tags:
> 这份 2022 年终总结原本应该是在春节期间完成的,但当时因为拖延症只零零散散写了不到一半。春节复工后又一直在忙工作上的事情,都到了 5 月份还没下定决心动工。最近这个周末我迎来了 35 岁这个互联网圈的魔咒年龄,我想,坚持了六七年每年一篇的年终总结不能就这么断了,于是就趁着这个周末,花了 2 天时间补上了,心里总算是松了口气。
在 2021 年春节假期快结束的时候,我发布了[我的 2021 年终总结]。怀揣着创业的激情,带着对 2022 年的憧憬,我踏上了回成都的路。

转眼间一年又过去了,回首整个 2022 年,于我而言是充满艰辛的一年,也是收获颇丰的一年。不管怎样,我想在本文中记录下我的 2022,清空自己然后继续前行,迎接全新的 2023。

## 工作
Expand Down
2 changes: 1 addition & 1 deletion themes/jane
Submodule jane updated 97 files
+1 −1 .all-contributorsrc
+30 −0 .github/workflows/build.yml
+7 −1 .gitignore
+0 −0 .gitmodules
+11 −0 .prettierrc
+3 −0 .vscode/settings.json
+3 −3 CHANGELOG.md
+6 −29 README.md
+2 −0 SITES.md
+8 −0 archetypes/default.md
+31 −0 archetypes/post.md
+33 −0 assets/js/initFootnoteTooltip.js
+36 −0 assets/js/initHeaderAnchor
+49 −0 assets/js/initMobileNavbar.js
+48 −0 assets/js/initToc.js
+8 −224 assets/js/main.js
+10 −0 assets/jsconfig.json
+10 −15 assets/sass/_base.scss
+157 −235 assets/sass/_common/_normalize.scss
+8 −8 assets/sass/_partial/_archive.scss
+2 −3 assets/sass/_partial/_back-to-top.scss
+2 −1 assets/sass/_partial/_footer/_social.scss
+6 −1 assets/sass/_partial/_header.scss
+0 −3 assets/sass/_partial/_header/_logo.scss
+56 −0 assets/sass/_partial/_header/_menu-item.scss
+12 −52 assets/sass/_partial/_header/_menu.scss
+12 −8 assets/sass/_partial/_pagination.scss
+30 −50 assets/sass/_partial/_post.scss
+0 −487 assets/sass/_partial/_post/_chroma_highlight.scss
+0 −63 assets/sass/_partial/_post/_code.scss
+7 −24 assets/sass/_partial/_post/_content.scss
+0 −1 assets/sass/_partial/_post/_copyright.scss
+28 −31 assets/sass/_partial/_post/_footnote.scss
+40 −16 assets/sass/_partial/_post/_header.scss
+0 −0 assets/sass/_partial/_post/content/_blockquote.scss
+23 −0 assets/sass/_partial/_post/content/_code.scss
+29 −0 assets/sass/_partial/_post/content/_highlight.scss
+0 −0 assets/sass/_partial/_post/content/_image.scss
+20 −0 assets/sass/_partial/_post/content/_table.scss
+94 −0 assets/sass/_partial/_toc.scss
+4 −4 assets/sass/_variables.scss
+1 −0 assets/sass/jane.scss
+54 −25 dev-config.toml
+0 −0 exampleSite/.hugo_build.lock
+8 −7 exampleSite/config.toml
+4 −4 exampleSite/content/post/demo/1-image.md
+72 −0 exampleSite/content/post/demo/2-toc.md
+4 −4 exampleSite/content/post/demo/3-syntax-highlighting.md
+7 −2 exampleSite/content/post/demo/4-footnote.md
+5 −5 exampleSite/content/post/demo/5-math.md
+7 −2 exampleSite/content/post/demo/6-shortcode-notice.md
+4 −4 exampleSite/content/post/demo/7-shortcodes-preview.md
+59 −0 exampleSite/content/post/docs/how-to-contribute.md
+27 −5 exampleSite/content/post/jane-theme-preview.md
+0 −0 exampleSite/content/post/other/creating-a-new-theme.md
+0 −0 exampleSite/content/post/other/english-preview.md
+0 −0 exampleSite/content/post/other/goisforlovers.md
+3 −3 exampleSite/content/post/other/hugoisforlovers.md
+0 −0 exampleSite/content/post/other/migrate-from-jekyll.md
+70 −0 exampleSite/content/post/other/test-toc/global-toc-except-this.md
+20 −0 exampleSite/content/post/other/test-toc/no-header-dont-show-toc.md
+0 −0 exampleSite/content/post/other/this-is-a-very-long-title.md
+53 −20 exampleSite/full-config.toml
+1 −0 exampleSite/resources/_gen/assets/scss/sass/jane.scss_511aa33e99371f93fbf403479ebfd32e.content
+1 −0 exampleSite/resources/_gen/assets/scss/sass/jane.scss_511aa33e99371f93fbf403479ebfd32e.json
+1 −1 i18n/en.yaml
+71 −56 layouts/_default/baseof.html
+71 −24 layouts/_default/single.html
+2 −2 layouts/_default/terms.html
+16 −125 layouts/partials/comments.html
+11 −0 layouts/partials/comments/changyan.html
+8 −0 layouts/partials/comments/commento.html
+28 −0 layouts/partials/comments/disqus.html
+21 −0 layouts/partials/comments/giscus.html
+24 −0 layouts/partials/comments/livere.html
+9 −0 layouts/partials/comments/utteranc.html
+28 −0 layouts/partials/comments/valine.html
+1 −1 layouts/partials/footer.html
+13 −2 layouts/partials/head.html
+3 −3 layouts/partials/header.html
+2 −2 layouts/partials/photoswipe.html
+8 −6 layouts/partials/post/i18nlist.html
+74 −0 layouts/partials/post/meta.html
+11 −8 layouts/partials/post/toc.html
+23 −7 layouts/partials/scripts.html
+3 −0 layouts/partials/svg/telegram.svg
+0 −103 layouts/post/single.html
+13 −39 layouts/post/summary.html
+1 −1 layouts/shortcodes/blockquote.html
+2 −2 layouts/shortcodes/gallery.html
+1 −1 layouts/shortcodes/wp.html
+0 −228 resources/_gen/assets/js/js/main.js_dd8e2cf639efdbde29d18adce2335348.content
+0 −1 resources/_gen/assets/js/js/main.js_dd8e2cf639efdbde29d18adce2335348.json
+0 −1 resources/_gen/assets/scss/sass/jane.scss_48b060fe05b0a273d182ef83c0605941.content
+0 −1 resources/_gen/assets/scss/sass/jane.scss_48b060fe05b0a273d182ef83c0605941.json
+36 −15 stackbit.yaml
+2 −2 theme.toml

0 comments on commit c5c8133

Please sign in to comment.