diff --git a/.gitignore b/.gitignore index 73f2d04..e93e7d7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1 @@ -themes -public -.* -!.gitignore +.themes/* diff --git a/archetypes/default.md b/archetypes/default.md index 5ae3c01..00e77bd 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -1,6 +1,6 @@ --- title: "{{ replace .Name "-" " " | title }}" date: {{ .Date }} -draft: false +draft: true --- diff --git a/config.toml b/config.toml index 863fc92..1d7c819 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,3 @@ -baseURL = 'http://snoeijs.eu/' -languageCode = 'en-ie' -title = 'Snoeijs' -theme = 'hugo-PaperMod-7.0' +baseURL = 'http://example.org/' +languageCode = 'en-us' +title = 'My New Hugo Site' diff --git a/content/posts/Git-forge-online.md b/content/posts/Git-forge-online.md deleted file mode 100644 index df5ed5e..0000000 --- a/content/posts/Git-forge-online.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Git Forge Online" -date: 2025-05-30T18:51:45+02:00 -draft: false ---- - -I finally got around to getting -[the git forge](https://git.snoeijs.eu/explore/repos) online. It's made with -[forgejo](https://forgejo.org/) installed via the -[forgejo-deb](https://codeberg.org/forgejo-contrib/forgejo-deb) package, -following the LTS version. - -I also made the main website follow a -[git repository](https://git.snoeijs.eu/AnnaSnoeijs/main-site-hugo) with a cron -job that ocasionally does a git pull on the repository so I don't have to -remote into the container to make new posts diff --git a/content/posts/Website-back.md b/content/posts/Website-back.md deleted file mode 100644 index cf5d051..0000000 --- a/content/posts/Website-back.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Website Back" -date: 2025-05-25T15:27:36Z -draft: false ---- -After a bit of sillying around, the website is back; but now on proxmox c: - -The other stuff isn't set up yet but at least this works again