diff --git a/.hugo_build.lock b/.hugo_build.lock new file mode 100644 index 0000000..e69de29 diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..471ba0a --- /dev/null +++ b/build.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +# Build static site +hugo + +# Build search +./pagefind --site public/ + +# correct permissions +sudo chown -R 1000:1000 /opt/docker/website/public +sudo chmod -R 755 /opt/docker/website/public diff --git a/config.toml b/config.toml index 14e4b83..41457e9 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "" +baseURL = "https://pyte.dev" languageCode = "en-us" title = "PyteDev Blog" theme = "PaperMod" @@ -9,11 +9,11 @@ Content = "I am a Sysadmin, Email Enthusiast, and Open Source Contributor. I enj [[params.socialIcons]] name = "matrix" -url = "@pytedev:matrix.org" +url = "https://matrix.to/#/@pytedev:matrix.org" [[params.socialIcons]] name = "email" -url = "public@pyte.dev" +url = "mailto:public@pyte.dev" [[params.socialIcons]] name = "github" @@ -21,7 +21,7 @@ url = "https://github.com/pyte1" [[params.socialIcons]] name = "mastodon" -url = "https://mastodon.socail/pytedev" +url = "https://mastodon.social/pytedev" [[menu.main]] identifier = "home" diff --git a/content/posts/my-first-post.md b/content/posts/my-first-post.md index 0a615cd..60e2fe4 100644 --- a/content/posts/my-first-post.md +++ b/content/posts/my-first-post.md @@ -1,6 +1,6 @@ +++ date = '2025-05-11T20:13:49+02:00' -draft = true +draft = false title = 'Introduction' +++ diff --git a/public/404.html b/public/404.html old mode 100644 new mode 100755 index 60f0979..e44deea --- a/public/404.html +++ b/public/404.html @@ -1,24 +1,24 @@ -
+ - +