diff --git a/.gitignore b/.gitignore index e93e7d7..73f2d04 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ -.themes/* +themes +public +.* +!.gitignore diff --git a/archetypes/default.md b/archetypes/default.md index 00e77bd..5ae3c01 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -1,6 +1,6 @@ --- title: "{{ replace .Name "-" " " | title }}" date: {{ .Date }} -draft: true +draft: false --- diff --git a/config.toml b/config.toml index 1d7c819..863fc92 100644 --- a/config.toml +++ b/config.toml @@ -1,3 +1,4 @@ -baseURL = 'http://example.org/' -languageCode = 'en-us' -title = 'My New Hugo Site' +baseURL = 'http://snoeijs.eu/' +languageCode = 'en-ie' +title = 'Snoeijs' +theme = 'hugo-PaperMod-7.0' diff --git a/content/posts/Git-forge-online.md b/content/posts/Git-forge-online.md new file mode 100644 index 0000000..df5ed5e --- /dev/null +++ b/content/posts/Git-forge-online.md @@ -0,0 +1,16 @@ +--- +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 new file mode 100644 index 0000000..cf5d051 --- /dev/null +++ b/content/posts/Website-back.md @@ -0,0 +1,8 @@ +--- +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