diff options
| author | lemurianmage <azureazure@disroot.org> | 2025-12-03 17:55:40 +0100 |
|---|---|---|
| committer | lemurianmage <azureazure@disroot.org> | 2025-12-03 17:55:40 +0100 |
| commit | e059db8cb42a5d7b3f42536bbf9d9452ac7e4627 (patch) | |
| tree | 74bd3edd78a19c5f911bf7298d23a44e303b3ca9 | |
| parent | 8a40b7c38579d3d32af07337f0fde97289b80b5d (diff) | |
| download | slimegirl.nexus-e059db8cb42a5d7b3f42536bbf9d9452ac7e4627.tar.gz | |
add some basic css and a background
| -rw-r--r-- | build-site.el | 1 | ||||
| -rw-r--r-- | src/assets/stylesheet.css | 12 | ||||
| -rw-r--r-- | src/assets/tile.png | bin | 0 -> 354 bytes | |||
| -rw-r--r-- | src/index.org | 7 |
4 files changed, 16 insertions, 4 deletions
diff --git a/build-site.el b/build-site.el index c220824..a77c7d9 100644 --- a/build-site.el +++ b/build-site.el @@ -17,7 +17,6 @@ :with-author nil :with-creator nil :with-toc nil - :with-title nil :section-numbers nil :time-stamp-file nil) (list "assets" diff --git a/src/assets/stylesheet.css b/src/assets/stylesheet.css new file mode 100644 index 0000000..8f72c8b --- /dev/null +++ b/src/assets/stylesheet.css @@ -0,0 +1,12 @@ +body { + background-image: url('tile.png'); +} + +h1 { + background: #ffffffcc; + display: flex; + justify-content: center; + margin-bottom: 10px; + margin-top: 10px; +} + diff --git a/src/assets/tile.png b/src/assets/tile.png Binary files differnew file mode 100644 index 0000000..00f3c60 --- /dev/null +++ b/src/assets/tile.png diff --git a/src/index.org b/src/index.org index 3d58861..bba1c04 100644 --- a/src/index.org +++ b/src/index.org @@ -1,3 +1,4 @@ -#+TITLE: THE LEMUR SITE -* this is a test -** hi hello +#+TITLE: !! PHILOMENA'S AWESOME WEBSITE !! +aaaaaa +* sexo +test |
