Cell
|
58cfa55e65
|
🐛 Fix: toc data patch
|
2024-10-02 13:04:00 +08:00 |
|
Cell
|
9c440df3d0
|
✨ Feat: add param.capitalizeTitles, default is true
|
2024-10-02 01:54:19 +08:00 |
|
Cell
|
9e9bc9effd
|
✨ Feat(ignore): add data-adapters attribute
It is helpful to identify whether the content originated from a content adapters.
|
2024-10-01 18:10:48 +08:00 |
|
Cell
|
b44555d403
|
🐛 Fix: don's show emtpy toc
|
2024-10-01 16:12:26 +08:00 |
|
Cell
|
456db3851b
|
🚚 Feat: supersede markup.tableOfContents settings with params.page.toc
|
2024-09-27 17:10:17 +08:00 |
|
Cell
|
b7ed9cac69
|
♻️ Refactor: refactor content encryption
|
2024-08-29 10:24:16 +08:00 |
|
Cell
|
e7dd4c838c
|
⚡ Chore: unified content encryption function
|
2024-08-26 11:22:45 +08:00 |
|
Cell
|
91f3c7c3cf
|
🐛 Fix: fix fixit-encryptor shortcode duplicate binding events
|
2024-08-26 10:58:34 +08:00 |
|
Cell
|
466bb7b7e9
|
🔒 Perf: use xxHash instead of md5 to calculate the hash value of a password
Update min hugo version to 0.129.0 for using xxHash function
|
2024-08-25 13:48:28 +08:00 |
|
Cell
|
3ffef8acb0
|
♻️ Refactor: refactor the feed and search features (#490)
* 🔍 Refactor: add JSON feed support and refactor output formats build in FixIt
Close #475
* 🚚 Feat: migrate index templates to layouts/_default folder and home.[name].html
* 📝 Style(ignore): fix typo
* 🚚 Chore: migrate index templates to default home templates
* 🚚 Chore: migrate section templates to layouts/section folder
* ✨ Feat: add JSON feed support for section pages (#475)
* 🚧 Feat: add common template for JSON feed (#475)
* 🚧 Feat: add JSON feed support for section and term list pages
* 🚀 Chore: fix git stage error in update-version script
* ⚡ Perf: add front matter hiddenFromFeed for JSON feed (#475)
* 🔍 Feat: add tags attribute for JSON feed (#475)
* ♻️ Refactor: refactor RSS feed templates
Close #488
* 🚧 WIP: rename json-feed.html to json.html
* 🚧 Feat: revert single.md
* ⚡ Perf: enhance JSON feed 1.1 compatibility
* ♻️ Refactor: refactor post author map getting
* ✨ WIP: add featured image support in feed
* 📝 Docs: update README and screenshot
* 🔧 Chore: update changelog template
* 🚧 WIP: add feed scoped config for section and list
* 🔥 Feat: migrate JSON feed to hugo-fixit/hugo-json-feed
Close hugo-fixit/hugo-json-feed#1
* 🚚 Feat: remove front matter hiddenFromRss and rssFullText, add front matter hiddenFromFeed
|
2024-08-24 17:30:31 +08:00 |
|
Cell
|
c0942a92b9
|
✨ Feat: open more custom blocks (#479)
- custom-comment
- custom-post__footer:before
- custom-post__footer:after
|
2024-08-03 12:20:29 +08:00 |
|
Cell
|
72a77c2fc5
|
⚡ Perf(ignore): disable busuanzi in dev environment
|
2024-07-28 23:09:16 +08:00 |
|
Cell
|
7c67b90acf
|
♻️ Refactor: deprecate params.ibruce in favor of params.busuanzi powered by Vercount
Resolve #472
Close EvanNotFound/vercount#10
|
2024-07-28 13:34:53 +08:00 |
|
Cell
|
affaea7ecb
|
🐛 Fix: password runecount calc error
|
2024-07-22 15:40:29 +08:00 |
|
Cell
|
a985b0e789
|
🔥 Feat: remove params.customFilePath
|
2024-05-22 11:45:14 +08:00 |
|
Cell
|
eb0acca980
|
✨ Feat: add unified custom template entry file layouts/partials/custom.html
|
2024-05-09 15:44:57 +08:00 |
|
Cell
|
020a8fdbcc
|
✨ Feat: add titleIcon font matter (#421)
|
2024-05-06 16:32:33 +08:00 |
|
Cell
|
ba4b506b2f
|
Feat: use strings.Title for post title and other titles (#421)
Closes #421
|
2024-05-06 16:00:29 +08:00 |
|
Cell
|
2ea592b4a3
|
🐛 Fix: use function to get params replace of .Scatch (#420)
|
2024-02-23 20:50:52 +08:00 |
|
Cell
|
e482fbe36a
|
⚡ Chore: optimize .Resources variable acquisition in function resources.html
|
2023-12-31 00:46:51 +08:00 |
|
Cell
|
0c87728979
|
🐛 Fix: hidden collection navigation, list and related content from encrypted content
|
2023-12-30 01:03:00 +08:00 |
|
Cell
|
90032a4471
|
🐛 Fix: fix collection aside style
|
2023-12-29 23:06:09 +08:00 |
|
Cell
|
9f24e82770
|
✨ Feat: add archives page template (#397)
* ✨ Feat: add archives page template
* 🎨 Style: add some icon for theme built-in templates
* 🔧 Chore: set site home relative permalink globally
* 🔧 Chore: add archives outputs config
|
2023-12-29 15:57:01 +08:00 |
|
Cell
|
fbe58346e5
|
✨ Feat: add params.withSiteTitle and params.titleDelimiter to resolve #395
|
2023-12-28 15:59:01 +08:00 |
|
Cell
|
b9539e9d69
|
📝 Style: modify web page title separator symbol
|
2023-12-27 17:42:40 +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
|
2cc276e5f5
|
🎉 Feat: add related content support
|
2023-12-20 10:48:22 +08:00 |
|
Cell
|
307851fc25
|
✨ Feat: add collection list at the sidebar
|
2023-12-08 19:48:58 +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
|
fb16d9e1a2
|
🚨 Fix: the author key in site configuration is deprecated. Use params.author instead
|
2023-12-01 15:30:54 +08:00 |
|
Cell
|
8bb2a35dcc
|
🐛 Fix: total word count error in section
|
2023-10-10 15:08:32 +08:00 |
|
Stefano Ginobili
|
78416fa920
|
🐛 Fix: use dateFormat function to render localized dates
Co-authored-by: Stefano Ginobili <stefano.ginobili@gmail.com>
Co-authored-by: Cell <1024@lruihao.cn>
|
2023-09-03 12:44:50 +08:00 |
|
Cell
|
db6335cee3
|
⬆️ Chore(libs): update Artalk from 2.3.4 to 2.5.2
|
2023-03-31 21:43:04 +08:00 |
|
Cell
|
0f5e60274a
|
🎉 Feat: add breadcrumb navigation (#309)
⬆️ Required Hugo versions above 0.109.0
|
2023-03-24 17:02:38 +08:00 |
|
Cell
|
6abad2937e
|
♿ Feat: add post update date to post meta (#285)
Closes #285
|
2023-03-11 12:20:18 +08:00 |
|
Cell
|
48dc34cf11
|
♻️ Refactor(i18n): hierarchize translation fields for supported languages
|
2023-01-02 13:31:27 +08:00 |
|
Cell
|
ffb3888414
|
⚡ Perf: optimize code
|
2022-11-20 18:47:42 +08:00 |
|
Cell
|
908cb6946b
|
🐛 Fix: escape hashtag character # in tag and category (#245)
|
2022-11-18 12:58:02 +08:00 |
|
Cell
|
c56b7d3d33
|
✨ Feat: add custom templates and parameter params.customFilePath support
|
2022-11-04 15:15:39 +08:00 |
|
Cell
|
41050ee3db
|
✨ Feat: add feature end of post flag support (#236)
|
2022-10-28 16:52:18 +08:00 |
|
Cell
|
e736b89253
|
✨ Feat(post-reward): add param position (#216)
💄 Style: update post footer, post reward and comments styles
|
2022-10-28 14:24:56 +08:00 |
|
Cell
|
ffbdc5ba98
|
✨ Feat: add feature post reward support (#216)
|
2022-10-27 17:06:49 +08:00 |
|
Cell
|
b1adac1ab1
|
⚡ Perf: optimize close comment feature when the post has expired (#204)
|
2022-10-14 17:11:19 +08:00 |
|
Cell
|
f6f905517c
|
✨ Feat: add params to close wordcount and readingTime in post (#209)
|
2022-10-11 17:56:01 +08:00 |
|
Cell
|
10b530abe1
|
♿ Feat(accessibility): use aria-hidden=true on icons that AT should ignore
|
2022-08-28 16:54:44 +08:00 |
|
Cell
|
0edd185b39
|
🐛 Fix: use data attributes or class replace for custom attributes
|
2022-08-26 16:48:11 +08:00 |
|
Cell
|
267a21675d
|
✨ Feat: add custom aside template in post page (#172)
|
2022-08-06 14:11:19 +08:00 |
|
Cell
|
35d54b22cb
|
✨ Feat: add repost feature (#156)
|
2022-07-10 18:21:35 +08:00 |
|
Cell
|
f5e852441e
|
⬆️ Chore(libs): update Waline from 1.5.2 to 2.6.1
|
2022-07-03 15:36:11 +08:00 |
|