updated content of main page, assigned intrinsic height to logo
This commit is contained in:
parent
5ae45a9d73
commit
91baf3ff67
1 changed files with 21 additions and 12 deletions
|
@ -1,30 +1,39 @@
|
|||
---
|
||||
title: Home
|
||||
permalink: /
|
||||
---
|
||||
{% include h.html level=1 content="Lynnesbian dot Space" %}
|
||||
|
||||
<p>
|
||||
Welcome to my website, where I write about and catalogue things that are interesting to me, and maybe even to you, too!
|
||||
Welcome to my website, where I write about and catalogue things that are interesting to me, and maybe even to you,
|
||||
too!
|
||||
</p>
|
||||
{% include h.html level=2 content="About me" %}
|
||||
<p>
|
||||
At some point I will write more here.
|
||||
<p>
|
||||
I'm Lynne. My interests include creating free software, writing about computers and other things, and spending time with my partners!
|
||||
I'm Lynne. My interests include creating free software, playing story-driven games, photography, and writing.
|
||||
</p>
|
||||
<p>
|
||||
I write the <a href="https://bune.city">Bune City Blog</a>, which is mostly about computers, but occasionally goes into other topics. I also post on the Fediverse from my account, <a href="https://fedi.lynnesbian.space/@lynnesbian">@lynnesbian@fedi.lynnesbian.space</a>.
|
||||
Most of what I do with computers is about helping people, whether that's through writing simple scripts to automate
|
||||
things or writing software to make things more accessible.
|
||||
</p>
|
||||
<p>
|
||||
I provide a Searx instance <a href="https://searx.lynnesbian.space">here</a>, which you can use to search the web for pages, images, files, and more. I also provide a few <a href="https://apt.bune.city">mirrors</a> of small apt repositories.
|
||||
I got into computers from a young age, and would spend more time playing around with the control panel on my parent's
|
||||
Windows 2000 machine than actually playing games on it. I played a lot of LittleBigPlanet, trying to make complex
|
||||
contraptions and logic machines to accomplish tasks within the game.
|
||||
</p>
|
||||
<p>
|
||||
My public PGP key is available <a href="https://keybase.io/lynnesbian/pgp_keys.asc">here</a>, hosted on Keybase. I have proven ownership of lynnesbian.space via <a href="https://keybase.io/lynnesbian/sigchain#ad0cb53b48a917df3c369f64150672fc86be8bd946850269b81d25fd068626d30f">DNS</a>, so you can be sure it's really me.
|
||||
While making games and tools was (and is) enjoyable to me, what I want to do most is create software that helps
|
||||
people - I find it by far my greatest motivator.
|
||||
</p>
|
||||
{% include h.html level=3 content="Some examples" %}
|
||||
<p>
|
||||
I've made a lot of software to help my wife Petra, but much of it is too specific to her needs to be useful on a
|
||||
greater scale, with perhaps a few exceptions, such as
|
||||
<a href="https://git.bune.city/lynnesbian/buypeeb-cs">Buypeeb</a>, a simple program for tracking prices on Buyee
|
||||
auctions.
|
||||
</p>
|
||||
<p>
|
||||
I live in Queensland, Australia, meaning that my timezone is AEST, or UTC+1000. Queensland does not observe daylight savings time. If it seems like I'm always up at weird hours, that's probably why.
|
||||
</p>
|
||||
<p>
|
||||
The Jekyll source directory used to build this site is available <a href="https://git.bune.city/lynnesbian/lynnesbian.space">here</a>, although I can't see anyone getting much use out of it.
|
||||
I've also written some more widely applicable software, such as
|
||||
<a href="https://github.com/Lynnesbian/OCRbot">OCRbot</a>, a tool for automatically transcribing the text content of
|
||||
image posts on the Fediverse, and <a href="https://git.bune.city/lynnesbian/bcao">bcao</a>, a small script for
|
||||
organising music from the .zip files provided by Bandcamp into the user's music directory.
|
||||
</p>
|
||||
|
|
Loading…
Reference in a new issue