diff --git a/content/posts/check2.md b/content/posts/check2.md index c987156..cedd94c 100644 --- a/content/posts/check2.md +++ b/content/posts/check2.md @@ -1,10 +1,12 @@ +++ -title = 'Check2' +title = 'Checking auto-update' date = 2024-12-20T01:52:11+05:00 draft = false +++ -## IT MUST WORK +# Auto-update -Checking another thing about updating the posts. +If you can see the post, then the +auto-update from the [repo](https://surdeus.su/surdeus/blog) +works! diff --git a/content/posts/first.md b/content/posts/first.md index fa411e1..181459c 100644 --- a/content/posts/first.md +++ b/content/posts/first.md @@ -4,6 +4,8 @@ date = 2024-12-20T00:43:40+05:00 draft = false +++ -## Checking +## Hello, World! -This **SHIT** works! +Finally set up my first blog! +Don't know what about I'm gonna +write here about but that's it! diff --git a/hugo.toml b/hugo.toml index 70a85ce..cc06afe 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,4 +1,4 @@ -baseURL = 'https://example.org/' -languageCode = 'ru-rf' -title = 'My New Hugo Site' +baseURL = 'https://blog.surdeus.su/' +languageCode = 'en-US' +title = 'Surdeus Blog' theme = 'ananke'