You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix date template syntax in archetype (spaces in braces)
- Add categories/tags and remove unused isStarred from archetype
- Remove additionalScripts referencing non-existent JS files
- Fix webmanifest name from placeholder to "Johan Rin"
- Update Hugo version in CI workflow to 0.154.5
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
# Will try to load 'assets/js/custom.js' and 'assets/js/custom-2.js'.
89
-
# Your custom scripts will be concatenated to one file `custom.js`.
90
-
# When building for production it will be minified.
91
-
# The file `custom.js` is loaded on each page (before body tag ends).
92
87
dateFormat = ""# date format used to show dates on various pages. If nothing is specified, then "2 Jan 2006" format is used.
93
88
# See https://gohugo.io/functions/time/format/ for available date formats.
94
89
rssFeedDescription = "full"# available options: 1) summary 2) full
@@ -105,8 +100,8 @@ theme = "hugo-blog-awesome"
105
100
106
101
# Allow to override webmanifest options
107
102
[params.webmanifest]
108
-
name = "sitename"# will use "params.sitename" or "title" by default
109
-
short_name = "sitename"# same as name
103
+
name = "Johan Rin"
104
+
short_name = "Johan Rin"
110
105
start_url = "/"# will use homepage url by default
111
106
theme_color = "#434648"# default is "#434648" (base color of text). Also will override html `<meta name="theme-color" />`
112
107
background_color = "#fff"# by default depend on "params.defaultColor" for "light" or "auto" will be set to "#fff" for dark will be "#131418" (color of dark mode background)
0 commit comments