Cell
|
d1d3ed2954
|
✨ Feat: add data and file params support for timeline shortcode (#595)
|
2025-04-29 16:26:03 +08:00 |
|
Cell
|
9c8c0b6dee
|
⚡ Perf: optimize echarts plugin warnf content
|
2025-04-29 15:39:54 +08:00 |
|
Cell
|
e663ebbd45
|
✨ Feat: add file params for echarts shortcode
|
2025-04-28 17:26:29 +08:00 |
|
Cell
|
f7a9c52aac
|
♻️ Refactor: taxonomy templates lookup order
|
2025-04-27 15:32:31 +08:00 |
|
Cell
|
b45ab833d5
|
✨ Feat: add hugo.mainSections param support (#590)
https://gohugo.io/methods/site/mainsections/
|
2025-04-25 12:55:03 +08:00 |
|
Cell
|
450e774d3c
|
♻️ Refactor: change templates lookup order (#589)
|
2025-04-25 11:27:11 +08:00 |
|
Cell
|
1360438540
|
⚡ Perf: support all markdown .Attributes for headings
|
2025-04-24 15:44:01 +08:00 |
|
Cell
|
80e4d07294
|
🐛 Fix: lookup rules of RSS templates (#585)
|
2025-04-16 10:03:06 +08:00 |
|
Cell
|
142e933fa2
|
🐛 Fix: change template lookup order to fit Hugo 0.146.0 (#579)
fixed found no layout file for "html" kind "section" and "term"
|
2025-04-11 11:52:30 +08:00 |
|
Cell
|
8212d6fd02
|
♻️ Refactor: image rendering aaa~again (#575)
|
2025-03-07 12:18:40 +08:00 |
|
Cell
|
d2c4d7c18f
|
🐛 Fix: blockquote render hook text parsing (#519)
|
2024-12-13 15:29:03 +08:00 |
|
Cell
|
5518053a26
|
🐛 Fix: image rendering not support base64 syntax (#540)
Close #540
|
2024-11-07 11:15:10 +08:00 |
|
Cell
|
581466fd25
|
✨ Feat: refactor summary and headings render, add summaryPlainify param and front matter
See http://fixit.lruihao.cn/documentation/content-management/introduction/#content-summaries
|
2024-10-12 17:59:07 +08:00 |
|
Cell
|
c974c905e5
|
✨ Feat: add recently updated pages support for archives, section and term list
and remove recentlyUpdated.rss
|
2024-10-11 13:57:07 +08:00 |
|
Cell
|
39a48f35f0
|
⚡ Perf: if .AlertType not in basic types, rendering to extended alert syntax
|
2024-10-09 11:13:11 +08:00 |
|
Cell
|
f7670a714b
|
🐛 Fix(ignore): resolves Hugo lost closing tag in .AlertTitle
|
2024-10-09 10:42:37 +08:00 |
|
Cell
|
bd40c85586
|
🎉 Feat: support alert foldable title for blockquote compatible with Obsidian Callouts
refactor admonition shortcode: add todo type and aliases type
change min hugo version: 0.134.0
|
2024-10-08 15:12:01 +08:00 |
|
Cell
|
95436c11ac
|
✨ Feat: add HTML&MD render for single subtitle
|
2024-10-04 01:40:54 +08:00 |
|
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
|
27a7605b49
|
🐛 Fix(ignore): fix typo
#505 #508
|
2024-09-27 17:34:21 +08:00 |
|
Cell
|
456db3851b
|
🚚 Feat: supersede markup.tableOfContents settings with params.page.toc
|
2024-09-27 17:10:17 +08:00 |
|
Cell
|
c36d87fd84
|
♻️ Refactor: color scheme checking and move data-theme to document element
|
2024-09-27 12:52:29 +08:00 |
|
Cell
|
954d86432f
|
✨ Feat: add custom partials options params.customPartials
|
2024-09-25 18:28:35 +08:00 |
|
Cell
|
1ca9fdb760
|
♻️ Refactor: javascript output for inline scripts
|
2024-09-01 00:37:16 +08:00 |
|
Cell
|
1f22b538b5
|
⚡ Chore: simplified code
|
2024-08-30 10:42:51 +08:00 |
|
Cell
|
5dac03a90d
|
🌐 Feat: add translations for alerts
|
2024-08-29 22:30:06 +08:00 |
|
Cell
|
8798f5b51f
|
🎉 Feat: add blockquote render hook to support GitHub alerts markdown syntax
simpler callouts or admonitions sytax
|
2024-08-29 22:30:06 +08:00 |
|
Cell
|
5aaacec004
|
🐛 Fix: resources get match error for page images
|
2024-08-29 14:47:02 +08:00 |
|
Cell
|
349de54009
|
🐛 Fix: featuredimagepreview error in summary and RSS
|
2024-08-29 14:05:40 +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
|
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
|
7c85205519
|
:bug :Fix: heading front matter is not effective
|
2024-07-28 14:25:45 +08:00 |
|
Cell
|
affaea7ecb
|
🐛 Fix: password runecount calc error
|
2024-07-22 15:40:29 +08:00 |
|
Cell
|
f44d89a52a
|
♻️ Refactor: mermaid shortcode and codeblock render
|
2024-07-21 20:20:39 +08:00 |
|
Cell
|
2a53dbac37
|
✨ Feat: add echarts support for code blocks
|
2024-07-21 19:02:11 +08:00 |
|
Cell
|
ee4441c3ea
|
🎉 Feat: add extended shortcode - Timeline support
|
2024-07-21 11:31:13 +08:00 |
|
Cell
|
9bacfa92f4
|
🎉 Feat: add timeline support for code blocks
|
2024-07-21 00:58:01 +08:00 |
|
Cell
|
aa68514546
|
🔍 Feat: add default size for images
|
2024-05-17 17:37:59 +08:00 |
|
Cell
|
eb0acca980
|
✨ Feat: add unified custom template entry file layouts/partials/custom.html
|
2024-05-09 15:44:57 +08:00 |
|
Cell
|
b7e9c6166b
|
✨ Feat: add capitalize automatic headings config at params.page.heading.capitalize (#421)
|
2024-05-07 10:25:52 +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
|
462506cb92
|
💄 Style: refactor heading style
|
2024-04-29 17:08:07 +08:00 |
|
Cell
|
f6ed1ce8fe
|
⏪ Revert: use .Title at summary to show post title
|
2024-04-29 15:14:42 +08:00 |
|
Cell
|
1ed0acdf35
|
🐛 Fix: fix echarts and mermaid theme switch error
|
2024-04-24 20:14:17 +08:00 |
|
Cell
|
09440190aa
|
🐛 Fix: fix image llightgallery render error (#420)
|
2024-04-22 12:15:51 +08:00 |
|
Cell
|
72bd72f5ed
|
♻️ Refactor: refactor typeit shortcode and feature (#420)
|
2024-04-20 16:30:16 +08:00 |
|