From ba7fd8ed5809bb73971a9caf6c382c17782e0f60 Mon Sep 17 00:00:00 2001 From: lsof Date: Tue, 2 Sep 2025 12:03:22 +0200 Subject: makeover --- content/_index.md | 13 +++++++++++++ content/contact.md | 8 ++++++++ content/w/_index.md | 2 +- 3 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 content/_index.md create mode 100644 content/contact.md (limited to 'content') diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..04fb732 --- /dev/null +++ b/content/_index.md @@ -0,0 +1,13 @@ ++++ +title = "Home" +template = "index.html" ++++ + +Hi, I'm lemon. Welcome to my page. It's kind of barren at the moment. + +## Links +- I have a [blog](/w). +- My programming stuff is in [sourcehut](https://git.sr.ht/~lsof/), older stuff is in [github](https://github.com/lemon32767/). +- I have a [youtube channel](https://www.youtube.com/@lemon9bug). +- ![](/asset/link.png) +- [contact](/contact) diff --git a/content/contact.md b/content/contact.md new file mode 100644 index 0000000..59a8f3b --- /dev/null +++ b/content/contact.md @@ -0,0 +1,8 @@ ++++ +title = "Contact" +template = "root-page.html" ++++ + +- 🦋 i'm on bsky [@lemon.rip](https://bsky.app/profile/lemon.rip) +- my Discord username is `polyplacophora` +- you can email `contact@(this domain)` diff --git a/content/w/_index.md b/content/w/_index.md index 4ecec2e..a0393d7 100644 --- a/content/w/_index.md +++ b/content/w/_index.md @@ -1,5 +1,5 @@ +++ -title = "Writings" +title = "Posts" sort_by = "date" template = "blog.html" page_template = "blog-page.html" -- cgit v1.2.3