Cell
|
c9af0b9018
|
🔖 Chore(release): 0.3.2
v0.3.2
|
2024-02-23 10:48:02 +08:00 |
|
Cell
|
b2b47095eb
|
🐛 Fix: to create a scratch pad that is not reset on server rebuilds, use the Store method instead of Scratch method (fixes #417)
|
2024-02-23 10:33:08 +08:00 |
|
Cell
|
002ebda06f
|
🐛 Fix: remove symbolic links of themes
fixed #419
|
2024-02-22 11:24:04 +08:00 |
|
Cell
|
551938f0b4
|
Revert "🐛 Fix: to create a scratch pad that is not reset on server rebuilds, use the Store method instead of Scratch method (fixes #417)"
This reverts commit 9d6ee9feef.
|
2024-02-21 14:32:05 +08:00 |
|
Cell
|
9d6ee9feef
|
🐛 Fix: to create a scratch pad that is not reset on server rebuilds, use the Store method instead of Scratch method (fixes #417)
|
2024-02-21 14:20:25 +08:00 |
|
Cell
|
1bd56105b7
|
🐛 Fix: remove sizes="auto" prop what was used for lazysizes.js in old FixIt version (resolve #411)
refer to https://github.com/whatwg/html/issues/9448
|
2024-01-28 23:18:23 +08:00 |
|
Cell
|
b7dba0713e
|
🐛 Fix: fix regular page in post navigation
|
2024-01-16 16:04:57 +08:00 |
|
Cell
|
dd4f422dba
|
📝 Docs: update contributing file
|
2024-01-16 15:54:09 +08:00 |
|
Cell
|
aaebdfb02c
|
🙈 Chore: add .gitattributes
|
2024-01-16 10:22:56 +08:00 |
|
Cell
|
9eb18b9e75
|
🔖 Chore(release): 0.3.1
v0.3.1
|
2024-01-11 14:40:18 +08:00 |
|
Cell
|
594c89eb1e
|
🔧 Chore: remove atomic-algolia (#404)
|
2024-01-11 11:13:35 +08:00 |
|
Cell
|
976d1ea82a
|
📝 Chore: remove the docs Git submodule and add the demo directory (resolve #404)
|
2024-01-10 15:40:42 +08:00 |
|
Cell
|
b16a06893c
|
🐛 Fix: comment the theme field in the default theme configuration
Fix the bug that the theme cannot be loaded through hugo modules
|
2024-01-10 14:05:58 +08:00 |
|
Cell
|
32711ff29c
|
🐛 Fix: heading style in terms and list page
|
2024-01-03 11:39:26 +08:00 |
|
Cell
|
38eb829194
|
⏪ Revert: "Chore: replace git submodule with hugo module to load theme components"
|
2024-01-02 10:29:09 +08:00 |
|
Cell
|
4c9b5b6773
|
🔧 Chore: update default menus
|
2024-01-01 19:40:06 +08:00 |
|
Cell
|
8b2dd976e6
|
🔖 Chore(release): 0.3.0
v0.3.0
|
2024-01-01 14:54:19 +08:00 |
|
dependabot[bot]
|
8789f6eaff
|
chore(deps): bump github/codeql-action from 2 to 3
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v2...v3)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-01-01 14:43:25 +08:00 |
|
Cell
|
34021a58a3
|
✨ Feat: add options to make output readme.md and change options for baidu_urls.txt
|
2024-01-01 14:16:23 +08:00 |
|
Cell
|
804d1e484d
|
🚚 Feat: migrate offline page to build-in page
remove offline type and layput
|
2023-12-31 23:32:44 +08:00 |
|
Cell
|
e482fbe36a
|
⚡ Chore: optimize .Resources variable acquisition in function resources.html
|
2023-12-31 00:46:51 +08:00 |
|
Cell
|
de5fd0c3f7
|
🚚 Feat: migarte params.cacheRemoteImages to params.page.cacheRemoteImages (#362)
|
2023-12-30 23:26:08 +08:00 |
|
Cell
|
07756a8c34
|
⚡ Perf: placed remote image in public/images instead of public/
|
2023-12-30 21:56:22 +08:00 |
|
Cell
|
ef84231860
|
🔧 Chore: change QQ group social icon
|
2023-12-30 21:50:15 +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
|
2ebc77797c
|
🚚 Chore: migrate svg to assets/images folder
|
2023-12-29 21:40:24 +08:00 |
|
Cell
|
714a656ca8
|
♻️ Refactor: refactor site footer and params.footer.powered config
|
2023-12-29 21:26:10 +08:00 |
|
Cell
|
175a307673
|
⚡ Fix: some minor omissions
|
2023-12-29 19:28:25 +08:00 |
|
Cell
|
8e3d880557
|
🌐 Feat: add translations for "archives" keyword (#396)
|
2023-12-29 16:04:25 +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
|
7e8e2e9431
|
✨ Feat: add param params.indexWithSubtitle
|
2023-12-28 16:47:52 +08:00 |
|
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 |
|