wiki styling, about tweaks
sageclove
Sat, 18 Jan 2025 21:46:18 -0700
2 files changed,
12 insertions(+),
5 deletions(-)
M
wiki/css/style.css
→
wiki/css/style.css
@@ -36,6 +36,13 @@ pre {
padding: 1rem; } +blockquote { + font-style: italic; + border-left: 4px solid var(--f_inv); + padding: 0.5rem; + margin-left: 0; +} + .header { display: flex; flex-direction: row;
M
wiki/pages/about.html
→
wiki/pages/about.html
@@ -5,25 +5,25 @@ {{ define "content" }}
<h1>About</h1> <hr> <h2>Me</h2> -<p style="font-style: italic;">"A someone who sometimes makes something"</p> +<blockquote>"A someone who sometimes makes something"</blockquote> <p> - My primary interests share a theme of creation and building, so things like cooking, music, and woodworking. + Living in the American Southwest. My everyday interests include making music, cooking, and getting distracted by new hobbies. </p> <p> - I'd like to write more, learn to make time for reading, and find more opportunities for photography. + I'd like to try fiction writing, make time for reading, and find more opportunities for photography. </p> <p> I work as a software developer. Despite that, I have a low opinion of modern technology. I am far more interested in low-tech solutions that prioritize simplicity, sustainability, and self-determination. To that end, I build simple software tools that meet my needs (this site being one such example). </p> <h2>This site</h2> <p> - This site is nominally a wiki, but really it's a place for anything that I want to put online about myself: it can be a gallery, a playground, a journal, it's up to me. It is built using a bespoke static site generator I created specifically for this site, keeping with my philosophy of simple tools. + This site is nominally a wiki, but really it's a place for anything that I want to put online about myself: it can be a gallery, a playground, a journal, it's up to me. This site is built using a bespoke static site generator I created, keeping with my philosophy of using simple, purpose-built tools. </p> <p> Being a personal site, this site will never reach a finished state, at least not until I die. Things may change, move, or never be resolved. </p> <p> - This site's existance and design was inspired by <a href="https://wiki.xxiivv.com/site/home.html">Devine Lu Linvega's wiki</a>, <a href="https://100r.co/site/home.html">Hundred Rabbits</a>, and <a href="https://webring.xxiivv.com/">the many other personal sites</a> of the Merveilles collective. + This site's existence and design was inspired by <a href="https://wiki.xxiivv.com/site/home.html">Devine Lu Linvega's wiki</a>, <a href="https://100r.co/site/home.html">Hundred Rabbits</a>, and <a href="https://webring.xxiivv.com/">the many other personal sites</a> of the Merveilles collective. </p> {{ end }}