diff --git a/_zola/config.toml b/_zola/config.toml index b49e7b0..d6292b9 100644 --- a/_zola/config.toml +++ b/_zola/config.toml @@ -11,6 +11,10 @@ build_search_index = false generate_feeds = true feed_filenames = ["atom.xml"] + +author = "wanderlost" +title = "Zaydblog" + [markdown] # Whether to do syntax highlighting # Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola @@ -18,4 +22,3 @@ highlight_code = true [extra] # Put all your custom variables here -title = "Zaydblog" \ No newline at end of file diff --git a/_zola/content/2025-01-24-new-blog.md b/_zola/content/2025-01-24-new-blog.md new file mode 100644 index 0000000..ecabf50 --- /dev/null +++ b/_zola/content/2025-01-24-new-blog.md @@ -0,0 +1,21 @@ ++++ +title = "Zaydsite now" +date = 2025-01-24 +description = "site finally launches, blog online" ++++ + +Recently got everything working on the new site, hopefully it doesn't look too boring. I plan to +actually use this thing and not leave it to rot, so subscribe to the Atom feed if you want to get +updates on the shit I say. + +Everything other than the blog is managed manually, the blog uses Zola. It's pretty cool and makes +it fairly easy to make custom themes compared to other static site generators. There's no JavaScript +on this site and it's kept fairly light in general. Everything _should_ work in browsers like EWW, +w3m, links, etc. All the fonts here are WOFF2 though, so some browsers like Dillo won't fetch those +properly. + +There is a Tor version of this site available [here](http://dhrglakamniet5jtehkb7rp7zdqhzw6trkum3dieoeenszttgcjle6yd.onion/) +if you're not already reading this there. I2P and Yggdrasil might also come soon, not sure about those. + +There seems to be a bug with importing my Atom feed to RSS Guard making the entries really tall for +some reason, no idea what's causing it, but I'll try to fix that soon. diff --git a/_zola/content/test.md b/_zola/content/test.md deleted file mode 100644 index 3e38166..0000000 --- a/_zola/content/test.md +++ /dev/null @@ -1,6 +0,0 @@ -+++ -title = "this is a test" -date = 2025-01-23 -+++ - -Zaydblog exists now. SUCK MY DICK PURPLEBORED FUCK YOU diff --git a/_zola/templates/index.html b/_zola/templates/index.html index f5b27e6..29ee7a5 100644 --- a/_zola/templates/index.html +++ b/_zola/templates/index.html @@ -21,13 +21,14 @@
{% block content %}
- {% for page in section.pages | reverse %} + {% for page in section.pages %}

{{ page.title | safe }} - {{ page.date | date(format="%Y-%m-%d") }}

+

{{ page.description }}

