Commit Graph

139 Commits

Author SHA1 Message Date
f77d14f7a8 Added ko-fi icon. 2024-10-24 13:43:32 +02:00
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
51beaa3134 fix: display word count with i18n enabled (#89)
Remove .Wordcount from i18n to layouts. Fix for  #88
2024-10-03 19:54:10 +05:30
7f36080a83 fix: move WordCount outside of i18n 2024-10-02 09:50:52 -04:00
ef4e731c13 feat: add option to toggle footer theme name display (#85)
This PR:
- Introduced `footerHideThemeName` parameter in `hugo.toml` to control the
display of Hugo and Hermit-V2 theme tribute in the footer.
- Updated `footer.html` to conditionally display the tribute based on
the `footerHideThemeName` parameter.

Related issue:
- #28
2024-10-01 20:03:41 +05:30
b7def36e8c Update footer configuration and template
- Renamed `footerThemeName` to `footerHideThemeName` in `hugo.toml.example`
 - Updated conditional logic in `footer.html` to reflect the new parameter name
2024-09-30 10:35:18 -07:00
8901361b35 SVG for xmpp,matrix,pixelfed #83
Signed-off-by: GitHub Action <action@github.com>
2024-09-30 15:49:24 +00:00
c5330915ea Add option to toggle footer theme name display
- Introduced `footerThemeName` parameter in `hugo.toml.example` to control the display of Hugo and Hermit-V2 theme tribute in the footer.
 - Updated `footer.html` to conditionally display the tribute based on the `footerThemeName` parameter.
2024-09-29 23:09:44 -07:00
50d838e649 Confusing svg in 83, needs minification
Signed-off-by: GitHub Action <action@github.com>
2024-09-21 16:38:41 +00:00
4997b124ab xmpp matrix pixelfed Update svg.html (#83)
svg for xmpp matrix and pixelfed

Signed-off-by: GitHub Action <action@github.com>
2024-09-21 15:43:30 +00: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
79419192d7 [Feature Request #81]: Added support for customizable noindex
Signed-off-by: GitHub Action <action@github.com>
2024-09-09 11:35:00 +00:00
c568b8ff0e Ability to edit Scroll-to-Top icon colors, for #75
Signed-off-by: GitHub Action <action@github.com>
2024-08-24 07:55:20 +00:00
db0321c9ae Address Issue #73 Again
Signed-off-by: GitHub Action <action@github.com>
2024-08-24 05:38:59 +00:00
152dcd73fe Address Issue #73
Signed-off-by: GitHub Action <action@github.com>
2024-08-24 05:35:35 +00:00
3d8790e329 Minor Updates
Signed-off-by: GitHub Action <action@github.com>
2024-08-15 16:07:32 +00:00
5d7becd0ee Attempt 1 to resolve #72
Signed-off-by: GitHub Action <action@github.com>
2024-08-05 14:03:45 +00:00
5ee9c82125 Add HumanMadeMark
Signed-off-by: GitHub Action <action@github.com>
2024-07-11 11:54:28 +00:00
91fef8025c Resolve #66 : Add noindex to 404.html
Signed-off-by: GitHub Action <action@github.com>
2024-04-15 14:40:47 +00:00
8c852efaee Add "sizes" attribute to favicon.ico
Otherwise the svg icon won't load. See 020fcc1b9f
2024-04-09 13:25:03 -07:00
df9511b184 Attempt to resolve #62
Signed-off-by: GitHub Action <action@github.com>
2024-04-09 11:20:01 +00:00
a6b3dcb3a4 Attempt to resolve #62
Signed-off-by: GitHub Action <action@github.com>
2024-04-09 11:08:54 +00:00
b009528bd6 Readme image update
Signed-off-by: GitHub Action <action@github.com>
2024-04-09 05:47:10 +00:00
020fcc1b9f Correct the link to favicon
Chrome behavior has changed since 2023, following https:
//medium.com/web-dev-survey-from-kyoto/favicon-nightmare-how-to-maintain-sanity-7628bfc39918 .

Tested on both Chrome and Firefox.

Fix #60
2024-04-08 12:24:21 -07:00
ad454ca43b Attempt to resolve #60
Signed-off-by: GitHub Action <action@github.com>
2024-04-08 14:46:08 +00:00
ad69ca4910 Attempt 1 to solve #58
Signed-off-by: GitHub Action <action@github.com>
2024-04-02 07:38:48 +00:00
bf1a84dbe0 Update Disqus & GoogleAnalytics
Signed-off-by: GitHub Action <action@github.com>
2024-03-13 16:17:33 +00:00
7033b7fe08 Update Disqus & GoogleAnalytics
Signed-off-by: GitHub Action <action@github.com>
2024-03-13 16:16:23 +00:00
6cbe854b97 Update Disqus & GoogleAnalytics
Signed-off-by: GitHub Action <action@github.com>
2024-03-13 16:13:29 +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
6a4664c666 Delete layouts/partials/favicons.html 2024-03-11 20:14:04 +05:30
bf95c9c189 Hermit-V2 Theme Update 2024-03-11 05:43:56 +00:00
50d37d355a Print the page description in RSS feed
The RSS feed used to print the first chars of the page in the
"description" field. Since there is a description at the page
level, it's now displayed instead.
It should provide a cleaner and complete description.
2024-03-09 12:02:58 +01: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
2569706cd4 Hermit-V2 Theme Update 2023-12-31 15:34:38 +00:00
3b7c0a5e79 Hermit-V2 Theme Update 2023-12-30 14:51:27 +00:00
04dbe6b119 Merge branch 'main' into social-icon 2023-12-30 20:01:52 +05:30
98154f18f1 Merge pull request #45 from abhinav1107/medium-icon
added Medium icon
2023-12-30 19:58:34 +05:30
36b9c5abf8 Added bluesky icon. 2023-12-29 02:19:15 +01:00
324662d95d Slight adjustment to the scale of the icon. 2023-12-28 20:52:54 +01:00
9990039a3d Imgur icon. 2023-12-28 19:51:41 +01:00
81b667ada7 Hermit-V2 Theme Update 2023-12-27 06:46:56 +00:00
cbc2eb6657 added Medium icon 2023-12-25 21:06:23 +05:30
d6361ce459 Hermit-V2 Theme Update 2023-12-22 16:07:33 +00:00
e9423cda01 Hermit-V2 Theme Update 2023-12-17 08:31:55 +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