diff --git a/content/about.md b/content/about.md index 7fb3a68..086fbb5 100644 --- a/content/about.md +++ b/content/about.md @@ -1,5 +1,5 @@ -+++ -date = '2026-07-23T13:44:28+01:00' -draft = true -title = 'About' -+++ +--- +date: '2026-07-23T13:44:28+01:00' +draft: true +title: About +--- diff --git a/content/archives.md b/content/archives.md index 211f62c..87a4e14 100644 --- a/content/archives.md +++ b/content/archives.md @@ -1,5 +1,5 @@ -+++ -date = '2026-07-23T13:44:41+01:00' -draft = true -title = 'Archives' -+++ +--- +date: '2026-07-23T13:44:41+01:00' +draft: true +title: Archives +--- diff --git a/content/posts/empty_computer.md b/content/posts/empty_computer.md index cde1346..9320461 100644 --- a/content/posts/empty_computer.md +++ b/content/posts/empty_computer.md @@ -1,5 +1,5 @@ -+++ -date = '2026-07-23T13:52:18+01:00' -draft = true -title = 'Empty_computer' -+++ +--- +date: '2026-07-23T13:52:18+01:00' +draft: true +title: Empty_computer +--- diff --git a/content/search.md b/content/search.md index b444924..0049815 100644 --- a/content/search.md +++ b/content/search.md @@ -1,5 +1,5 @@ -+++ -date = '2026-07-23T13:44:36+01:00' -draft = true -title = 'Search' -+++ +--- +date: '2026-07-23T13:44:36+01:00' +draft: true +title: Search +--- diff --git a/hugo.toml b/hugo.toml deleted file mode 100644 index 915d6af..0000000 --- a/hugo.toml +++ /dev/null @@ -1,4 +0,0 @@ -baseURL = 'https://empty.computer/' -locale = 'en-gb' -title = 'Empty Computer' -theme = 'PaperMod' \ No newline at end of file diff --git a/hugo.yaml b/hugo.yaml new file mode 100644 index 0000000..2a81565 --- /dev/null +++ b/hugo.yaml @@ -0,0 +1,4 @@ +baseURL: https://empty.computer/ +locale: en-gb +title: Empty Computer +theme: PaperMod