alexw.nyc

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.alexwennerberg.com/alexw.nyc
Log | Files | Refs | README

commit 11187b315b4b1f98dc2d90cc56ea134681910031
parent 4f17c4df8cec6b188a88ae1247d087996ee6db48
Author: alex wennerberg <alex@alexwennerberg.com>
Date:   Sun,  9 Apr 2023 14:08:26 -0400

add image of server, other changes

Diffstat:
Asrc/img/pi.png | 0
Msrc/poetry/index.html | 33++++++++++++++++++---------------
Msrc/style.css | 2--
Msrc/tech/infra.html | 4+++-
4 files changed, 21 insertions(+), 18 deletions(-)

diff --git a/src/img/pi.png b/src/img/pi.png Binary files differ. diff --git a/src/poetry/index.html b/src/poetry/index.html @@ -2,19 +2,22 @@ <p>I write poetry sometimes. Some of it has been published elsewhere.</p> <br> <h3 id='Collections'>Collections</h3> -<p><a href='https://alex.flounder.online/poetry/untitled.gmi'>Untitled (2020)</a></p> -<p><a href='https://alex.flounder.online/poetry/truman.gmi'>Truman State University (2019)</a></p> -<p><a href='https://alex.flounder.online/poetry/spin.gmi'>Spin (2018)</a></p> -<br> +<ul> +<li><a href='https://alex.flounder.online/poetry/untitled.gmi'>Untitled (2020)</a></li> +<li><a href='https://alex.flounder.online/poetry/truman.gmi'>Truman State University (2019)</a></li> +<li><a href='https://alex.flounder.online/poetry/spin.gmi'>Spin (2018)</a></li> +</ul> <h3 id='Published'>Published</h3> -<p><a href='https://alex.flounder.online/one_poem.txt'>One Poem (2019) self-published</a></p> -<p><a href='https://tendernesslit.com/aug17jan18#/by-alex-wennerberg/'>Two Poems (2017) Tenderness Lit</a></p> -<p><a href='http://www.peachmgzn.com/alex-wennerberg'>Two Poems (2016) Peach Mag</a></p> -<p><a href='http://pajamapartyzine.com/pages/Wennerberg_Alex.html'>please don&#39;t call me that (2016) pajama party zine</a></p> -<p><a href='https://web.archive.org/web/20181230144509/http://fogmachine.life/blog/2015/11/16/five-by-alex-wennerberg'>Five Couplets (2015) fog</a></p> -<p><a href='https://preludemag.com/issues/2/four-poems/'>Four Poems (2015) Prelude</a></p> -<p><a href='http://www.potluckmag.com/november-2015/2015/11/3/four-poems'>Four Poems (2015) Potluck</a></p> -<p><a href='https://issuu.com/themoonzine/docs/moonzine-02-oct2015-issuu/32?e=0'>cold towel; steel wool (2015) The Moon Zine</a></p> -<p><a href='http://wuweifashion.com/issue-seven/alex-wennerberg-themed-prom'>themed prom (2015) Wu-Wei Fashion Mag</a></p> -<p><a href='http://wuweifashion.com/issue-seven/alex-wennerberg-amberstuck'>amberstuck (2015)</a></p> -<p>Digital Watches (2014) Windfall</p> +<ul> +<li><a href='https://alex.flounder.online/one_poem.txt'>One Poem (2019) self-published</a></li> +<li><a href='https://tendernesslit.com/aug17jan18#/by-alex-wennerberg/'>Two Poems (2017) Tenderness Lit</a></li> +<li><a href='http://www.peachmgzn.com/alex-wennerberg'>Two Poems (2016) Peach Mag</a></li> +<li><a href='http://pajamapartyzine.com/pages/Wennerberg_Alex.html'>please don&#39;t call me that (2016) pajama party zine</a></li> +<li><a href='https://web.archive.org/web/20181230144509/http://fogmachine.life/blog/2015/11/16/five-by-alex-wennerberg'>Five Couplets (2015) fog</a></li> +<li><a href='https://preludemag.com/issues/2/four-poems/'>Four Poems (2015) Prelude</a></li> +<li><a href='http://www.potluckmag.com/november-2015/2015/11/3/four-poems'>Four Poems (2015) Potluck</a></li> +<li><a href='https://issuu.com/themoonzine/docs/moonzine-02-oct2015-issuu/32?e=0'>cold towel; steel wool (2015) The Moon Zine</a></li> +<li><a href='http://wuweifashion.com/issue-seven/alex-wennerberg-themed-prom'>themed prom (2015) Wu-Wei Fashion Mag</a></li> +<li><a href='http://wuweifashion.com/issue-seven/alex-wennerberg-amberstuck'>amberstuck (2015)</a></li> +<li>Digital Watches (2014) Windfall</li> +</ul> diff --git a/src/style.css b/src/style.css @@ -22,8 +22,6 @@ nav .site-nav section ul { margin: 0px; padding: 0px; } blockquote { font-style: italic; } -main a:hover { text-decoration: underline; background-color: white; } - a, a:visited { color: #00ffc3; } diff --git a/src/tech/infra.html b/src/tech/infra.html @@ -9,7 +9,9 @@ which resides in my home.</p> <li>OS: Alpine Linux, diskless install</li> <li>Web server: lighttpd</li> </ul> -<p>(TODO insert picture here)</p> + +<img src="/img/pi.png" alt="our digital home and host (picture of a raspberry pi)" /> + <p>For more information about setting up your own server, check out my <a href='server-guide.html'>home server guide</a></p> The source code and version history for this website is <a href="https://git.alexwennerberg.com/alexw.nyc/">available</a>