52 Commits

Author SHA1 Message Date
f3100389c9 feat : Add Structured data schema support for Issue #98
Signed-off-by: GitHub Action <action@github.com>
2024-11-01 15:36:24 +00:00
ff35f54974 Delete layouts/_default/markup/render-codeblock-mermaid.html
Delete layouts/_default/markup/render-codeblock-mermaid.html for layouts/_default/_markup/render-codeblock-mermaid.html
2024-11-01 18:03:20 +05:30
cdef5afeed add disable animation, mermaid support
Signed-off-by: GitHub Action <action@github.com>
2024-10-23 17:21:35 +00:00
ae27b89f5b add neccessary code snippets 2024-10-18 14:40:23 +01:00
9b2c3e8497 feat: support disabling animations 2024-10-07 14:06:15 -04:00
1ff47e11f0 [Feature Request #81]: Added support for customizable noindex in Hugo Pages
Signed-off-by: GitHub Action <action@github.com>
2024-09-09 12:29:13 +00:00
db0321c9ae Address Issue #73 Again
Signed-off-by: GitHub Action <action@github.com>
2024-08-24 05:38:59 +00:00
3d8790e329 Minor Updates
Signed-off-by: GitHub Action <action@github.com>
2024-08-15 16:07:32 +00:00
5ee9c82125 Add HumanMadeMark
Signed-off-by: GitHub Action <action@github.com>
2024-07-11 11:54:28 +00:00
8f06b17057 Fixed display of pinned posts in taxonomy pages
Signed-off-by: GitHub Action <action@github.com>
2024-03-13 15:37:00 +00:00
bf95c9c189 Hermit-V2 Theme Update 2024-03-11 05:43:56 +00:00
a6d5f76806 Hermit-V2 Theme Update 2024-03-03 07:15:26 +00:00
c96606961e Fix context given to customs_css
Due to scoping thing, we were passing down a string rather than the full
context.
2024-01-28 17:37:30 -05:00
81b667ada7 Hermit-V2 Theme Update 2023-12-27 06:46:56 +00:00
174f4938ca Hermit-V2 Theme Update 2023-12-17 08:27:09 +00:00
112c04a660 My bad 2023-12-17 13:29:11 +05:30
ac03834fbb Hermit-V2 Theme Update 2023-11-28 14:47:18 +00:00
6ea2b764cd Hermit-V2 Theme Update 2023-11-17 10:38:09 +00:00
ad547d0f01 Hermit-V2 Theme Update 2023-11-16 16:57:38 +00:00
ee890b9f50 Theme Files Update 2023-11-13 16:00:26 +00:00
60f61c9a68 Theme Files Update 2023-11-13 15:51:06 +00:00
07b3a14103 Theme Files Update 2023-11-12 16:37:52 +00:00
d7d6b817bd Theme Files Update 2023-11-12 15:26:10 +00:00
9be4cc1b9b Theme Files Update 2023-11-06 08:46:57 +00:00
dbfec60fde Theme Files Update 2023-11-06 08:26:39 +00:00
bbc0089b64 Theme Files Update 2023-11-06 08:18:30 +00:00
579ab59b6e Theme Files Update 2023-10-28 16:55:23 +00:00
4cdbb6c7c7 Theme Files Update 2023-10-21 07:06:56 +00:00
96614011ff Theme Files Update 2023-10-15 12:13:22 +00:00
e27a5df3b4 Theme Files Update 2023-10-15 11:10:47 +00:00
680dbbd43f Theme Files Update 2023-08-19 07:24:17 +00:00
301efb837f Add Scroll To Top button 2023-08-06 18:46:12 +05:30
f6d80e4407 Fix redundant .MediaType.Suffix (#100)
Fix alternative output formats list:
* Fix redundant .MediaType.Suffix
* Correct `title` attribute value to page title
2019-10-27 18:23:28 +08:00
16c9d78ae5 Add code copy button to all code fields in the blog (#81) 2019-08-18 22:27:31 +08:00
a9f2ddcfa9 Fix Integrity and CORS issue on Chrome (#89)
Adding `crossorigin="anonymous"` to avoid CORS issues.
2019-08-18 20:38:40 +08:00
028dc62e3b Add anchor points to post list page
* post-year now has anchor point, you can click on it or input url with hash tag to jump to a specific year.
* See #39
2019-03-24 11:45:41 +08:00
6da23e4e20 Put metadata tags into partial
And update example config.toml (relate to #40)
2019-02-01 18:14:07 +08:00
545a122d6c Add anchor links to heading (#38)
* Closes #36
2019-01-27 12:20:29 +08:00
885bf2c871 Fix analytics partial (#31)
Add the dot to pass along the current context
2019-01-10 12:12:58 +08:00
f995f7313c Remove absURL for featuredImg & bgImg
See #29
2019-01-07 20:39:51 +08:00
334d05e5a1 Fix featured image toggle 2019-01-03 18:25:14 +08:00
f601584822 Add featured image to normal page template 2019-01-02 12:08:30 +08:00
f5b68c452f Add more customizations 2018-12-31 17:09:40 +08:00
97cc83914f Modularize analytics and add extra headers (#26) 2018-12-31 16:08:22 +08:00
269713b589 Add custom css support (#21) 2018-12-30 14:49:24 +08:00
4fb41e8a9a Improve javascript 2018-12-30 11:52:17 +08:00
efb0b592a0 Put comments into a partial
* Also removed unnecessary Disqus style (didn't regenerate resources)
2018-12-30 11:06:38 +08:00
6f864b437d Add meta descriptions to document head (#19)
Use Hugo‘s built in `schema.html` `opengraph.html` `twitter_cards.html` templates
2018-12-29 13:50:49 +08:00
512d6ca9f2 Fixed usage of RelPermalink in baseof.html
When the static site is built, js and css import fails
with RelPermalink.
2018-12-26 16:18:55 -08:00
3bb532df30 Improve code quality & consistency
* Add EditorConfig
* Rebuild animate.css: remove an unused animation
* Slightly rewrite header part
2018-12-12 00:02:36 +08:00