Commit Graph

52 Commits

Author SHA1 Message Date
Cell e7e007308d 🔧 Chore: CDN of cell-watermark library supported 2022-02-20 13:20:10 +08:00
Cell 5e67406d8c 🐛 Fix: watermark params error cause of case insensitive for .Site.Params 2022-02-17 16:11:38 +08:00
Cell a5a05a6a95 📝 Docs: add documentation for customJS option 2022-02-17 14:36:33 +08:00
Cell e7b65c47fa Perf: remove inline script (#32) 2022-02-13 15:53:37 +08:00
Cell 88f0990b68 Feat: update watermark 1.0.3-RC (fontFamily support) 2022-01-30 19:33:07 +08:00
Cell e2143869b7 Perf: clear site run time interva when document hidden 2022-01-19 20:33:55 +08:00
Cell fd411683e1 ✏️ Docs: fix typos 2022-01-18 15:58:01 +08:00
Cell 152ea41b7c 🐛 Fix: deformed numeric figure values of site run time 2022-01-16 15:35:39 +08:00
Cell e5ab464a60 Feat: add pangu.js support (#20) 2022-01-13 17:49:32 +08:00
Cell 9c4f9c0075 🐛 Fix: clipboardJS load error (#29) 2022-01-13 15:20:17 +08:00
Cell ff3346ce2d 🎨 Perf: optimize assets code 2022-01-13 14:43:19 +08:00
Cell 1a8d4907ef Feat: add CustomJS option (#24) 2022-01-09 22:42:29 +08:00
Cell ae98fa7bb7 Perf: optimize JS loading (#25) 2022-01-09 21:49:10 +08:00
Cell 3bd47c4eb8 🎉 Feat: add "不蒜子" count and site run time (#18) 2022-01-09 18:15:38 +08:00
Cell 8cf8c53e2a 🐛 Fix: watermark.enable judge error 2022-01-08 18:38:17 +08:00
Cell c03530a115 🐛 Fix: watermark.enable judge error 2022-01-08 18:35:29 +08:00
Cell dcd190949c 🎉 Feat: add Watermark support (#16) 2022-01-08 16:40:48 +08:00
Cell 36d38599c6 🔥 Feat: remove lib smooth-scroll (#1) 2021-12-23 20:48:48 +08:00
Dillon aa48df5edd feat(content): support complete local resource references (#388) 2020-05-28 17:05:37 +08:00
Dillon 8f53c999e5 chore: refactor some code 2020-05-18 21:30:33 +08:00
Dillon d3d2d751ec feat(shortcode): add script shortcode (#359) 2020-05-15 17:43:04 +08:00
Dillon c5a0ec61c9 feat(compatibility): add config for compatibility (Polyfill.io and object-fit-images) 2020-05-15 16:32:36 +08:00
Dillon 486d859cc8 feat(page): add custom page library support (css and js) (#357) 2020-05-13 22:12:51 +08:00
Dillon 0a9ec97450 feat(cookies): add Cookie consent banner (#355) 2020-05-13 21:19:39 +08:00
Dillon 7c4962e39a fix(compatibility): compatibility for version 0.1.X (#351) 2020-05-12 22:40:49 +08:00
tomaja 87923f284c Added Serbian translation (#324) 2020-05-06 23:50:10 +08:00
Dillon e4c71edddf feat(typeit): add some config for TypeIt (#314) 2020-05-04 13:20:01 +08:00
Dillon e3e3bdf9ee feat(rss): add rssFullText param for RSS (#301) 2020-05-01 23:29:24 +08:00
Dillon 3040ffa107 feat: improve browser compatibility for TypeIt and object-fit (#293)
* object-fit polyfill
* TypeIt 7.0.3 -> 6.5.1
2020-04-30 23:21:52 +08:00
Dillon 286bf7003c chore(style): improve lightgallery style code 2020-04-29 23:54:27 +08:00
Dillon 16a4e94117 feat(search): add more params for search and improve search index (#279) 2020-04-29 02:34:28 +08:00
Dillon 6805d695f6 chore: update docs and style (#269) 2020-04-28 01:38:22 +08:00
Dillon b46c81053f feat(twemoji): add support for twemoji (#264) 2020-04-27 02:27:26 +08:00
Dillon bcbc4268ea feat(code): add support for code block folding (#259) 2020-04-26 03:25:10 +08:00
Dillon 41a92c6166 feat(style): simplify blockquote style and rm fa-fw for fontawesome syntax (#257) 2020-04-25 02:05:43 +08:00
Dillon 7ab1c10639 chore(libs): update libs (#256) 2020-04-24 23:47:47 +08:00
Dillon c2197b7411 feat(social): improve social links (#254)
* replace forkawesome and iconfont with simple icons
* add more configs for social
2020-04-24 19:04:37 +08:00
Dillon 3c38d54a87 feat(home): add custom content for home page (#248) 2020-04-22 17:50:30 +08:00
Dillon a0ab272f7d fix: fix script CORS error (#246) 2020-04-22 01:00:51 +08:00
codedge a5d0b9a3eb Add fathom analytics (#200)
Co-authored-by: Dillon <dillonzq@outlook.com>
2020-04-21 23:37:05 +08:00
Dillon f14301c395 feat: improve configuration (#245)
* feat: improve configuration

* fix: fix partials/footer.html error
2020-04-21 22:55:06 +08:00
Dillon 8a0e61085c feat(code): add copy button for code (#239) 2020-04-18 20:54:54 +08:00
Dillon 9f37d7bc2a feat(compatibility): add polyfill.io to improve compatibility (#236) 2020-04-17 00:25:42 +08:00
Dillon 90184ca3e7 feat(search): add local search (#231)
* feat(search): add local search

* docs: add docs for search
2020-04-15 15:46:50 +08:00
Dillon aed8734d83 feat(shortcode): add mapbox shortcode (#190)
* feat(shortcode): add mapbox shortcode

* docs: split shortcodes into built-in shortcodes and extended shortcodes

* docs(shortcodes): add docs for mapbox shortcode

* docs(shortcodes): fix an error in shortcodes docs
2020-03-21 16:59:23 +08:00
Dillon 84d48f37dc feat(syntax): add fraction syntax (#181)
* feat(syntax): add fraction syntax

* docs: add remind for Hugo extended version
2020-03-18 00:52:36 +08:00
Dillon 41c2d3a38e feat: add detection of the theme version and Hugo version (#173)
* feat: add detection of the theme version and Hugo version

* fix: hugo.IsProduction is incompatible in Hugo v0.62.0
2020-03-16 21:35:16 +08:00
Dillon 344f2f809c feat(style): adjust mobile TOC style (#155) 2020-03-15 00:39:23 +08:00
Dillon fb9a9e7324 docs: update zh-CN docs and fix some bugs 2020-03-10 03:33:28 +08:00
Dillon 924692a07e feat(assets): add SRI config for stylesheet and script 2020-03-09 20:25:55 +08:00