From bd24273d096399b96a88574a0033db03739a8d6c Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Thu, 24 Oct 2024 23:47:45 +0200 Subject: official initial commit --- content/images/favicon-16x16.png | Bin 0 -> 281 bytes content/images/favicon-32x32.png | Bin 0 -> 561 bytes content/index.md | 11 +++++++++++ content/styles/style.css | 34 ++++++++++++++++++++++++++++++++++ content/thoughts/thought-1.md | 8 ++++++++ 5 files changed, 53 insertions(+) create mode 100644 content/images/favicon-16x16.png create mode 100644 content/images/favicon-32x32.png create mode 100644 content/index.md create mode 100644 content/styles/style.css create mode 100644 content/thoughts/thought-1.md (limited to 'content') diff --git a/content/images/favicon-16x16.png b/content/images/favicon-16x16.png new file mode 100644 index 0000000..41b8244 Binary files /dev/null and b/content/images/favicon-16x16.png differ diff --git a/content/images/favicon-32x32.png b/content/images/favicon-32x32.png new file mode 100644 index 0000000..b9484ab Binary files /dev/null and b/content/images/favicon-32x32.png differ diff --git a/content/index.md b/content/index.md new file mode 100644 index 0000000..2ded7e3 --- /dev/null +++ b/content/index.md @@ -0,0 +1,11 @@ +# eva's site + +## About Me + +I've graduated in business information systems. I like to go bouldering in my +spare time. Occasionaly I'll write some software, but don't expect me to host +anything useful. + +## Blog posts + +You can read my thoughts [here](thoughts/thought-1.html). diff --git a/content/styles/style.css b/content/styles/style.css new file mode 100644 index 0000000..725b930 --- /dev/null +++ b/content/styles/style.css @@ -0,0 +1,34 @@ +body { + background-color: black; + color: pink; +} + +p { + padding-bottom: 30px; +} + +#wrapper { + background-color: #000000; + max-width: 974px; + min-width: 850px; + margin: auto; + margin-top: -10px; +} + +.center { + text-align: center; + justify-content: center; +} + +.left { + text-align: left; + justify-content: center; +} + +.limit-text-width { + width: 50%; +} + +.header_linker { + font-size: x-small; +} diff --git a/content/thoughts/thought-1.md b/content/thoughts/thought-1.md new file mode 100644 index 0000000..4cac1b9 --- /dev/null +++ b/content/thoughts/thought-1.md @@ -0,0 +1,8 @@ +# 2024-10-24 + +Finally launching this website. This will be a purely static site with just my +occasional thoughts. This site is still in its infancy, so there might be some +changes along the way. + +Got to put this link into a navigation tag. Too lazy to do it now, will do it +later. -- cgit v1.2.3