{{ .Title }}
+| + {{ .ReadingTime }} {{ if eq .ReadingTime 1 }} minute {{ else }} minutes {{ end }} read +
+diff --git a/.gitmodules b/.gitmodules
index 628de72..e69de29 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +0,0 @@
-[submodule "themes/hugo-classic"]
- path = themes/hugo-classic
- url = https://github.com/goodroot/hugo-classic.git
diff --git a/config.toml b/config.toml
index 59513fd..6ff7e12 100644
--- a/config.toml
+++ b/config.toml
@@ -3,7 +3,7 @@ license = ""
licenselink = ""
languageCode = 'en-us'
title = "ch0ccyra1n's website"
-theme = 'hugo-classic'
+theme = 'ch0ccy-in-the-nineties'
[menu]
[[menu.main]]
diff --git a/content/_index.md b/content/_index.md
index 055d4da..67a60f5 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -1,36 +1,15 @@
---
---
-{{< rawhtml >}}{{< /rawhtml >}}
-
-Hi, I’m **ch0ccyra1n**! Thanks for stopping by!
+Hi, I’m **ch0ccyra1n**{{< rawhtml >}}(she/her){{< /rawhtml >}}, Thanks for stopping by!
I'm a trans woman, nerd, and anarchist and occasionally post things here. Mainly more techie stuff, since most of my political writings are in *[The Student Insurgent](https://studentinsurgent.org/)*.
This is my website (***you*** should have one too. even if you don't think it's important, it is.)
## In my network...
-- {{< rawhtml >}}
My Gitlab{{< /rawhtml >}}, where I publish code.
-- {{< rawhtml >}}
My Posts on this blog{{< /rawhtml >}}
-- {{< rawhtml >}}
My Writings for The Student Insurgent{{< /rawhtml >}}
+{{< rawhtml >}}
My Gitlab, where I publish code
My Writings for The Student Insurgent{{< /rawhtml >}}
## Projects I maintain...
-- {{< rawhtml >}}
The Student Insurgent website{{< /rawhtml >}}
-- {{< rawhtml >}}
Defiance Hugo Theme{{< /rawhtml >}}
-- {{< rawhtml >}}
UO Student Workers website{{< /rawhtml >}}
-- {{< rawhtml >}}
Emerald Social Mastodon Instance{{< /rawhtml >}}
-## Socials
-
-- {{< rawhtml >}}
Follow me on Mastodon{{< /rawhtml >}}
-
-- {{< rawhtml >}}
Subscribe to this blog via RSS{{< /rawhtml >}}
-
-## Contact
-
-Feel free to send me questions, fanmail, or anything else that's cool through these.
-
-- {{< rawhtml >}}
Matrix (recommended){{< /rawhtml >}}
-- {{< rawhtml >}}
E-mail{{< /rawhtml >}}
-
-## Recent Posts
\ No newline at end of file
+{{< rawhtml >}}
The Student Insurgent website
UO Student Workers website
Emerald Social Mastodon Instance{{< /rawhtml >}}
diff --git a/content/contact/_index.md b/content/contact/_index.md
new file mode 100644
index 0000000..8c178c3
--- /dev/null
+++ b/content/contact/_index.md
@@ -0,0 +1,7 @@
+---
+title: "Contact"
+---
+
+Feel free to send me questions, fanmail, or anything else that’s cool through these.
+
+{{< rawhtml >}}
Matrix (recommended)
E-mail{{< /rawhtml >}}
\ No newline at end of file
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index e369a9f..23453c9 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,2 +1,27 @@
-
Copyright (c) {{ now.Format "2006"}} ch0ccyra1n
\ No newline at end of file diff --git a/themes/ch0ccy-in-the-nineties/LICENSE b/themes/ch0ccy-in-the-nineties/LICENSE new file mode 100644 index 0000000..ee4048c --- /dev/null +++ b/themes/ch0ccy-in-the-nineties/LICENSE @@ -0,0 +1,20 @@ +The MIT License (MIT) + +Copyright (c) 2023 ch0ccyra1n + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/themes/ch0ccy-in-the-nineties/archetypes/default.md b/themes/ch0ccy-in-the-nineties/archetypes/default.md new file mode 100644 index 0000000..ac36e06 --- /dev/null +++ b/themes/ch0ccy-in-the-nineties/archetypes/default.md @@ -0,0 +1,2 @@ ++++ ++++ diff --git a/themes/ch0ccy-in-the-nineties/layouts/404.html b/themes/ch0ccy-in-the-nineties/layouts/404.html new file mode 100644 index 0000000..e69de29 diff --git a/themes/ch0ccy-in-the-nineties/layouts/_default/baseof.html b/themes/ch0ccy-in-the-nineties/layouts/_default/baseof.html new file mode 100644 index 0000000..5f8e2ec --- /dev/null +++ b/themes/ch0ccy-in-the-nineties/layouts/_default/baseof.html @@ -0,0 +1,11 @@ + + + {{- partial "head.html" . -}} + + {{- partial "header.html" . -}} +| + {{ .ReadingTime }} {{ if eq .ReadingTime 1 }} minute {{ else }} minutes {{ end }} read +
+