From e1f1cb0b27a2ee0505117a694ca16c4fb99ec9d4 Mon Sep 17 00:00:00 2001 From: onomanapeia Date: Mon, 16 Sep 2024 10:51:23 -0500 Subject: [PATCH] added contacts, change site desc --- config.toml | 8 ++++---- content/_index.md | 2 +- content/contact.md | 2 ++ content/updates/20240916.md | 6 ++++++ 4 files changed, 13 insertions(+), 5 deletions(-) create mode 100644 content/updates/20240916.md diff --git a/config.toml b/config.toml index b7d25c4..aeabcb7 100644 --- a/config.toml +++ b/config.toml @@ -1,18 +1,18 @@ # The URL the site will be built for base_url = "https://peachmoon.moe" -title = "🍑🌙 peachmoon" -description = "a small peach fairy's website" +title = "🍑🌙 peachmoon.moe" +description = "a personal website" compile_sass = true -minify_html = false +minify_html = true generate_feeds = true default_language = "en" author = "mana" taxonomies = [ - { name = "tags", feed = false} + { name = "tags", feed = true} ] [markdown] diff --git a/content/_index.md b/content/_index.md index e529c07..eabf07a 100644 --- a/content/_index.md +++ b/content/_index.md @@ -18,7 +18,7 @@ bear with me with regard to the sidebar, I'm still figuring out how i wanna stru
-- [last update](/updates): 2024.09.15 +- [last update](/updates): 2024.09.16
[![ublock origin now!](ublockoriginnow.png)](https://ublockorigin.com/) diff --git a/content/contact.md b/content/contact.md index 0a2936b..0b21ff0 100644 --- a/content/contact.md +++ b/content/contact.md @@ -9,7 +9,9 @@ template = "page-notop.html" - [pronouns.cc](https://pronouns.cc/@rainbowpink) - [retrospring](https://retrospring.net/@rainbowpink) - [melospring](https://spring.love4eva.net/@mana) +- [fragsturztaube](https://ask.absturztau.be/@mana) - [tumblr](https://imjustfallinlove.tumblr.com) +- [streak.club](https://streak.club/u/mana) - [libre.fm](https://libre.fm/user/lonelynettaigyo) - [last.fm](https://www.last.fm/user/ameiro) - [anilist](https://anilist.co/user/momonohanabira/) diff --git a/content/updates/20240916.md b/content/updates/20240916.md new file mode 100644 index 0000000..965c76b --- /dev/null +++ b/content/updates/20240916.md @@ -0,0 +1,6 @@ ++++ +date = "2024-09-16" +[taxonomies] + tags = ["updates"] ++++ +added my [streak.club](https://streak.club/u/mana) and [fragsturztaube](https://ask.absturztau.be/@mana) to my [contact page](/contact). changed the site description. \ No newline at end of file