diff options
| author | 2025-09-02 12:03:22 +0200 | |
|---|---|---|
| committer | 2025-09-02 12:03:22 +0200 | |
| commit | ba7fd8ed5809bb73971a9caf6c382c17782e0f60 (patch) | |
| tree | 2208034b63b8f23c3122ebcaf659f991e48b25b4 /content | |
| parent | 04cdbbb8fd99fa3cb113106f6a83560cc0463a39 (diff) | |
makeover
Diffstat (limited to 'content')
| -rw-r--r-- | content/_index.md | 13 | ||||
| -rw-r--r-- | content/contact.md | 8 | ||||
| -rw-r--r-- | content/w/_index.md | 2 |
3 files changed, 22 insertions, 1 deletions
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). +-  +- [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" |