Cell
fbe58346e5
✨ Feat: add params.withSiteTitle and params.titleDelimiter to resolve #395
2023-12-28 15:59:01 +08:00
Cell
7aface4334
🔧 Chore: update default theme config
2023-12-28 14:37:40 +08:00
Cell
b9539e9d69
📝 Style: modify web page title separator symbol
2023-12-27 17:42:40 +08:00
Cell
927e6f9946
💄 Style: use em replace with rem for collection list and TOC
2023-12-27 17:00:08 +08:00
Cell
da54fef151
✨ Feat: add pin icon in home post list and add repost icon in section .etc.
2023-12-27 16:30:36 +08:00
Cell
0c3148b3ee
⚡ Perf: optimize posts order in collection list ( #359 )
2023-12-27 15:10:36 +08:00
Cell
7c7b81f589
💄 Style: modify collection list style
2023-12-27 11:18:48 +08:00
Cell
d777b2cfaf
⏪ Revert: restore page number of collection list simple nav
2023-12-27 10:30:40 +08:00
Cell
928fba19a8
🐛 Fix: set breadcrumb height to 0px if breadcrumb is disabled
2023-12-26 15:14:41 +08:00
Cell
68f4d5fb80
✨ Feat: add params.navigationReverse to reverse the order of the navigation menu
2023-12-26 14:47:07 +08:00
Cell
df3aaa7ea3
⚡ Perf: modify the sorting method in the collection list like the home page
2023-12-26 14:06:38 +08:00
Cell
4753da9236
✨ Feat: add serial number to the table of contents of the article
2023-12-26 11:28:36 +08:00
Cell
e4bc95172c
♻️ Refactor: use Hugo render hooks for heading link rendering
2023-12-25 17:38:04 +08:00
Cell
f5a79bac03
📝 Fix: fix typo
2023-12-23 18:14:44 +08:00
Cell
8beeb2dfa5
🔧 Chore: update FixIt embedded archetypes
2023-12-23 16:50:03 +08:00
Cell
9894cf6263
💄 Style: optimize menu icon style
2023-12-22 10:54:33 +08:00
Cell
bece9f6fa2
⚡ Perf: only show update date when update date not equal publish date
2023-12-22 10:36:39 +08:00
Cell
9f7bce87a7
♻️ Refactor: migrate params.gitRepo and params.page.edit to params.gitInfo
...
and add page params: `linkToSource`, `linkToEdit` and `linkToReport`
2023-12-21 16:24:17 +08:00
Cell
6c6a326607
⏪ Revert: restore image data-alt to alt
2023-12-20 15:13:45 +08:00
Cell
4342d40158
✨ Feat: add hiddenFromRelated page param and reduce the scope of releated content to posts ( #227 )
2023-12-20 14:44:05 +08:00
Cell
e4367587f1
📝 Docs: update docs and config for related content feature
2023-12-20 10:48:48 +08:00
Cell
2cc276e5f5
🎉 Feat: add related content support
2023-12-20 10:48:22 +08:00
Cell
caeb3d443e
💄 Style: update some stylesheet
2023-12-19 17:39:50 +08:00
Cell
4b2ff9e773
🔥 Feat: internalize watermark option appendTo
2023-12-13 17:16:52 +08:00
Cell
95612e33f5
💄 Style: add sticky style for collection aside ( #359 )
2023-12-13 14:57:07 +08:00
Cell
443abcf784
💄 Style: update collection active item color ( #359 )
2023-12-13 14:18:43 +08:00
Cell
7b7fba261b
🔍 Feat: enhance search engine accessibility
2023-12-11 17:34:17 +08:00
Cell
d02a9977a2
⚡ Perf: use .GetTerms optimization for getting terms on a page
2023-12-11 14:19:13 +08:00
Cell
4bfe3962a9
🐛 Fix: unable to get pages from a collection cause of Chinese url (contains spaces) decode error ( #359 )
...
By the way fixed collection nav css
2023-12-11 11:42:07 +08:00
Cell
9718a1c5c7
⚡ Perf: optimize breadcrumb navigation translation
2023-12-10 12:47:50 +08:00
Cell
a846d74e43
📝 Docs: update documentations
2023-12-10 12:34:52 +08:00
Cell
c606e8c96e
⚡ Perf: use .LinkTitle instead of .Title
2023-12-08 19:50:03 +08:00
Cell
307851fc25
✨ Feat: add collection list at the sidebar
2023-12-08 19:48:58 +08:00
Cell
94a1796e63
🐛 Fix: cdn script loading failure
2023-12-08 00:55:17 +08:00
Cell
c783ced12f
✨ Feat: add collection navigation support at the end of the article
2023-12-08 00:13:45 +08:00
Cell
5d16e1ac0f
✨ Feat: add collection info at post meta
2023-12-06 21:00:27 +08:00
Cell
c7a03ea847
🎉 Feat: add taxonomy collections
2023-12-06 11:26:08 +08:00
Cell
8ccf57862c
📝 Docs: fix typo
2023-12-06 10:07:00 +08:00
Cell
86f4630f0b
⚡ Perf: optimize categories and tags template lookup order
2023-12-05 19:06:39 +08:00
Cell
8416b6f757
🔥 Docs: remove CHANGELOG.md
...
replace of https://github.com/hugo-fixit/FixIt/releases
2023-12-05 14:14:26 +08:00
Cell
30dbc469bd
🚚 Feat: the type: offline in front matter is deprecated. use layout: offline instead
2023-12-05 11:19:13 +08:00
Cell
1cfabbe8bc
🚚 Feat: the type: friends in front matter is deprecated. use layout: friends instead
2023-12-05 11:18:36 +08:00
Cell
d4d2a95f98
Merge branch 'v0' into v1
...
* v0:
🔧 Chore: update default hugo.toml
🚨 Fix: the author key in site configuration is deprecated. Use params.author instead
📝 Docs: add post "Tips about algolia"
⬆️ Chore: bump babel and core-js
2023-12-05 10:12:18 +08:00
Cell
b5208b3f4b
🔧 Chore: update default hugo.toml
2023-12-01 17:20:12 +08:00
Cell
fb16d9e1a2
🚨 Fix: the author key in site configuration is deprecated. Use params.author instead
2023-12-01 15:30:54 +08:00
Cell
dc288de30f
📝 Docs: add post "Tips about algolia"
2023-12-01 14:48:26 +08:00
Cell
e953d16f1c
⬆️ Chore: bump babel and core-js
...
close #383
close #384
close #385
close #386
2023-12-01 10:04:56 +08:00
Cell
a8e815aaa0
📄 Docs: add Security Policy
2023-12-01 00:56:39 +08:00
Cell
7991f97e7a
📝 Docs: update docs
2023-12-01 00:28:18 +08:00
Cell
65875dec78
Merge branch 'v0.2.18-lts' into 1.0.0
...
* v0.2.18-lts: (22 commits)
🔖 Chore(release): 0.2.18-lts.5
📝 Docs: update chang log and docs
🔧 Chore: change the theme minimum supported Hugo versions above **0.110.0**
🔧 Chore: update default config in `hugo.toml`
🐛 Fix: active index of toc may result in error
✨ Feat: add hiddenFromRss param and front matter
⚡ Perf: preload some stylesheet
🔧 Chore: add Vercel config (#277 )
🐛 Fix: fix logic error of lightgallery images rendering
📝 Docs: update the outputs configuration to avoid the following warnings in versions above Hugo 0.112.0 (resolve #354 )
📝 Docs: update content license
🐛 Style: fix the emoji style of valine comment (resolve #376 )
⚡ Perf: optimize featured image rendering
🔧 Chore: add decoding and referrerpolicy options for img plugin
🚸 Feat: change bilibili shortcode `muted` default value
🔖 Chore(release): 0.2.18-lts.4
📝 Docs: update change log for v0
✨ Feat: add more options support for bilibili shortcode, e.g. `autoplay`, `muted` etc. (resolve #375 )
🐛 Fix: disable encrypted articles from rendering to rss (fixed #374 )
🐛 Fix: fix featured image path error in rss and show img tags in rss
...
2023-11-29 15:55:17 +08:00