Write a proper first post, delete that random content test
This commit is contained in:
parent
ca6c866869
commit
a243f22476
|
@ -1,4 +1,14 @@
|
||||||
#+title: Under Construction
|
#+title: Under Construction
|
||||||
#+date: [2023-11-23 Thu]
|
#+date: [2023-11-23 Thu]
|
||||||
#+draft: false
|
#+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
|
||||||
|
|
|
@ -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$$
|
|
Reference in a new issue