diff --git a/config/development/hugo.yaml b/config/development/hugo.yaml index 338a618..70521c0 100644 --- a/config/development/hugo.yaml +++ b/config/development/hugo.yaml @@ -1,2 +1 @@ baseURL: 'http://localhost:1313/' -workspace: hugo.work diff --git a/config/development/module.yaml b/config/development/module.yaml new file mode 100644 index 0000000..a629813 --- /dev/null +++ b/config/development/module.yaml @@ -0,0 +1,2 @@ +workspace: hugo.work + diff --git a/go.mod b/go.mod index 372563a..34a027d 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module git.bovender.de/daniel/blog -go 1.26.4 +go 1.22 require ( git.bovender.de/daniel/hugo_cookie_consent v0.0.2 // indirect diff --git a/i18n/en.yaml b/i18n/en.yaml new file mode 100644 index 0000000..50ba2a4 --- /dev/null +++ b/i18n/en.yaml @@ -0,0 +1,3 @@ +notFound: Page not found +home: Home +archives: Archives