Stephan Hadan
32024acdee
added statuspage to footer
2025-01-28 20:54:07 +01:00
Stephan Hadan
0dbdd51245
added sri to scripts
2025-01-28 14:47:42 +01:00
Stephan Hadan
cc53b78f46
more translation changes
2025-01-28 13:02:01 +01:00
Stephan Hadan
515108099b
added favicon
2025-01-28 12:40:14 +01:00
Stephan Hadan
6276c8fdb3
- more translations
2025-01-28 11:42:56 +01:00
Stephan Hadan
d272fe3f68
- added umami-config
2025-01-28 11:17:29 +01:00
Stephan Hadan
b688d23360
- weiter deutsche Anpassungen
2025-01-28 11:14:33 +01:00
Stephan Hadan
5ec2fea11f
- changed date formatting
2025-01-28 11:10:20 +01:00
Stephan Hadan
6c5965e7ef
- deutsche Übersetzung
2025-01-28 10:21:58 +01:00
Stephan Hadan
a8e9812999
- eliminated 's in page_header.html
2025-01-28 10:17:29 +01:00
d654868451
Update README.md
2025-01-11 08:45:42 +01:00
fb5b99cc23
Add renovate.json
2025-01-11 08:43:28 +01:00
Dan Xin
558b8b4ae0
fix: migrate ".Site.Author" to ".Site.Params.Author" ( #17 )
...
* feat: migrate ".Site.Author" to ".Site.Params.Author"
* feat: update README
2024-11-08 14:16:58 -05:00
Josh Johnson
d47670bc5d
updates readme
2024-02-24 22:42:37 -05:00
Josh Johnson
c4dbd1e6e0
lazy loading footer images
2024-02-24 21:50:25 -05:00
Josh Johnson
ddf9c0fca2
Updates jquery dependency and adopts new lightbox library
2024-02-24 21:21:49 -05:00
Josh Johnson
fcfa7a8972
Adds prefered mode dark appearance feature
2024-02-23 21:59:24 -05:00
Josh Johnson
fa861cb045
Update README.md
2024-02-19 22:22:24 -05:00
Josh Johnson
cde5d340bd
Adds social media meta tags and new param for featured images
2024-02-19 22:19:19 -05:00
Josh Johnson
830ad5392b
Updates RSS link from deprecated .Site.RSSLink
2024-01-03 19:11:34 -05:00
Josh Johnson
20db28e2b3
Merge pull request #16 from ahysing/main
...
Changing date format to YYYY-MM-dd for datetime attribute.
2023-07-31 10:46:31 -04:00
Andreas Dreyer Hysing
878c8fc421
Changing date format to YYYY-MM-dd for datetime attribute.
2023-07-07 18:30:02 +02:00
Josh Johnson
bcf4127174
Updates rss to show correct feed in section
2022-11-08 21:29:50 -05:00
Josh Johnson
f935ff81cc
Updates images in photostream to show full size
2022-10-08 11:13:11 -04:00
Josh Johnson
9dea77f43f
Updates archetype for microposts
2022-09-27 21:17:35 -04:00
Josh Johnson
da43214a54
Updates microposts to stand out a little more and remove menu background
2022-09-26 21:32:00 -04:00
Josh Johnson
32ef8e0ba6
Merge pull request #12 from ghlecl/master
...
Using .URL in menu items instead of .Permalink
2019-12-02 15:37:24 -05:00
Ghyslain Leclerc
db12d07cb6
Using .URL in menu items instead of .Permalink
...
Using .Permalink was causing my site to not compile anymore with version 0.59.1
of Hugo. According to this issue on the Hugo Github repository:
https://github.com/gohugoio/hugo/issues/5868
in menus, .URL is not deprecated and can/should be kept.
2019-11-26 20:58:18 -05:00
Josh Johnson
e15be0e410
Uses correct URL accessor and removes use of deprecated .URL
2019-08-30 21:43:07 -04:00
Josh Johnson
a8a2b05461
Updates page header to show menu items if there are no rss
2019-08-18 00:33:39 -04:00
Josh Johnson
2fa06ec88b
Updates to support 0.57.2
2019-08-17 18:54:19 -04:00
Josh Johnson
1f72de06f2
Merge pull request #10 from ghlecl/master
...
Adding capacity to summarize microposts as well.
2018-11-16 12:16:19 -05:00
Josh Johnson
a59131a738
Updates screenshot and thumbnail sizes
2018-11-16 12:14:44 -05:00
Josh Johnson
8965ed1313
Removes transparency and browser chrome from thumbnail too…
2018-11-16 11:12:20 -05:00
Josh Johnson
ce8bfeaf4e
Removes transparency and browser chrome on screenshot
2018-11-16 10:26:46 -05:00
Josh Johnson
85ddc72eb7
Adds check for required variable before rendering menu - Fix for #9
2018-11-15 10:54:42 -05:00
Ghyslain Leclerc
d0cac652ad
Documentation correction for micropost summarize.
2018-11-15 10:38:54 -05:00
Ghyslain Leclerc
a998fdc6e8
Adding capacity to summarize microposts as well.
2018-10-27 16:29:28 -04:00
Josh Johnson
0c39cde248
Cleans up rss formatting
2018-02-03 12:08:36 -05:00
Josh Johnson
6fcc558b7f
Adds option to hide titles from micropost rss
2018-01-29 23:58:18 -05:00
Josh Johnson
6c2033d06b
Merge pull request #7 from ghlecl/master
...
Add capacity to get yearly grouping for microposts.
2018-01-19 13:53:24 -05:00
Ghyslain Leclerc
6a826bd4b7
Updated documentation to explain the new YearlyMicroposts parameter.
2018-01-19 12:08:23 -05:00
Ghyslain Leclerc
ec29b9c50b
Add list class to default list as jnjosh did.
2018-01-19 11:50:50 -05:00
Josh Johnson
675b6b6f88
Adds list class when displaying lists of content
2018-01-18 23:55:54 -05:00
Ghyslain Leclerc
03642a1bc3
Add capacity to get yearly grouping for microposts.
...
Adds a parameter called YearlyMicroposts which is used to either:
- output the usual list of microposts if the parameter is not set or set to
false;
- output a list of micropost titles grouped by year (just like the posts list
is) if the parameter is set and true.
The default behavior is not changed and the setting needs not be defined thus
not complicating the default installation.
2017-11-29 17:05:06 -05:00
Josh Johnson
0edc6541d0
Updates archetypes to fix warnings when creating new content
2017-11-05 10:47:38 -05:00
Josh Johnson
176ed10fe9
Updates list items to have same style as text when in article
2017-10-29 12:35:41 -04:00
Josh Johnson
bb4aa3740b
Merge pull request #6 from ghlecl/master
...
Using the new now function instead of Now on Page object.
2017-10-29 12:26:46 -04:00
Ghyslain Leclerc
8c82a5acd1
Using the new now function instead of Now on Page object.
...
The Page object will be deprecated in the next Hugo version (version 0.30), so
this silences a warning which will become an error in the next version.
2017-10-12 14:57:29 -04:00
Josh Johnson
8708fdbe0d
Merge pull request #3 from ryugibo/fix-rss-error
...
Fix rss error
2017-02-26 12:47:18 -05:00