Skip to content

Commit 5d86f3c

Browse files
committed
Fix packages needed to build, Add copyright in the footer, Update information about the project
1 parent 18c88bd commit 5d86f3c

4 files changed

Lines changed: 211 additions & 27 deletions

File tree

config/_default/hugo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ defaultContentLanguage = "en"
1515
disableLanguages = ["de", "nl"]
1616
defaultContentLanguageInSubdir = false
1717

18-
copyRight = "Copyright (c) 2025-2026 GolemCpp"
18+
copyRight = "Copyright (c) 2025-YYYY GolemCpp"
1919

2020
[build.buildStats]
2121
enable = true

config/_default/languages.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[en.params]
66
languageISO = "EN"
77
languageTag = "en-US"
8-
footer = ''
8+
footer = '© <script>document.write(new Date().getFullYear())</script> <a class="text-muted" href="https://github.com/GolemCpp">GolemCpp</a> - Powered by <a class="text-muted" href="https://getdoks.org/">Doks</a>'
99
alertText = ''
1010

1111
[de]

package-lock.json

Lines changed: 204 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)