{% endfor %}
diff --git a/assets/css/main.css b/assets/css/main.css index 051bd31..17372c3 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -1,6 +1,11 @@ @font-face { - font-family: FiraCode Bold; - src: url('/assets/fonts/fira_code_v6.2/woff2/FiraCode-Bold.woff2'); + font-family: FiraCode; + src: url('/assets/fonts/fira_code_v6.2/woff2/FiraCode-Regular.woff2'); +} + +@font-face { + font-family: FiraCode Bold; + src: url('/assets/fonts/fira_code_v6.2/woff2/FiraCode-Bold.woff2'); } @font-face { @@ -8,16 +13,6 @@ src: url('/assets/fonts/Fira_Sans/FiraSans-Regular.woff2'); } -@font-face { - font-family: Fira Sans Bold; - src: url('/assets/fonts/Fira_Sans/FiraSans-Bold.woff2'); -} - -@font-face { - font-family: Fira Sans Light; - src: url('/assets/fonts/Fira_Sans/FiraSans-Light.woff2'); -} - body { margin-top: 2%; margin-left: 5%; @@ -36,7 +31,7 @@ body { } .navbar > li > a { - font-family: FiraCode Bold; + font-family: FiraCode Bold, monospace; margin-left: 3px; margin-right: 3px; display: inline; @@ -62,7 +57,7 @@ body { color: #bb53f3; font-size: 35px; display: inline; - font-family: FiraCode Bold; + font-family: FiraCode Bold, monospace; } @media (min-width: 600px) { @@ -80,13 +75,14 @@ body { } main, footer { color: white; - font-family: Fira Sans; + font-family: Fira Sans, sans-serif; font-size: 20px; } main h2 { - font-family: Fira Sans Bold; + font-family: Fira Sans, sans-serif; font-size: 40px; + font-weight: 650; margin-top: 20px; margin-bottom: 0px; } @@ -97,7 +93,8 @@ main h2 { } .post-date { - font-family: Fira Sans Light; + font-family: Fira Sans, sans-serif; + font-weight: 200; font-size: 20px; margin-top: 5px; margin-bottom: 5px; diff --git a/blog/atom.xml b/blog/atom.xml index 18eb3ca..efc5af8 100644 --- a/blog/atom.xml +++ b/blog/atom.xml @@ -1,28 +1,39 @@ - + Zaydblog Zola - 2025-01-23T00:00:00+00:00 + 2025-01-24T00:00:00+00:00 /blog/atom.xml - this is a test - 2025-01-23T00:00:00+00:00 - 2025-01-23T00:00:00+00:00 + Zaydsite now + 2025-01-24T00:00:00+00:00 + 2025-01-24T00:00:00+00:00 - Unknown + wanderlost - - /blog/test/ + + /blog/new-blog/ - <p>Zaydblog exists now. SUCK MY DICK PURPLEBORED FUCK YOU</p> + <p>Recently got everything working on the new site, hopefully it doesn't look too boring. I plan to +actually use this thing and not leave it to rot, so subscribe to the Atom feed if you want to get +updates on the shit I say.</p> +<p>Everything other than the blog is managed manually, the blog uses Zola. It's pretty cool and makes +it fairly easy to make custom themes compared to other static site generators. There's no JavaScript +on this site and it's kept fairly light in general. Everything <em>should</em> work in browsers like EWW, +w3m, links, etc. All the fonts here are WOFF2 though, so some browsers like Dillo won't fetch those +properly.</p> +<p>There is a Tor version of this site available <a href="http://dhrglakamniet5jtehkb7rp7zdqhzw6trkum3dieoeenszttgcjle6yd.onion/">here</a> +if you're not already reading this there. I2P and Yggdrasil might also come soon, not sure about those.</p> +<p>There seems to be a bug with importing my Atom feed to RSS Guard making the entries really tall for +some reason, no idea what's causing it, but I'll try to fix that soon.</p> diff --git a/blog/index.html b/blog/index.html index d2d34b8..43b7664 100644 --- a/blog/index.html +++ b/blog/index.html @@ -4,7 +4,7 @@ - + Zaydblog @@ -24,10 +24,11 @@

- - this is a test - - 2025-01-23 + + Zaydsite now + - 2025-01-24

+

site finally launches, blog online

diff --git a/blog/new-blog/index.html b/blog/new-blog/index.html new file mode 100644 index 0000000..267a29e --- /dev/null +++ b/blog/new-blog/index.html @@ -0,0 +1,44 @@ + + + + + + + Zaydblog + + + + + + + + +
+ +
+

Zaydsite now

+ +

Recently got everything working on the new site, hopefully it doesn't look too boring. I plan to +actually use this thing and not leave it to rot, so subscribe to the Atom feed if you want to get +updates on the shit I say.

+

Everything other than the blog is managed manually, the blog uses Zola. It's pretty cool and makes +it fairly easy to make custom themes compared to other static site generators. There's no JavaScript +on this site and it's kept fairly light in general. Everything should work in browsers like EWW, +w3m, links, etc. All the fonts here are WOFF2 though, so some browsers like Dillo won't fetch those +properly.

+

There is a Tor version of this site available here +if you're not already reading this there. I2P and Yggdrasil might also come soon, not sure about those.

+

There seems to be a bug with importing my Atom feed to RSS Guard making the entries really tall for +some reason, no idea what's causing it, but I'll try to fix that soon.

+ +
+ + +
+ + diff --git a/blog/sitemap.xml b/blog/sitemap.xml index c58035a..5e3220c 100644 --- a/blog/sitemap.xml +++ b/blog/sitemap.xml @@ -4,7 +4,7 @@ /blog/ - /blog/test/ - 2025-01-23 + /blog/new-blog/ + 2025-01-24 diff --git a/blog/test/index.html b/blog/test/index.html deleted file mode 100644 index 44b8558..0000000 --- a/blog/test/index.html +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - -
- -
-

this is a test

- -

Zaydblog exists now. SUCK MY DICK PURPLEBORED FUCK YOU

- -
- - -
- -