diff --git a/content/_index.md b/content/_index.md index 312ddce..55b648a 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,16 +1,20 @@ -### My Information: +## My Information [Github](https://github.com/titaniumtown) [Gitlab](https://gitlab.com/titaniumtown) -### About Me: +## About Me My name is Simon Gardling. I’m a FOSS advocate and a free software developer. I mainly use Rust, Java, and Python. I've also dabbled in Minecraft server software modding. My most recent project is a mathematical graphing software using Rust and WebAssembly ([check it out](https://www.gardling.com/ytbn)). I'm currently working to get my B.S in Computer Science. -## What Is This Website? + + +## This Site + +### What Is This Website? This website is a landing page for myself. It also contains some information as to what services I host. I used to host a few public services and mirrors but they became either irrelevant or a maintenance burden for me. But if/when I begin hosting more things I will put them here. -## How did I make this site +### How did I make this site I originally used [lowdown](https://github.com/kristapsdz/lowdown) and [ssg5](https://github.com/fmash16/ssg5) in order to generate this site from markdown files. But I recently switched to using [Hugo](https://github.com/gohugoio/hugo) with the [Monochrome theme](https://github.com/kaiiiz/hugo-theme-monochrome).