diff --git a/content/posts/first_post.org b/content/posts/first_post.org index 3c92365..a9fcef4 100644 --- a/content/posts/first_post.org +++ b/content/posts/first_post.org @@ -1,5 +1,4 @@ #+title: Under Construction #+date: [2023-11-23 Thu] #+draft: false -* Plans for this site -To start I'll set this up as a landing page for my domain, pointing to other [[{{< ref "/services" >}}][self-hosted services]] +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. diff --git a/content/posts/test_some_content.org b/content/posts/test_some_content.org new file mode 100644 index 0000000..2a6f4dd --- /dev/null +++ b/content/posts/test_some_content.org @@ -0,0 +1,18 @@ +#+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$$