Nuno C.
c64de6b1a7
Merge pull request #2614 from yozlog/dev
...
feat: Add i18n support for "Reply by Email"
2025-11-24 23:30:42 +00:00
YoZ
e71f92b572
feat: Add i18n support for "Reply by Email"
2025-11-16 07:02:50 +09:00
Florian Hoss
bf2d8ece62
✨ Exclude non searchable pages from sitemap
2025-11-12 18:30:07 +01:00
Florian Hoss
53d243fab3
✨ Exclude pages from search index via param
...
Pages with the 'excludeFromSearch' parameter set in their front matter are now omitted from the generated search index. This allows for finer control over which pages are searchable.
2025-11-12 18:17:58 +01:00
Phillip Whittlesea-Clark
65ad575c9c
✨ Support Hugo Markdown Attributes for Inline Images
2025-11-01 18:21:42 +00:00
Nuno C.
6e5a0769d3
Merge pull request #2539 from Flexicon/fix-heading-anchor-colour-flicker
...
🐛 Fix(render-heading): prevent colour flicker on anchor links
2025-10-14 10:11:19 +01:00
Nuno C.
7f4e044464
Merge pull request #2532 from ZhenShuo2021/fix/render-image
...
🐛 Fix(render-image): correct srcset and HTML structure
2025-10-14 10:07:52 +01:00
Nuno C.
9b6ed820e9
Merge pull request #2509 from ZhenShuo2021/fix/terms-typo
...
🐛 Fix: multiple small patches
2025-10-14 09:55:46 +01:00
Nuno C.
ce18bf1134
Merge pull request #2505 from ZhenShuo2021/feat/hotlink
...
✨ Feat: support `hotlinkFeatureImage`
2025-10-14 09:50:21 +01:00
Mike Repec
b4a13da6d8
🐛 Fix(render-heading): prevent colour flicker on anchor links
...
The group-hover prefix is redundant and cause the colour to flicker
for the anchor link tag - the colour should actually stay the same
and only have it's opacity (visibility really) controlled via group-hover.
2025-10-13 09:18:45 +02:00
ZhenShuo Leo
792ec9a601
refactor(render-image): see detail
...
- trim white spaces which can't be eliminated by minify
- unify dict input usages
2025-10-11 15:07:20 +08:00
ZhenShuo Leo
8bfa9926c7
fix(render-image): improper srcset usage
...
- correct srcset image w descriptor value
- use compressed image for src fallback
2025-10-11 15:07:20 +08:00
ZhenShuo Leo
9a043d83ab
fix(single.html): toc not controlled by frontmatter (redo #2428 )
2025-10-11 15:19:36 +08:00
ZhenShuo Leo
9b35cc2bae
fix(toc): too wide when no related contents
2025-10-11 15:19:36 +08:00
ZhenShuo Leo
9665fe953c
fix(header): align width with body
...
remove all horizontal padding
align layout padding settings with body
split body classes into three variables
2025-10-11 15:19:35 +08:00
ZhenShuo Leo
ba8aac3a14
fix(terms): typo term -> taxonomy
2025-10-11 15:19:35 +08:00
ZhenShuo Leo
c599c3489e
fix(head): scroll to top element not found error
2025-10-04 07:36:22 +08:00
ZhenShuo Leo
4b9e63fd99
feat(article-link): add support for hotlinkFeatureImages
2025-09-26 22:06:53 +08:00
Nuno C.
646d1eca82
Merge pull request #2496 from ZhenShuo2021/fix/term
...
🐛 Fix(term): allow controled by frontmatter
2025-09-23 15:56:06 +01:00
ZhenShuo Leo
17292857a7
fix(term): add margin to header
2025-09-23 18:01:08 +08:00
ZhenShuo Leo
7c4c740b25
fix(term): allow controled by frontmatter
2025-09-23 18:01:08 +08:00
ZhenShuo Leo
bcc9cf9f6c
fix(baseof): correct typo
2025-09-23 17:57:58 +08:00
ZhenShuo Leo
c330c17215
fix(buymeacoffee): widget position letter case and default value
2025-09-23 17:57:58 +08:00
ZhenShuo Leo
637c43a125
fix(rtl): cardViewScreenWidth broken on rtl site
2025-08-22 03:34:02 +08:00
ZhenShuo Leo
41f6b37e56
refactor(tailwind): use logical properties for language direction
2025-08-22 03:34:02 +08:00
Nuno C.
7817866a68
Merge pull request #2348 from ZhenShuo2021/refactor/base-template
...
♻️ Refactor: make base-template easier to read
2025-07-21 10:11:04 +01:00
Nuno C.
dca9e177c5
Merge pull request #2345 from OnqiauJliu/base64-image
...
✨ Feat: Support base64 image format
2025-07-21 10:10:09 +01:00
ZhenShuo Leo
c4e658057e
refactor: polish base templates
...
- use intermediate variable for complex condition
- replace .Site with global function site
2025-07-17 22:16:30 +08:00
ZhenShuo Leo
8930731ccc
refactor(single.html): modularize author and fix the multilingual link when author is at bottom
2025-07-17 22:16:06 +08:00
ZhenShuo Leo
bda68f96a8
style(baseof.html): manually format
2025-07-17 22:13:43 +08:00
ZhenShuo Leo
c362f4a488
style(list.html): add proper code comments
2025-07-17 22:13:43 +08:00
ZhenShuo Leo
c8265de813
refactor(list.html): use intermediate variable for complex condition
2025-07-17 22:13:37 +08:00
ZhenShuo Leo
80927fb37a
style(list.html): prettier format
2025-07-17 22:13:13 +08:00
ZhenShuo Leo
b0c3ac1321
refactor(list.html): make list.html formattable
2025-07-17 22:13:08 +08:00
ZhenShuo Leo
9bf09a8a3f
refactor(list.html): correct indention
2025-07-17 22:12:54 +08:00
OnqiauJliu
8378089dfb
Support base64 image format
2025-07-16 14:50:28 +08:00
ZhenShuo Leo
03c3f18b72
style: prevent anchor being selected
2025-07-13 23:00:30 +08:00
Nuno C.
150d336ace
Merge pull request #2289 from ZhenShuo2021/fix/render-link-EOF
...
🐛 Fix: render-link.html adding space after each link
2025-07-10 11:43:14 +01:00
Served Smart
17faf8b738
♻️ Refactor: Autogen classes and use consistent naming
...
- This should greatly improve consistency
- This mainly targets one of my PRs https://github.com/nunocoracao/blowfish/pull/2211
2025-07-09 18:59:32 +02:00
ZhenShuo Leo
51b9cdfb13
fix: render-link.html adding space after each link ( #2287 )
2025-06-26 17:33:12 +08:00
Nuno Coração
f2e224a042
pretty run
2025-06-17 23:17:26 +01:00
Nuno Coração
472a89c7a5
Merge pull request #2211 from servedsmart/move-most-inline-styles-out-of-line
...
♻️ refactor: Move most inline styles out of line
2025-06-17 22:56:25 +01:00
Served Smart
9f85c0566e
♻️ refactor: Move most inline styles out of line
...
- Move out of line by using already defined css classes
- Move paddings out of line
- Move margins out of line
- Move z-indexes out of line
- Move center-relative-left out of line
2025-06-12 14:00:21 +02:00
Served Smart
37ab1055e7
♻️ refactor: Move similar javascript inline code out of line
...
- Move variables oid, oid_likes out of line
- Move background-blur out of line
- Move fetch-repo code out of line
2025-06-12 13:58:59 +02:00
Served Smart
dc36597427
🔒 Add config parameter fingerprintAlgorithm
...
This parameter allows users to choose their algorithm for html integrity checks. This mainly affects Hugo's fingerprint
2025-06-03 11:53:03 +02:00
Nuno Coração
f316c9b437
Merge pull request #2166 from ZhenShuo2021/feat/image-option
...
✨ Feat: add new option disableImageOptimizationMD
2025-05-27 00:37:23 +01:00
Nuno Coração
c93fafd3ee
Merge pull request #2160 from ZhenShuo2021/refactor/render-image
...
♻️ Refactor: encapsulates functions in render-image.html
2025-05-27 00:27:09 +01:00
Nuno Coração
05756a31a4
Merge pull request #2159 from ZhenShuo2021/fix/render-image
...
🐛 fix: Correct the attributes of the `<img>` tag
2025-05-27 00:16:06 +01:00
ZhenShuo Leo
69fc96ed5b
✨ feat: add new option disableImageOptimizationMD
2025-05-27 04:19:51 +08:00
ZhenShuo Leo
86fa25f27f
chore: unify variable naming conventions
2025-05-26 00:21:37 +08:00