Cell
|
a3d9e474ea
|
📝 Docs: add build status badges and Gitee stars to README files
|
2025-08-21 16:27:30 +08:00 |
|
Cell
|
57ccd47083
|
Docs(i): add changelog template and remove broken badges in README
|
2025-08-04 15:53:53 +08:00 |
|
github-actions[bot]
|
5101841fd6
|
📝 Docs: update hugo-fixit component list (#613)
|
2025-07-09 09:49:39 +08:00 |
|
Cell
|
d9043280fe
|
📝 Docs: update README to include MathJax support for mathematical formulas
|
2025-06-30 14:50:47 +08:00 |
|
Cell
|
89f9373bae
|
⬆️ Chore: update Hugo version to 0.147.7 in configuration files
|
2025-06-30 13:46:12 +08:00 |
|
Cell
|
c4a1c79972
|
✨ Feat: update PostChat AI link and add hotwords feature support
|
2025-06-05 15:05:53 +08:00 |
|
Lruihao
|
6a1ed440df
|
📝 Docs: update hugo-fixit component list
|
2025-05-21 11:00:42 +08:00 |
|
Cell
|
b7edbf3e49
|
⬆️ Chore: update Hugo min version to 0.146.0
|
2025-04-15 10:17:38 +08:00 |
|
github-actions[bot]
|
1a43881170
|
📝 Docs: update hugo-fixit component list
|
2025-04-10 01:27:00 +00:00 |
|
github-actions[bot]
|
7d41c8af85
|
📝 Docs: update hugo-fixit component list
|
2025-03-05 01:23:50 +00:00 |
|
github-actions[bot]
|
3f66669581
|
📝 Docs: update hugo-fixit component list
|
2025-01-21 01:18:25 +00:00 |
|
Cell
|
cf04ad3593
|
🐛 Fix: adapted to hugo v0.141.0 for try function
|
2025-01-19 04:13:10 +08:00 |
|
github-actions[bot]
|
015610b7e8
|
📝 Docs: update hugo-fixit component list
|
2025-01-18 14:09:06 +00:00 |
|
Cell
|
d6bd1ce697
|
🔧 Chore: use hugo-fixit/action-component-list to generate content
|
2025-01-18 22:07:56 +08:00 |
|
Cell
|
1739d6937b
|
📝 Docs: organize README content
|
2025-01-14 16:49:52 +08:00 |
|
Cell
|
07816709b5
|
📝 Docs: update README for usage
|
2025-01-09 16:05:14 +08:00 |
|
Cell
|
54675a61d5
|
Merge pull request #564 from hugo-fixit/fix-alert
🐛 Fix: blockquote render hook text parsing (#519)
|
2024-12-25 11:19:53 +08:00 |
|
Cell
|
d3cb08f56f
|
📝 Docs: update README
|
2024-12-19 17:26:35 +08:00 |
|
Cell
|
3e210af76a
|
✨ Feat: add post-chat search engine powered by PostChat
|
2024-12-19 12:22:48 +08:00 |
|
Cell
|
d2c4d7c18f
|
🐛 Fix: blockquote render hook text parsing (#519)
|
2024-12-13 15:29:03 +08:00 |
|
Cell
|
99f51de9f9
|
📝 Chore: add ignore class for language-switch in README
|
2024-12-13 11:34:50 +08:00 |
|
Cell
|
393a1393c3
|
📝 Docs: README adds support for various languages
|
2024-12-10 17:52:31 +08:00 |
|
Cell
|
54298bed8c
|
📝 Docs: update README
|
2024-11-29 12:18:59 +08:00 |
|
Cell
|
38b681cdfe
|
📝 Docs: update README
|
2024-11-27 14:34:08 +08:00 |
|
Cell
|
fb80b8b3dc
|
✨ Feat: add Baidu, Umami, Plausible, Cloudflare and Splitbee analytics support
resolved #549
|
2024-11-22 17:45:23 +08:00 |
|
Cell
|
9471b94b09
|
📝 Docs: update README
|
2024-10-11 14:49:52 +08:00 |
|
Cell
|
12cc5f7e60
|
✨ Feat: add custom admonitions support
hugo 0.134.1
|
2024-10-10 10:06:22 +08:00 |
|
Cell
|
cf71f1e289
|
⬆️ Chore: update min hugo version to 0.134.0
|
2024-10-08 16:08:20 +08:00 |
|
Cell
|
442ec84049
|
⬆️ Chore: update min hugo version to 0.132.0
|
2024-08-29 22:45:00 +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
|
1c84791db9
|
🔥 Feat: migrate mobile devtools to a single compenent (#474)
|
2024-08-10 11:49:36 +08:00 |
|
Cell
|
51d64cb152
|
📝 Docs(ignore): update README
|
2024-08-08 10:17:11 +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
|
6c752c1bbd
|
📝 Docs(ignore): update zsxq link
|
2024-07-26 16:25:19 +08:00 |
|
Cell
|
b8ecfc1127
|
💄 Style: revert timeline animation to fade style
|
2024-07-25 11:33:23 +08:00 |
|
Cell
|
07c40dbc3e
|
📝 Docs(ignore): update README
|
2024-07-21 13:08:31 +08:00 |
|
Cell
|
df7c7b9e18
|
Chore(ignore): update ISSUE_TEMPLATE and README
|
2024-07-16 17:50:23 +08:00 |
|
Cell
|
44d0c7611d
|
♻️ Refactor: deprecate .Sites.First in favor of .Sites.Default
.Sites.First was deprecated in Hugo v0.127.0 and will be removed in a future release. Use .Sites.Default instead.
|
2024-07-04 23:37:29 +08:00 |
|
Cell
|
256f491244
|
📝 Docs: update README
|
2024-06-06 20:50:38 +08:00 |
|
Cell
|
d908af0a27
|
📝 Docs: update README
|
2024-05-23 12:40:20 +08:00 |
|
Cell
|
b1f5515beb
|
📝 Docs(ignore): update README
|
2024-05-23 12:23:35 +08:00 |
|
Cell
|
069355cc70
|
📝 Docs: repalce of contributos workflow with GitHub contributors link
|
2024-05-23 12:18:48 +08:00 |
|
Cell
|
f13e95950a
|
📝 Docs(ignore): update README
|
2024-05-09 17:01:00 +08:00 |
|
Cell
|
3e60685d5a
|
⬆️ Chore: update min hugo version to 0.123.0
|
2024-05-07 17:06:48 +08:00 |
|
Cell
|
4d07d872d5
|
Revert "⚡ Perf: use zhihu API to get shortcut image from a link (#391)"
This reverts commit a1e123ac02.
|
2024-05-07 16:37:47 +08:00 |
|
Cell
|
a1e123ac02
|
⚡ Perf: use zhihu API to get shortcut image from a link (#391)
|
2024-05-07 15:40:12 +08:00 |
|
Cell
|
51bffc18b5
|
📝 Docs: fix typo
|
2024-05-06 11:06:29 +08:00 |
|
Cell
|
39e6466d78
|
📝 Docs: update REAMDE
|
2024-04-26 10:06:40 +08:00 |
|
Cell
|
dc0b96210a
|
📝 Docs: update README
|
2024-04-06 13:41:37 +08:00 |
|