From 7bc631ff83c6b17562e3722402723648afade637 Mon Sep 17 00:00:00 2001 From: breadcat Date: Fri, 19 Jun 2020 15:46:05 +0100 Subject: Add a few more skeletal static pages May set up a gitignore to status, changes too rapidly --- content/about/_index.md | 59 ++++++++ content/hardware/_index.md | 89 +++++++++++ content/reading-list/_index.md | 335 +++++++++++++++++++++++++++++++++++++++++ content/status/_index.md | 19 +++ 4 files changed, 502 insertions(+) create mode 100644 content/about/_index.md create mode 100644 content/hardware/_index.md create mode 100644 content/reading-list/_index.md create mode 100644 content/status/_index.md diff --git a/content/about/_index.md b/content/about/_index.md new file mode 100644 index 0000000..8c51a35 --- /dev/null +++ b/content/about/_index.md @@ -0,0 +1,59 @@ +--- +title: About +layout: page +--- + +Hi, my name's Peter. + +This blog is a rambling and verbose journey into my interests, journeys, problems, solutions and stances. + +As you'd expect from someone that ~~owns~~ rents their own server, I enjoy the usual nerdy ventures and generally try to self host the majority of online services I use. + +Things I enjoy or embrace, in no particular order (albeit alphabetical) include: +* Anti-natalism +* Botany and Mycology +* Coffee culture +* Cooking and baking +* Cryptocurrency, especially [Nano](https://nano.org/) and [Monero](https://www.getmonero.org/) +* Running +* Swimming +* GNU/Linux and free software in general +* INTJ Myers–Briggs Indicator +* [Ketogenic food](/recipes/) and OMAD diets +* Lucid dreaming +* Minimalism +* Mycology and botany +* Napping +* [Nordic language](/languages/) and culture +* Paperless paperwork +* PC focused gaming including retro console and computer emulation +* [Reading](/reading-list/) +* Rollercoasters and water parks +* Science, espcially physics and astronomy +* Scotch whisky and Irish whiskey +* Stoicism +* Universal Basic Income +* Watching assorted [movies](/archive/movies/) and [television](/archive/television/) (Archiving what I've watched so it doesn't take up space and resources) + +Some people I find interesting or inspirational: +* Adam Curtis +* Aldous Huxley +* Bill Bryson +* Colin Furze +* Eddie Vedder +* James Randi +* Louis Theroux +* Marie Kondo +* Simon Singh +* Xu Xiaodong + +There are some actual places online however that you'll find me: +* [Docker](https://hub.docker.com/u/wervv/) (alternatively, check the [GitHub repo](https://github.com/breadcat/Dockerfiles)) +* [Duolingo](https://www.duolingo.com/unholybanquet) - [Extended stats available here](https://duome.eu/unholybanquet) +* [GitHub](https://github.com/breadcat) +* [Reddit](https://www.reddit.com/user/risky-scribble/) +* [Steam](https://steamcommunity.com/id/minskwhisker) +* [Telegram](http://telegram.me/carrion_regardless) + +You'll likely find numerous typos, all pages are written without the use of a spell checker. +If you'd like to message me, my email address is incredibly easy to guess and probably listed on one of the above sites. diff --git a/content/hardware/_index.md b/content/hardware/_index.md new file mode 100644 index 0000000..53df7cb --- /dev/null +++ b/content/hardware/_index.md @@ -0,0 +1,89 @@ +--- +title: Hardware +layout: page +--- + +What powers the site and its associated clients + +
Desktop + +
+ +
Server + +
+ +
Seedbox + +
+ +
Laptop + +
+ +
HTPC + +
+ +
Mobile Phone + +
+ +
Networking + +
+ +
eReader + +
diff --git a/content/reading-list/_index.md b/content/reading-list/_index.md new file mode 100644 index 0000000..ff05739 --- /dev/null +++ b/content/reading-list/_index.md @@ -0,0 +1,335 @@ +--- +title: Reading List +layout: page +--- + +I generally strive for a book per week, but this is by no means a steadfast goal. + +
Works in Progress + +
+ +To keep the page somewhat manageable, I've collapsed the list by years: + +
2020 + +
+ +
2019 + +
+ +
2018 + +
+ +
2017 + +
+ +
2016 + +
+ +
2015 + +
+ +
2014 + +
\ No newline at end of file diff --git a/content/status/_index.md b/content/status/_index.md new file mode 100644 index 0000000..425329e --- /dev/null +++ b/content/status/_index.md @@ -0,0 +1,19 @@ +--- +title: Status +layout: page +--- + +*Generated on 2020-06-19 at 01:05* + +* Uptime: 93 Days +* CPU Load: 0.06 0.05 0.06 +* Users: 1 +* RAM Usage: 45% +* Swap Usage: 43% +* Root Usage: 56% +* Downloads Usage: 30% +* [Dockers](https://github.com/breadcat/Dockerfiles): 17/17 +* Packages: 868 +* Monthly Data: 1.28 TiB + +Hardware specifications themselves are covered on the [hardware page](/hardware/#server). -- cgit v1.2.3