diff --git a/Gemfile.lock b/Gemfile.lock index 8ce08ef..49a006a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - activesupport (5.2.2) + activesupport (5.2.2.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) @@ -10,7 +10,7 @@ GEM public_suffix (>= 2.0.2, < 4.0) backports (3.12.0) colorator (1.1.0) - concurrent-ruby (1.1.4) + concurrent-ruby (1.1.5) em-websocket (0.5.1) eventmachine (>= 0.12.9) http_parser.rb (~> 0.6.0) @@ -66,7 +66,7 @@ GEM html-pipeline (~> 2.2) jekyll (~> 3.0) kramdown (1.17.0) - liquid (4.0.1) + liquid (4.0.3) liquid-c (4.0.0) liquid (>= 3.0.0) listen (3.1.5) @@ -126,7 +126,7 @@ GEM rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) sawyer (0.8.1) - addressable (>= 2.3.5, < 2.7) + addressable (>= 2.3.5, < 2.6) faraday (~> 0.8, < 1.0) sinatra (1.4.8) rack (~> 1.5) diff --git a/_config.yml b/_config.yml index 98299d7..b74dd20 100644 --- a/_config.yml +++ b/_config.yml @@ -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" masthead_title : "" # overrides the website title displayed in the masthead, use " " for no title breadcrumbs : false # true, false (default) +breadcrumb_home_label : "Home" +breadcrumb_separator : ">" words_per_minute : 200 comments: provider : # false (default), "disqus", "discourse", "facebook", "google-plus", "staticman", "utterances", "custom" @@ -114,7 +116,7 @@ author: name : "Robert McGovern" avatar : "/assets/images/bio-photo.jpg" bio : "Wannabe field researcher for the Hitchhikers Guide to the Galaxy" - location : "Sector ZZ9 Plural Z Alpha" + location : "ZZ9 Plural Z Alpha" links: - label: "Website" icon: "fas fa-fw fa-link" diff --git a/_data/navigation.yml b/_data/navigation.yml index f6acd8b..d109e85 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -1,18 +1,18 @@ # main links main: - - title: "" - url: /docs/quick-start-guide/ +# - title: "" +# url: /docs/quick-start-guide/ - title: "Posts" url: /year-archive/ - - title: "Categories" - url: /categories/ +# - title: "Categories" +# url: /categories/ - title: "Tags" url: /tags/ - - title: "Pages" - url: /page-archive/ - - title: "Collections" - url: /collection-archive/ - - title: "About" +# - title: "Pages" +# url: /page-archive/ +# - title: "Collections" +# url: /collection-archive/ + - title: "About Me" url: /about/ #- title: "External Link" # url: https://google.com diff --git a/_pages/about.md b/_pages/about.md index 5c4b7d0..c2ee189 100644 --- a/_pages/about.md +++ b/_pages/about.md @@ -4,15 +4,6 @@ title: 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: -[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 +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 :) diff --git a/_pages/year-archive.md b/_pages/year-archive.md new file mode 100644 index 0000000..1021452 --- /dev/null +++ b/_pages/year-archive.md @@ -0,0 +1,6 @@ +--- +title: "Posts by Year" +permalink: /year-archive/ +layout: posts +author_profile: true +--- diff --git a/assets/images/bio-photo.jpg b/assets/images/bio-photo.jpg old mode 100755 new mode 100644 index 0008451..7be36e7 Binary files a/assets/images/bio-photo.jpg and b/assets/images/bio-photo.jpg differ