diff --git a/content/posts/first_post.org b/content/posts/first_post.org index a9fcef4..bbd2edd 100644 --- a/content/posts/first_post.org +++ b/content/posts/first_post.org @@ -1,4 +1,14 @@ #+title: Under Construction #+date: [2023-11-23 Thu] #+draft: false -To start I'll set this up as a landing page for my domain, pointing to other [[{{< ref "/services" >}}][self-hosted services]]. We'll see where it goes from there. +What is this site for? + +I'll be using this as a landing page for my server, probably blog about anything random that I find interesting enough, and post pictures of cats! + +Still very much under construction and may change /a lot/ as I work it out. + +The source will always be available on [[https://git.xenia.me.uk/xenia/homesite][my Gitea instance]] (and probably in a more permanent link on here at some point). + +For now I'm going to keep working out what I want to do with this and see where that takes me. + +- Evie diff --git a/content/posts/test_some_content.org b/content/posts/test_some_content.org deleted file mode 100644 index 2a6f4dd..0000000 --- a/content/posts/test_some_content.org +++ /dev/null @@ -1,18 +0,0 @@ -#+title: Test some content -#+date: 2023-11-24T19:50:01Z -#+draft: false -Adding another post so I can test out some of the features in Hugo - -* Code blocks -#+begin_src python -from foo import bar -print("hello world!") -#+end_src - -* Tables -| header 1 | header 2 | -| | | -| Content 1 | Content 2 | - -* Maths rendering -$$E^2 = p^2c^2 + m^2c^4$$