diff --git a/config.toml b/config.toml deleted file mode 100644 index 1d7c819..0000000 --- a/config.toml +++ /dev/null @@ -1,3 +0,0 @@ -baseURL = 'http://example.org/' -languageCode = 'en-us' -title = 'My New Hugo Site' diff --git a/content/_index.md b/content/_index.md index e4a8fea..4b0edf8 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,6 +1,8 @@ --- -title: "Welcome to my Blug" +title: "WelcomeToMyTechnicalBlog" date: 2025-12-02 weight: 1 draft: false --- + +# WelcomeToMyTechnicalBlog diff --git a/content/posts/AboutMe.md b/content/posts/AboutMe.md index 6e4b0fc..f95e703 100644 --- a/content/posts/AboutMe.md +++ b/content/posts/AboutMe.md @@ -1,5 +1,5 @@ --- -title: "WelcomeToMyTechnicalBlog" +title: "About Me" date: 2025-12-01 tags: ["blog"] draft: false diff --git a/content/posts/WhatImWorkingOnCurrently.md b/content/posts/WhatImWorkingOnCurrently.md new file mode 100644 index 0000000..5c1d843 --- /dev/null +++ b/content/posts/WhatImWorkingOnCurrently.md @@ -0,0 +1,17 @@ +--- +title: "What am I currently working on" +date: 2025-12-03 +tags: ["blog" "docker"] +draft: false +--- + +### Goals +- Have an self sustaining hosted infrastructure +- Have bakups of everything + + +### Current point +- My current infrasturcure looks like on hosted server with docker containers running and one hosted server with a lot of data storage +- Backups are done every day +- Backups are made of the databases and docker volumes +- The two servers are connected via a Wireguard-VPN and the backup server is not available from the outside (secured via iptables) the docker host has only a few ports available by the outside diff --git a/content/posts/md.template b/content/posts/md.template new file mode 100644 index 0000000..1952e17 --- /dev/null +++ b/content/posts/md.template @@ -0,0 +1,6 @@ +--- +title: "About Me" +date: 2025-12-01 +tags: ["blog"] +draft: false +--- diff --git a/public/404.html b/public/404.html index 479fd65..0e6bd9e 100644 --- a/public/404.html +++ b/public/404.html @@ -1,6 +1,6 @@ -
+