added contacts, change site desc
This commit is contained in:
parent
46d61f7eea
commit
e1f1cb0b27
4 changed files with 13 additions and 5 deletions
|
@ -1,18 +1,18 @@
|
||||||
# The URL the site will be built for
|
# The URL the site will be built for
|
||||||
base_url = "https://peachmoon.moe"
|
base_url = "https://peachmoon.moe"
|
||||||
|
|
||||||
title = "🍑🌙 peachmoon"
|
title = "🍑🌙 peachmoon.moe"
|
||||||
description = "a small peach fairy's website"
|
description = "a personal website"
|
||||||
|
|
||||||
compile_sass = true
|
compile_sass = true
|
||||||
minify_html = false
|
minify_html = true
|
||||||
generate_feeds = true
|
generate_feeds = true
|
||||||
default_language = "en"
|
default_language = "en"
|
||||||
|
|
||||||
author = "mana"
|
author = "mana"
|
||||||
|
|
||||||
taxonomies = [
|
taxonomies = [
|
||||||
{ name = "tags", feed = false}
|
{ name = "tags", feed = true}
|
||||||
]
|
]
|
||||||
|
|
||||||
[markdown]
|
[markdown]
|
||||||
|
|
|
@ -18,7 +18,7 @@ bear with me with regard to the sidebar, I'm still figuring out how i wanna stru
|
||||||
|
|
||||||
<div style="font-size: .9em; padding: .4em 0">
|
<div style="font-size: .9em; padding: .4em 0">
|
||||||
|
|
||||||
- [last update](/updates): 2024.09.15
|
- [last update](/updates): 2024.09.16
|
||||||
</div><div class="center">
|
</div><div class="center">
|
||||||
|
|
||||||
[![ublock origin now!](ublockoriginnow.png)](https://ublockorigin.com/)
|
[![ublock origin now!](ublockoriginnow.png)](https://ublockorigin.com/)
|
||||||
|
|
|
@ -9,7 +9,9 @@ template = "page-notop.html"
|
||||||
- [pronouns.cc](https://pronouns.cc/@rainbowpink)
|
- [pronouns.cc](https://pronouns.cc/@rainbowpink)
|
||||||
- [retrospring](https://retrospring.net/@rainbowpink)
|
- [retrospring](https://retrospring.net/@rainbowpink)
|
||||||
- [melospring](https://spring.love4eva.net/@mana)
|
- [melospring](https://spring.love4eva.net/@mana)
|
||||||
|
- [fragsturztaube](https://ask.absturztau.be/@mana)
|
||||||
- [tumblr](https://imjustfallinlove.tumblr.com)
|
- [tumblr](https://imjustfallinlove.tumblr.com)
|
||||||
|
- [streak.club](https://streak.club/u/mana)
|
||||||
- [libre.fm](https://libre.fm/user/lonelynettaigyo)
|
- [libre.fm](https://libre.fm/user/lonelynettaigyo)
|
||||||
- [last.fm](https://www.last.fm/user/ameiro)
|
- [last.fm](https://www.last.fm/user/ameiro)
|
||||||
- [anilist](https://anilist.co/user/momonohanabira/)
|
- [anilist](https://anilist.co/user/momonohanabira/)
|
||||||
|
|
6
content/updates/20240916.md
Normal file
6
content/updates/20240916.md
Normal file
|
@ -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.
|
Loading…
Add table
Reference in a new issue