blob: ae56b4708807c9d599dfd8fb96bae48f6b478f70 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
---
title: "About"
---
Hi there, I'm frosty. I'm primarily interested in meteorology, systems administration, and photography; I also like to experiment with minimalistic software setups and unconventional workflows.
I don't consider myself a software developer, but I do write some code here and there. My favorite languages are C and Go, and I much prefer backend to frontend.
## Website
This website was created by hand in Vim and built with Hugo. It's quite simple, and I've made my own theme for myself. Sources of inspiration for the styling are: [sourcehut][srht], [suckless.org][suckless], and [ZNC's dark-clouds theme][dark-clouds].
Below is a list of resources that I found helpful in developing this website:
* [Hugo Documentation][hugo-docs]
* [Hugo Mini Course][hugo-mini-course]
* [systemfontstack][systemfontstack]
* [google webfonts helper][google-webfonts-helper]
[srht]: https://sr.ht/
[suckless]: https://suckless.org/
[dark-clouds]: https://wiki.znc.in/File:Webadmin-settings-dark-clouds.png
[systemfontstack]: https://systemfontstack.com/
[google-webfonts-helper]: https://gwfh.mranftl.com/fonts
[hugo-mini-course]: https://hugo-mini-course.netlify.app/
[hugo-docs]: https://gohugo.io/documentation/
|