diff --git a/config.toml b/config.toml index e1ddd76..eb755cf 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "https://www.rustybever.be" +baseURL = "https://rustybever.be" title = "The Rusty Bever" theme = "etch" languageCode = "en-US" @@ -7,7 +7,7 @@ pygmentsCodeFences = true pygmentsUseClasses = true [params] - description = "Description" + description = "The Rusty Bever" copyright = "Copyright © 2022 Jef Roosens" dark = "auto" highlight = true diff --git a/content/posts/first.md b/content/posts/first.md deleted file mode 100644 index 6201f27..0000000 --- a/content/posts/first.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Welcome!" -date: 2022-03-29T16:04:45+02:00 -draft: true ---- - diff --git a/content/posts/welcome.md b/content/posts/welcome.md new file mode 100644 index 0000000..4a2c3bb --- /dev/null +++ b/content/posts/welcome.md @@ -0,0 +1,17 @@ +--- +title: "Welcome!" +date: 2022-03-31 +--- + +After months of delaying, I've finally set up my own little site! Initially I +had this grand idea in mind with lots of overengineering, but eventually I was +able to overcome my stubbornness and just use [Hugo](https://gohugo.io/). + +I hope to post something semi-regularly here (I might even try the [100 Days To +Offload](https://100daystooffload.com/) challenge if I feel like it). I haven't +really decided on what type of content I wish to publish, but chances are I'll +just be writing about whatever I feel like ;p + +If you're interested, you can follow my [RSS feed](/index.xml)! + +Have a nice day :)