Add another post to test some Hugo features

This commit is contained in:
Evie Litherland-Smith 2023-11-24 19:56:17 +00:00
parent 9154b6df27
commit 7a1948efea
2 changed files with 19 additions and 2 deletions

View file

@ -1,5 +1,4 @@
#+title: Under Construction #+title: Under Construction
#+date: [2023-11-23 Thu] #+date: [2023-11-23 Thu]
#+draft: false #+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]]. We'll see where it goes from there.
To start I'll set this up as a landing page for my domain, pointing to other [[{{< ref "/services" >}}][self-hosted services]]

View file

@ -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$$