98acc1f743
chore: update go files
2025-09-06 12:04:01 +10:00
02da26940c
chore: update README.md
2025-09-06 00:23:50 +10:00
a54226801c
Merge branch 'custom-social'
2025-09-05 22:46:15 +10:00
5392098d00
feat: add custom social links
...
- add custom type for social.links. User can set type = custom with id
as a custom URL.
[[social.links]]
type = "custom"
id = "https://example.com/ "
icon = "fab fa-github"
2025-09-04 21:33:17 +10:00
508f8ed841
fix: update layouts to add hugo.IsMultilingual
...
- Update layouts/partials/language-selector.html to add
hugo.IsMultilingual for multilanguage support to hide drop down menu
- Update layours/partials/sidebar.html to add hugo.IsMultilingual to
hide language icon.
2025-09-03 21:10:01 +10:00
83d24c4127
release: v1.0.2
2025-06-05 16:06:08 +08:00
f06f188d38
chore(dependencies): update dependencies
2025-06-05 16:06:08 +08:00
7973ebbf9d
fix(mathjax): move MathJax initialization to global scope
...
Updated MathJax initialization to be accessible globally by assigning it to the window object. This change ensures that MathJax is properly loaded and available for use across the application.
Additionally, added 'defer' attribute to script tags for correct loading order.
2025-06-05 16:06:08 +08:00
5e13298a65
fix(taxonomy): ensure category existence check before accessing parameters
...
Updated the category terms layout to check for the existence of the "categories" parameter before attempting to access its length, preventing potential errors.
2025-06-05 16:06:08 +08:00
c58e328fe7
fix(layout): update post filtering to use correct type
...
Changed the filtering criteria for posts in the layout from "Section" to "Type" to ensure accurate post retrieval.
2025-06-05 16:06:08 +08:00
37bb9cb449
fix: correct footer link
2025-05-12 11:48:49 +08:00
58c79a5381
release: v1.0.1
2025-05-12 11:29:18 +08:00
125b381c04
chore: update .gitignore
2025-05-12 11:28:11 +08:00
84b2dcc881
fix: wrong tags path
2025-05-11 22:34:47 +08:00
d414da8975
fix: wrong viewport meta content
2025-05-11 22:28:23 +08:00
30995bcdb0
docs: update README.md
2025-05-11 21:07:35 +08:00
ae513d5e9e
fix: remove jekyll search js
2025-05-11 20:43:41 +08:00
aa903325c4
fix: update comment parameters for consistency in comment partial
2025-05-11 18:53:34 +08:00
ea46994368
fix: remove blockquote styles for small screens in typography
2025-05-11 18:19:17 +08:00
5ca8472fb7
feat: add 404 error page layout and update topbar for 404 handling
2025-05-11 18:18:48 +08:00
f615f3bd8a
fix: update permalink handling in subpath setting
2025-05-11 17:58:59 +08:00
102129f36a
fix: missing theme_version
2025-05-11 12:35:39 +08:00
23a2a5aab0
refactor: move posts, data and configs to exampleSite
2025-05-11 12:26:39 +08:00
7d2f103a0d
docs: update demo posts
2025-05-11 11:33:51 +08:00
3b12c922ac
refactor: separate markup config
2025-05-11 11:25:44 +08:00
bc2e6a70a8
docs: add i18n author
2025-05-11 11:11:49 +08:00
b975f1ea45
docs: update demo posts
2025-05-11 11:11:30 +08:00
2f11aac0b8
fix: missing comments partial in post layout template
2025-05-10 12:18:28 +08:00
65dfecb590
feat: support i18n author and global author
2025-05-10 12:03:05 +08:00
9b6309688f
refactor: rename filepath shortcode
2025-05-10 12:02:07 +08:00
41c76d1d52
fix: add margin around code blocks
2025-05-10 11:56:12 +08:00
159d536003
docs: update demo posts
2025-05-07 12:19:44 +08:00
30c585558d
fix: apply plainify filter to post description for better formatting
2025-05-07 12:09:32 +08:00
623f913912
feat: support self host static assets
2025-05-07 11:27:15 +08:00
7adc9fd396
fix: restore overflow property for code blocks and apply it to highlight class
2025-05-06 19:00:34 +08:00
2e2c111e17
fix: modify selector to get the correct code block
2025-05-06 18:53:19 +08:00
43c164231c
fix: modify css selector to make images center-aligned
2025-05-06 18:37:00 +08:00
752315f1db
feat: add image render hook
2025-05-06 18:27:41 +08:00
409003f2bf
fix: use 'mailto:' in sidebar email button
2025-05-05 14:54:12 +08:00
dc3afb3756
support i18n tagline and title
2025-05-05 14:33:33 +08:00
eafc6e8f17
fix: wrong post count in categories
2025-05-03 13:12:55 +08:00
50d5904e96
update go module name
2025-04-29 15:09:50 +08:00
3e62b36e0f
use heading render hook instead of refactor
2025-04-29 11:14:55 +08:00
8bdf964087
use codeblock render hook instead of refactor
2025-04-29 10:41:08 +08:00
e91c746d6c
update README
2025-04-28 22:20:23 +08:00
88a2df10fd
update _syntax.scss
2025-04-28 22:13:14 +08:00
050f7b0729
update demo posts
2025-04-28 22:13:03 +08:00
483debe717
use table render hook instead of refactor
2025-04-28 21:55:12 +08:00
13dc3b9771
update _syntax.scss
2025-04-28 19:52:51 +08:00
63f87d1887
feat: language alias
2025-04-28 18:44:34 +08:00