Add another post to test some Hugo features
This commit is contained in:
parent
9154b6df27
commit
7a1948efea
|
@ -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.
|
||||
|
|
18
content/posts/test_some_content.org
Normal file
18
content/posts/test_some_content.org
Normal 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$$
|
Reference in a new issue