Markdown EOF nits

This commit is contained in:
Gil 2025-05-12 01:33:13 -05:00
parent 2e71873354
commit 3b922309dd
14 changed files with 30 additions and 29 deletions

View file

@ -1,7 +1,7 @@
--- ---
title: 'Error 404: Not found' title: "Error 404: Not found"
layout: single.njk layout: single.njk
permalink: '404.html' permalink: "404.html"
--- ---
# Error 404 # Error 404

View file

@ -13,7 +13,7 @@ My name's Gil ([he/they](https://en.pronouns.page/@kalanggam)). I'm a Filipino a
I am a writer, managing editor of a local grassroots newspaper, community organizer, and game developer. I am a writer, managing editor of a local grassroots newspaper, community organizer, and game developer.
Professionally I am working as a part-time/seasonal tax preparer, but in the past I've worked as a student leadership educator, a student ambassador for my school's DEI program, and *very* briefly in a package delivery warehouse. Professionally I am working as a part-time/seasonal tax preparer, but in the past I've worked as a student leadership educator, a student ambassador for my school's DEI program, and _very_ briefly in a package delivery warehouse.
I'm also a leading member of the ogra.ph collective, a group of people interested in alternatives to mainstream corporate-operated social media. Together we host a microblogging platform called [hol.ogra.ph](https://hol.ogra.ph) and we have a Git service called [ide.ogra.ph](https://ide.ogra.ph). I'm also a leading member of the ogra.ph collective, a group of people interested in alternatives to mainstream corporate-operated social media. Together we host a microblogging platform called [hol.ogra.ph](https://hol.ogra.ph) and we have a Git service called [ide.ogra.ph](https://ide.ogra.ph).

View file

@ -1,8 +1,8 @@
--- ---
title: '/carry' title: "/carry"
layout: single.njk layout: single.njk
lastmod: 2025-02-20T02:26:34.00-06:00 lastmod: 2025-02-20T02:26:34.00-06:00
eleventyNavigation: eleventyNavigation:
key: '/carry' key: "/carry"
parent: '/slashes' parent: "/slashes"
--- ---

View file

@ -1,10 +1,10 @@
--- ---
title: 'Changelog' title: "Changelog"
layout: single.njk layout: single.njk
lastmod: 2025-05-12T01:31:00.00-05:00 lastmod: 2025-05-12T01:31:00.00-05:00
eleventyNavigation: eleventyNavigation:
key: 'Changelog' key: "Changelog"
parent: '/slashes' parent: "/slashes"
--- ---
# Changelog # Changelog
@ -12,11 +12,13 @@ eleventyNavigation:
This is a list of changes to my website, organized by date. This is a list of changes to my website, organized by date.
## 0.0.1 (pub. 2025-04-28) ## 0.0.1 (pub. 2025-04-28)
- Made basic setup - Made basic setup
- Added CSS reset, see *Piccalilli*'s [A (more) Modern CSS Reset](https://piccalil.li/blog/a-more-modern-css-reset/) - Added CSS reset, see _Piccalilli_'s [A (more) Modern CSS Reset](https://piccalil.li/blog/a-more-modern-css-reset/)
- First slashpages, see [/slashes](/slashes) and [slashpages.net](https://slashpages.net/) - First slashpages, see [/slashes](/slashes) and [slashpages.net](https://slashpages.net/)
## 0.0.2 (pub. 2025-05-01) ## 0.0.2 (pub. 2025-05-01)
- Used fonts [Kurale](https://github.com/etunni/kurale) (display, headers), [Inclusive Sans](https://www.oliviaking.com/inclusivesans) (sans serif, body) - Used fonts [Kurale](https://github.com/etunni/kurale) (display, headers), [Inclusive Sans](https://www.oliviaking.com/inclusivesans) (sans serif, body)
- Overhauled entire style - Overhauled entire style
- Gave unique layouts to home and about pages, moved layout Sass to its own directory - Gave unique layouts to home and about pages, moved layout Sass to its own directory

View file

@ -8,7 +8,7 @@ tags:
# Stream of consciousness 1 # Stream of consciousness 1
This is my first public attempt at stream of consciousness. Now I dont *feel* as creative of a mind as I mightve been as a kid. Somewhere between now and adolescence I suppose Ive become caught up in life and the world. Perhaps I still have a creative spirit, but Ive been experiencing so much blockage with the creative process lately that I feel completely disconnected from it. Its like when you look at an empty canvas or a blank page, and your mind goes just as blank. I get a bit paralyzed at the thought of actually creating something, unless I come prepared with an already well-formed idea. It could be just that my inner critic is taking over before I even begin. This is my first public attempt at stream of consciousness. Now I dont _feel_ as creative of a mind as I mightve been as a kid. Somewhere between now and adolescence I suppose Ive become caught up in life and the world. Perhaps I still have a creative spirit, but Ive been experiencing so much blockage with the creative process lately that I feel completely disconnected from it. Its like when you look at an empty canvas or a blank page, and your mind goes just as blank. I get a bit paralyzed at the thought of actually creating something, unless I come prepared with an already well-formed idea. It could be just that my inner critic is taking over before I even begin.
Thats precisely why I want to start writing more stream of consciousness, so that I can silence my inner critic, unlearn that sense of “cringe” that inhibits me from creating, and develop my creative process more — which itself is part of the art and art in its own right. To me and many others, art is a means of touching truth, a way to convey the soul of something, someone, or the world around us. I feel that learning to express myself authentically and with less restraint is essential to creating, since I am not as capable of revealing other peoples truths as I can my own. Thats precisely why I want to start writing more stream of consciousness, so that I can silence my inner critic, unlearn that sense of “cringe” that inhibits me from creating, and develop my creative process more — which itself is part of the art and art in its own right. To me and many others, art is a means of touching truth, a way to convey the soul of something, someone, or the world around us. I feel that learning to express myself authentically and with less restraint is essential to creating, since I am not as capable of revealing other peoples truths as I can my own.

View file

@ -6,4 +6,3 @@ eleventyNavigation:
key: "/now" key: "/now"
parent: "/slashes" parent: "/slashes"
--- ---