From cc184a864d8080262397fa6d8454a39ed4b8c02a Mon Sep 17 00:00:00 2001 From: Robert McGovern Date: Sat, 18 Apr 2020 02:31:02 +0100 Subject: [PATCH] Added site info to About page --- _data/navigation.yml | 2 +- _pages/about.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/_data/navigation.yml b/_data/navigation.yml index 3cbc336..c8474b3 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -12,7 +12,7 @@ main: # url: /page-archive/ # - title: "Collections" # url: /collection-archive/ - - title: "About Me" + - title: "About" url: /about/ #- title: "External Link" # url: https://google.com diff --git a/_pages/about.md b/_pages/about.md index c2ee189..e759c8a 100644 --- a/_pages/about.md +++ b/_pages/about.md @@ -4,6 +4,14 @@ title: About permalink: /about/ --- +# Me + Personal blog of Robert McGovern, I'm principally a stay at home dad. Also a wannabe Mac & iOS developer, programmer, sys-admin, tech editor, book reviewer & writer. I can be found many places online, mostly with the username **tarasis**, but also **duemoko**. Links can be found in the sidebar, although they'll likely move here in the future :) + +# Site + +Site is built with Jekyll, using the [Minimal Mistakes](https://mmistakes.github.io/minimal-mistakes/) theme. Tweaks by [Jun](jun711.github.io) to add support for the [rainbow progress bar](https://jun711.github.io/web/add-scroll-progress-bar-to-a-website-to-indicate-read-progress/) and the [scroll to top](https://jun711.github.io/web/adding-scroll-to-top-button-to-a-website/) button. + +There are custom tweaks to the CSS used in the Neon theme provided by Minimal Mistakes, both for general site appearance but also to the syntax highlighting. \ No newline at end of file