diff options
| author | azureazure <azureazure@disroot.org> | 2025-12-13 19:16:36 +0100 |
|---|---|---|
| committer | azureazure <azureazure@disroot.org> | 2025-12-13 19:16:36 +0100 |
| commit | af38ad9e24c630e88bae79e0ac441d017916de0d (patch) | |
| tree | 07d4940e4ec7508f5de028a60541375fd9f0a1ce /src | |
| parent | e059db8cb42a5d7b3f42536bbf9d9452ac7e4627 (diff) | |
| download | slimegirl.nexus-af38ad9e24c630e88bae79e0ac441d017916de0d.tar.gz | |
rewrite from the ground up
Diffstat (limited to 'src')
| -rw-r--r-- | src/assets/stylesheet.css | 12 | ||||
| -rw-r--r-- | src/blog/first-post.org | 10 | ||||
| -rw-r--r-- | src/index.org | 9 |
3 files changed, 15 insertions, 16 deletions
diff --git a/src/assets/stylesheet.css b/src/assets/stylesheet.css index 8f72c8b..e69de29 100644 --- a/src/assets/stylesheet.css +++ b/src/assets/stylesheet.css @@ -1,12 +0,0 @@ -body { - background-image: url('tile.png'); -} - -h1 { - background: #ffffffcc; - display: flex; - justify-content: center; - margin-bottom: 10px; - margin-top: 10px; -} - diff --git a/src/blog/first-post.org b/src/blog/first-post.org new file mode 100644 index 0000000..ca88623 --- /dev/null +++ b/src/blog/first-post.org @@ -0,0 +1,10 @@ +#+TITLE: first post + +* hi +this is a test post that mostly exists to check if the org mode publishing system works. + +this[fn:1] is a footnote. + +* Footnotes + +[fn:1] bweh diff --git a/src/index.org b/src/index.org index bba1c04..07ee25a 100644 --- a/src/index.org +++ b/src/index.org @@ -1,4 +1,5 @@ -#+TITLE: !! PHILOMENA'S AWESOME WEBSITE !! -aaaaaa -* sexo -test +#+TITLE: LEMURIAN MAGE + +* Blog posts +#+INCLUDE: "blog/index.org" :lines "3-" + |
