Commit Graph

101 Commits

Author SHA1 Message Date
Cell e369458f09 Draft:
 Feat: add pageStyle option (#62)
TODO: refactor toc logic (#65)

> Tip: This commit needs to be improved and to be tested. Please don't update to it!
2022-02-17 12:20:12 +08:00
Cell 231cfc31cf 🔧 Chore: replace theme logo icon 2022-02-16 10:15:26 +08:00
Cell 5f6b08d383 ✏️ Style: fix css typo 2022-02-15 19:59:40 +08:00
Cell 4593e81859 💄 Style: modify .categories-card align-items value 2022-01-26 12:23:42 +08:00
Cell 47bcdf610c 💄 Style: archive-item-date use fixed width (#47) 2022-01-21 15:31:56 +08:00
Cell 45e19dd3ed 💄 Style: beautify link shortcode card style 2022-01-20 23:28:59 +08:00
Cell 152ea41b7c 🐛 Fix: deformed numeric figure values of site run time 2022-01-16 15:35:39 +08:00
Cell a5962caa2e 🔥 Style: remove page image margin 2022-01-14 17:08:34 +08:00
Cell b0413227db Perf: merge cardlink shortcode (deprecated v0.2.13) into link shortcode and add 'download' param (#42) 2022-01-14 16:17:10 +08:00
Cell 85ec338b3d 💄 Style: modify ibruce icons 2022-01-13 20:10:19 +08:00
Cell e0d2858c6d 🐛 Fix: pre element overflow error (#29) 2022-01-13 15:42:24 +08:00
Cell 8a5777d3fe ♻️ Refactor: header title DOM and add subtitle option (#26) 2022-01-11 00:45:27 +08:00
Cell ab078838e4 🎨 Style: fix icon img margin 2022-01-09 23:10:13 +08:00
Cell 3bd47c4eb8 🎉 Feat: add "不蒜子" count and site run time (#18) 2022-01-09 18:15:38 +08:00
Cell bf1e93466c Feat: add public network security config (only in China) (#15) 2022-01-09 04:53:53 +08:00
Cell 9f4e1325ee Feat: LoveIt => FixIt 2021-12-19 19:23:31 +08:00
Cell a42ba44fa2 🐛 Fix: mobile style (https://github.com/Lruihao/hugo-blog/issues/19) 2021-12-19 17:50:56 +08:00
Cell d01e1f06a9 Feat: add cardlink shoretcode (https://github.com/Lruihao/hugo-blog/commit/df9eca26af43287748fd8d4654014357a8269b0b) 2021-12-19 16:48:16 +08:00
Dillon 0c1f7d0ef8 fix(TOC): scrollbar bug when keepStatic is true (#382) 2020-05-24 16:20:48 +08:00
Dillon 04b93662f7 fix(style): comments div padding 2020-05-19 11:30:59 +08:00
Dillon 9dd5230204 feat(TOC): add keepStatic param for TOC (#372) 2020-05-18 22:27:01 +08:00
Dillon 9c1244490f i18n: update i18n string format (#371) 2020-05-18 16:10:24 +08:00
Dillon 84b098909b chore(lib): update simple-icons and twemoji 2020-05-13 22:39:59 +08:00
Dillon 0a9ec97450 feat(cookies): add Cookie consent banner (#355) 2020-05-13 21:19:39 +08:00
Dillon 762a7e538d feat(compatibility): improve compatibility for Hugo basic version (#352) 2020-05-13 00:45:19 +08:00
Dillon 7dfa964d3f feat(comment): add Utterances comment system (#317) 2020-05-04 20:28:27 +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 ab81038df6 fix(style): valine dark style, header title and figure margin (#285) 2020-04-29 20:42:55 +08:00
Dillon 56026f934d fix(typeit): typeit code highlight (#284) 2020-04-29 19:52:31 +08:00
Dillon 4f9658243e fix(style): link color and wrap style (#283) 2020-04-29 16:36:23 +08:00
Dillon fa4c567ac4 fix(header): header style and search dropdown (#282) 2020-04-29 15:40:57 +08:00
Dillon 072b9624cd fix(code): inline code overflow-wrap (#280) 2020-04-29 02:41:07 +08:00
Dillon 752c1b37f3 fix: img height error in code block (#277) 2020-04-28 20:44:58 +08:00
Dillon e4d9796e47 fix(search): search icons position error on Safari Mobile 2020-04-28 13:42:48 +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 19c7da333d docs: update theme preview and translation (#262) 2020-04-26 23:00:29 +08:00
Dillon bcbc4268ea feat(code): add support for code block folding (#259) 2020-04-26 03:25:10 +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 87fbb05e86 feat(header): add Logo, pre and post config for header title (#252) 2020-04-23 16:49:30 +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 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 b6ce753ae7 feat(shortcodes): add width and height params for echarts shortc… (#192) 2020-03-21 20:52:12 +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 6b03c711ac feat(shortcode): add link shortcode (#179)
* feat(shortcode): add link shortcode

* docs: add docs for link shortcode

* docs: fix 'mailto' in link shortcode docs error
2020-03-17 21:16:04 +08:00
Dillon 80db783396 feat(fixed-btns): add title for fixed buttons (#176) 2020-03-17 02:03:36 +08:00
Dillon ee1c5c22bc feat(style): add header title style config (#170) 2020-03-16 15:36:56 +08:00