diff --git a/.gitignore b/.gitignore index a0f0f5a..393e339 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ public/ -stashed/ \ No newline at end of file +.stashed/ \ No newline at end of file diff --git a/content/about/eli.md b/content/about/eli.md index ddc32e8..fcd1f39 100644 --- a/content/about/eli.md +++ b/content/about/eli.md @@ -7,11 +7,15 @@ footnote3 = "Silksong is coming out soon, right?" +++ **Pronouns** : she/her preferred, but they/them is also fine. -{{ br() }} +I'm Eli {{ footnote() }}, an entity{{ footnote() }} of some sorts. Computers fear me, for I usually fuck them up ( *unwillingly*, if I may add ) while tinkering with them. Currently kinda interested in distributed computing. + +My favourite song is {% link(url="https://www.youtube.com/watch?v=Yh5RSv52g6U") %} Vital Signs by Rush {% end %}. + +My favourite videogames are *Hollow Knight*{{ footnote() }}, *Sekiro: Shadows Die Twice* and *Terraria*. + +If you need to contact me you can find me on {% link(url="https://gts.collective-conciousness.monster/@eli") %} fedi {% end %} or you can send me an {% link(url="mailto:eli@collective-conciousness.monster") %} email {% end %}. + -I'm Eli {{ footnote() }}, an entity{{ footnote() }} of some sorts. Computers fear me, for I usually fuck them up ( *unwillingly*, if I may add ) while tinkering with them. Currently kinda interested in distributed computing.{{br()}} -My favourite song is {% link(url="https://www.youtube.com/watch?v=Yh5RSv52g6U") %} Vital Signs by Rush {% end %}. {{br()}} -My favourite videogames are *Hollow Knight*{{ footnote() }}, *Sekiro: Shadows Die Twice* and *Terraria*. {{br()}} -\-\- {{ footnoted() }} {{ footnoted() }} diff --git a/content/about/jade.md b/content/about/jade.md index ede78ae..d65ff87 100644 --- a/content/about/jade.md +++ b/content/about/jade.md @@ -1,9 +1,12 @@ +++ title = "jade" [extra] -footnote1 = "Depending on when you are reading this you might find art of it on the website" +footnote1 = "Depending on when you are reading this you might find art of it on the website!" +++ **Pronouns**: they/them and she/her are fine, no preference between the two. {{br()}} -Hii! I'm Jade, my 'sona is a dragon{{footnote()}}! I like drawing! I also do pixel art! My favourite game is *Crying Suns*. If I ever remember to write blog posts they'll probably be about one of the aforementioned things. That's about it ! {{br()}} +Hii! I'm Jade, my 'sona is a dragon{{footnote()}}! I like drawing! I also do pixel art! My favourite game is *Crying Suns*. If I ever remember to write blog posts they'll probably be about one of the aforementioned things. That's about it ! + +If, for whatever reason, you need to contact me, you can find me {% link(url="https://gts.collective-conciousness.monster/@jade") %} on the fediverse {% end %} or {% link(url="mailto:jade@collective-conciousness.monster") %} you can send me an email {% end %}. + \-\-\- {{ footnoted() }} \ No newline at end of file diff --git a/content/about/vulcan.md b/content/about/vulcan.md index 94c1674..2a55846 100644 --- a/content/about/vulcan.md +++ b/content/about/vulcan.md @@ -1,5 +1,8 @@ +++ title = "vulcan" +++ +**Pronouns** : it/its -thing \ No newline at end of file +I enjoy reading a lot. And maybe writing about it. + +If you want to get in touch, you can write to my {% link(url="mailto:vulcan@collective-conciousness.monster") %} email {% end %} or you can message me on {% link(url="https://gts.collective-conciousness.monster/@vulcan") %} the fediverse {% end %}. \ No newline at end of file diff --git a/content/contact.md b/content/contact.md deleted file mode 100644 index ab7cee2..0000000 --- a/content/contact.md +++ /dev/null @@ -1,11 +0,0 @@ -+++ -title = "Contact information" -template = "contact.html" -page_template = "contact.html" -[extra] -footnote1 = "That should be within our respective \"about\" pages." -+++ - -You can contact us on our respective fediverse profiles{{ footnote() }}. {{br()}} You can also contact us on email at {% link(url="mailto:ittihadyya@collective-conciousness.monster") %}ittihadyya@collective-conciousness.monster{% end %}.{{br()}} -\-\-\- -{{footnoted()}} \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index c4e7315..4a3de64 100644 --- a/templates/base.html +++ b/templates/base.html @@ -19,7 +19,6 @@ - @@ -33,7 +32,11 @@
diff --git a/templates/contact.html b/templates/contact.html deleted file mode 100644 index 0467d53..0000000 --- a/templates/contact.html +++ /dev/null @@ -1,12 +0,0 @@ -{% extends "base.html" %} - -{% block head %} -Ittihadyya | Contact -{% endblock head %} - -{% block content %} -

- Contact -

-{{ page.content | safe }} -{% endblock content %} \ No newline at end of file