Minor tweaks to layout, added bio photo, and bits

This commit is contained in:
Robert McGovern 2019-03-15 11:48:11 +01:00
parent 0bfc467cbd
commit 27c06bcc49
6 changed files with 24 additions and 25 deletions

View File

@ -1,7 +1,7 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
activesupport (5.2.2) activesupport (5.2.2.1)
concurrent-ruby (~> 1.0, >= 1.0.2) concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2) i18n (>= 0.7, < 2)
minitest (~> 5.1) minitest (~> 5.1)
@ -10,7 +10,7 @@ GEM
public_suffix (>= 2.0.2, < 4.0) public_suffix (>= 2.0.2, < 4.0)
backports (3.12.0) backports (3.12.0)
colorator (1.1.0) colorator (1.1.0)
concurrent-ruby (1.1.4) concurrent-ruby (1.1.5)
em-websocket (0.5.1) em-websocket (0.5.1)
eventmachine (>= 0.12.9) eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0) http_parser.rb (~> 0.6.0)
@ -66,7 +66,7 @@ GEM
html-pipeline (~> 2.2) html-pipeline (~> 2.2)
jekyll (~> 3.0) jekyll (~> 3.0)
kramdown (1.17.0) kramdown (1.17.0)
liquid (4.0.1) liquid (4.0.3)
liquid-c (4.0.0) liquid-c (4.0.0)
liquid (>= 3.0.0) liquid (>= 3.0.0)
listen (3.1.5) listen (3.1.5)
@ -126,7 +126,7 @@ GEM
rb-fsevent (~> 0.9, >= 0.9.4) rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7) rb-inotify (~> 0.9, >= 0.9.7)
sawyer (0.8.1) sawyer (0.8.1)
addressable (>= 2.3.5, < 2.7) addressable (>= 2.3.5, < 2.6)
faraday (~> 0.8, < 1.0) faraday (~> 0.8, < 1.0)
sinatra (1.4.8) sinatra (1.4.8)
rack (~> 1.5) rack (~> 1.5)

View File

@ -39,6 +39,8 @@ teaser : #"/assets/images/500x300.png" # path of fallback teas
logo : "/assets/images/apple-touch-icon.png" # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png" logo : "/assets/images/apple-touch-icon.png" # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png"
masthead_title : "" # overrides the website title displayed in the masthead, use " " for no title masthead_title : "" # overrides the website title displayed in the masthead, use " " for no title
breadcrumbs : false # true, false (default) breadcrumbs : false # true, false (default)
breadcrumb_home_label : "Home"
breadcrumb_separator : ">"
words_per_minute : 200 words_per_minute : 200
comments: comments:
provider : # false (default), "disqus", "discourse", "facebook", "google-plus", "staticman", "utterances", "custom" provider : # false (default), "disqus", "discourse", "facebook", "google-plus", "staticman", "utterances", "custom"
@ -114,7 +116,7 @@ author:
name : "Robert McGovern" name : "Robert McGovern"
avatar : "/assets/images/bio-photo.jpg" avatar : "/assets/images/bio-photo.jpg"
bio : "Wannabe field researcher for the Hitchhikers Guide to the Galaxy" bio : "Wannabe field researcher for the Hitchhikers Guide to the Galaxy"
location : "Sector ZZ9 Plural Z Alpha" location : "ZZ9 Plural Z Alpha"
links: links:
- label: "Website" - label: "Website"
icon: "fas fa-fw fa-link" icon: "fas fa-fw fa-link"

View File

@ -1,18 +1,18 @@
# main links # main links
main: main:
- title: "" # - title: ""
url: /docs/quick-start-guide/ # url: /docs/quick-start-guide/
- title: "Posts" - title: "Posts"
url: /year-archive/ url: /year-archive/
- title: "Categories" # - title: "Categories"
url: /categories/ # url: /categories/
- title: "Tags" - title: "Tags"
url: /tags/ url: /tags/
- title: "Pages" # - title: "Pages"
url: /page-archive/ # url: /page-archive/
- title: "Collections" # - title: "Collections"
url: /collection-archive/ # url: /collection-archive/
- title: "About" - title: "About Me"
url: /about/ url: /about/
#- title: "External Link" #- title: "External Link"
# url: https://google.com # url: https://google.com

View File

@ -4,15 +4,6 @@ title: About
permalink: /about/ permalink: /about/
--- ---
This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](https://jekyllrb.com/) 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.
You can find the source code for Minima at GitHub: 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 :)
[jekyll][jekyll-organization] /
[minima](https://github.com/jekyll/minima)
You can find the source code for Jekyll at GitHub:
[jekyll][jekyll-organization] /
[jekyll](https://github.com/jekyll/jekyll)
[jekyll-organization]: https://github.com/jekyll

6
_pages/year-archive.md Normal file
View File

@ -0,0 +1,6 @@
---
title: "Posts by Year"
permalink: /year-archive/
layout: posts
author_profile: true
---

BIN
assets/images/bio-photo.jpg Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 608 KiB