Added site info to About page

This commit is contained in:
Robert McGovern 2020-04-18 02:31:02 +01:00
parent 100f98a7cc
commit cc184a864d
2 changed files with 9 additions and 1 deletions

View File

@ -12,7 +12,7 @@ main:
# url: /page-archive/ # url: /page-archive/
# - title: "Collections" # - title: "Collections"
# url: /collection-archive/ # url: /collection-archive/
- title: "About Me" - title: "About"
url: /about/ url: /about/
#- title: "External Link" #- title: "External Link"
# url: https://google.com # url: https://google.com

View File

@ -4,6 +4,14 @@ title: About
permalink: /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. 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 :) 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.