From 7a1948efea2e7cf95b37a59a2ea0465d5e3a6205 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 24 Nov 2023 19:56:17 +0000 Subject: [PATCH] Add another post to test some Hugo features --- content/posts/first_post.org | 3 +-- content/posts/test_some_content.org | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 content/posts/test_some_content.org 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$$