updated gems, fixed complilation error

This commit is contained in:
Robert McGovern 2023-01-17 22:48:03 +00:00
parent 6eef11d8b0
commit 498204caf3
5 changed files with 282 additions and 280 deletions

2
.gitignore vendored
View File

@ -7,3 +7,5 @@ vendor
_site
.jekyll-cache
.jekyll-metadata
**/*/premdesigns

View File

@ -42,3 +42,5 @@ gem "wdm", "~> 0.1.0" if Gem.win_platform?
gem "minimal-mistakes-jekyll"
gem "webrick", "~> 1.7"
gem "faraday-retry", "~> 2.0"

View File

@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.4)
activesupport (7.0.4.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
@ -14,67 +14,71 @@ GEM
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
faraday (2.6.0)
faraday (2.7.3)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.0)
faraday-net_http (3.0.2)
faraday-retry (2.0.0)
faraday (~> 2.0)
ffi (1.15.5)
forwardable-extended (2.6.0)
gemoji (3.0.1)
html-pipeline (2.14.2)
gemoji (4.0.1)
google-protobuf (3.21.12)
html-pipeline (2.14.3)
activesupport (>= 2)
nokogiri (>= 1.4)
http_parser.rb (0.8.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
jekyll (4.2.2)
jekyll (4.3.1)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
i18n (~> 1.0)
jekyll-sass-converter (~> 2.0)
jekyll-sass-converter (>= 2.0, < 4.0)
jekyll-watch (~> 2.0)
kramdown (~> 2.3)
kramdown (~> 2.3, >= 2.3.1)
kramdown-parser-gfm (~> 1.0)
liquid (~> 4.0)
mercenary (~> 0.4.0)
mercenary (>= 0.3.6, < 0.5)
pathutil (~> 0.9)
rouge (~> 3.0)
rouge (>= 3.0, < 5.0)
safe_yaml (~> 1.0)
terminal-table (~> 2.0)
terminal-table (>= 1.8, < 4.0)
webrick (~> 1.7)
jekyll-archives (2.2.1)
jekyll (>= 3.6, < 5.0)
jekyll-compose (0.12.0)
jekyll (>= 3.7, < 5.0)
jekyll-feed (0.16.0)
jekyll-feed (0.17.0)
jekyll (>= 3.7, < 5.0)
jekyll-gist (1.5.0)
octokit (~> 4.2)
jekyll-include-cache (0.2.1)
jekyll (>= 3.7, < 5.0)
jekyll-paginate (1.1.0)
jekyll-sass-converter (2.2.0)
sassc (> 2.0.1, < 3.0)
jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54)
jekyll-sitemap (1.4.0)
jekyll (>= 3.7, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
jemoji (0.12.0)
gemoji (~> 3.0)
jemoji (0.13.0)
gemoji (>= 3, < 5)
html-pipeline (~> 2.2)
jekyll (>= 3.0, < 5.0)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3)
liquid-c (4.0.0)
liquid (4.0.4)
liquid-c (4.0.1)
liquid (>= 3.0.0)
listen (3.7.1)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
mini_portile2 (2.8.0)
mini_portile2 (2.8.1)
minimal-mistakes-jekyll (4.24.0)
jekyll (>= 3.7, < 5.0)
jekyll-feed (~> 0.1)
@ -82,8 +86,8 @@ GEM
jekyll-include-cache (~> 0.1)
jekyll-paginate (~> 1.1)
jekyll-sitemap (~> 1.3)
minitest (5.16.3)
nokogiri (1.13.8)
minitest (5.17.0)
nokogiri (1.14.0)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
octokit (4.25.1)
@ -91,31 +95,34 @@ GEM
sawyer (~> 0.9)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.0.0)
racc (1.6.0)
public_suffix (5.0.1)
racc (1.6.2)
rake (13.0.6)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
rouge (3.30.0)
rouge (4.0.1)
ruby2_keywords (0.0.5)
safe_yaml (1.0.5)
sassc (2.4.0)
ffi (~> 1.9)
sass-embedded (1.57.1)
google-protobuf (~> 3.21)
rake (>= 10.0.0)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
terminal-table (2.0.0)
unicode-display_width (~> 1.1, >= 1.1.1)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
unicode-display_width (1.8.0)
unicode-display_width (2.4.2)
webrick (1.7.0)
PLATFORMS
ruby
DEPENDENCIES
faraday-retry (~> 2.0)
jekyll (~> 4.0)
jekyll-archives
jekyll-compose

View File

@ -8,8 +8,8 @@
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
theme : "minimal-mistakes-jekyll"
minimal_mistakes_skin : "neon" # "default" "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
theme: "minimal-mistakes-jekyll"
minimal_mistakes_skin: "neon" # "default" "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
@ -27,200 +27,198 @@ minimal_mistakes_skin : "neon" # "default" "air", "aqua", "contrast", "dark",
#github_username: tarasis
# Site Settings
locale : "en-US"
title : "TDN: RMCG"
title_separator : "-"
name : "Robert McGovern"
description : "Random Things"
url : "https://tarasis.net" # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
baseurl : ""
repository : # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
teaser : #"/assets/images/500x300.png" # path of fallback teaser image, e.g. "/assets/images/500x300.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
subtitle : "👨‍💻 🚶‍♂️ 💭 🤯" #"Rambles of a chaotic mind" #optional subtitle
breadcrumbs : false # true, false (default)
breadcrumb_home_label : "Home"
breadcrumb_separator : ">"
words_per_minute : 200
head_scripts:
- /assets/js/progress.js
- /assets/js/scroll-to-top.js
locale: "en-US"
title: "TDN: RMCG"
title_separator: "-"
name: "Robert McGovern"
description: "Random Things"
url: "https://tarasis.net" # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
baseurl: ""
repository: # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
teaser: #"/assets/images/500x300.png" # path of fallback teaser image, e.g. "/assets/images/500x300.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
subtitle: "👨‍💻 🚶‍♂️ 💭 🤯" #"Rambles of a chaotic mind" #optional subtitle
breadcrumbs: false # true, false (default)
breadcrumb_home_label: "Home"
breadcrumb_separator: ">"
words_per_minute: 200
head_scripts:
- /assets/js/progress.js
- /assets/js/scroll-to-top.js
comments:
provider : "disqus" # false (default), "disqus", "discourse", "facebook", "google-plus", "staticman", "utterances", "custom"
disqus:
shortname : "tarasis" # https://help.disqus.com/customer/portal/articles/466208-what-s-a-shortname-
discourse:
server : # https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963 , e.g.: meta.discourse.org
facebook:
# https://developers.facebook.com/docs/plugins/comments
appid :
num_posts : # 5 (default)
colorscheme : # "light" (default), "dark"
utterances:
theme : # "github-light" (default), "github-dark"
issue_term : # "pathname" (default)
provider: "disqus" # false (default), "disqus", "discourse", "facebook", "google-plus", "staticman", "utterances", "custom"
disqus:
shortname: "tarasis" # https://help.disqus.com/customer/portal/articles/466208-what-s-a-shortname-
discourse:
server: # https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963 , e.g.: meta.discourse.org
facebook:
# https://developers.facebook.com/docs/plugins/comments
appid:
num_posts: # 5 (default)
colorscheme: # "light" (default), "dark"
utterances:
theme: # "github-light" (default), "github-dark"
issue_term: # "pathname" (default)
staticman:
allowedFields : ['name', 'email', 'url', 'message']
branch : # "master", "gh-pages"
commitMessage : "New comment by {fields.name}"
filename : comment-{@timestamp}
format : "yml"
moderation : true
path : "_data/comments/{options.slug}"
requiredFields : ['name', 'email', 'message']
transforms:
email : "md5"
generatedFields:
date:
type : "date"
options:
format : "iso8601" # "iso8601" (default), "timestamp-seconds", "timestamp-milliseconds"
endpoint : # URL of your own deployment with trailing slash, will fallback to the public instance
allowedFields: ["name", "email", "url", "message"]
branch: # "master", "gh-pages"
commitMessage: "New comment by {fields.name}"
filename: comment-{@timestamp}
format: "yml"
moderation: true
path: "_data/comments/{options.slug}"
requiredFields: ["name", "email", "message"]
transforms:
email: "md5"
generatedFields:
date:
type: "date"
options:
format: "iso8601" # "iso8601" (default), "timestamp-seconds", "timestamp-milliseconds"
endpoint: # URL of your own deployment with trailing slash, will fallback to the public instance
atom_feed:
path : # blank (default) uses feed.xml
search : true # true, false (default)
search_full_content : true # true, false (default)
search_provider : "lunr" # "algolia"
path: # blank (default) uses feed.xml
search: true # true, false (default)
search_full_content: true # true, false (default)
search_provider: "lunr" # "algolia"
algolia:
application_id : "F5FF4IDLYX"
index_name : "tarasis-blog"
search_only_api_key : "ed656902b5bdd356f885bf9d99635fc1"
powered_by : true
application_id: "F5FF4IDLYX"
index_name: "tarasis-blog"
search_only_api_key: "ed656902b5bdd356f885bf9d99635fc1"
powered_by: true
# SEO Related
google_site_verification :
bing_site_verification :
yandex_site_verification :
google_site_verification:
bing_site_verification:
yandex_site_verification:
# Social Sharing
twitter:
username : "tarasis"
username: "tarasis"
facebook:
username : "tarasis"
app_id :
publisher :
og_image : "/assets/images/bio-photo.jpg"
username: "tarasis"
app_id:
publisher:
og_image: "/assets/images/bio-photo.jpg"
# For specifying social profiles
# - https://developers.google.com/structured-data/customize/social-profiles
social:
type : # Person or Organization (defaults to Person)
name : # If the user or organization name differs from the site's name
links: # An array of links to social media profiles
type: # Person or Organization (defaults to Person)
name: # If the user or organization name differs from the site's name
links: # An array of links to social media profiles
# Analytics
analytics:
provider : false # false (default), "google", "google-universal", "custom"
google:
tracking_id :
provider: false # false (default), "google", "google-universal", "custom"
google:
tracking_id:
# Site Author
author:
name : "Robert McGovern"
avatar : "/assets/images/bio-photo.jpg"
bio : "Wannabe field researcher for the Hitchhikers Guide to the Galaxy"
location : "ZZ9 Plural Z Alpha"
links:
- label: "Website"
icon: "fas fa-fw fa-link"
url: "https://tarasis.net"
- label: "Email"
icon: "fas fa-fw fa-envelope-square"
url: "mailto:rob@tarasis.net"
- label: "Linkedin"
icon: "fab fa-fw fa-linkedin"
url: "https://www.linkedin.com/in/robertmcgovern/"
- label: "Github"
icon: "fab fa-fw fa-github"
url: "https://github.com/tarasis"
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/tarasis"
- label: "Facebook"
icon: "fab fa-fw fa-facebook"
url: "https://www.facebook.com/tarasis"
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
url: "https://instagram.com/tarasis"
- label: "Flickr"
icon: "fab fa-fw fa-flickr"
url: "https://www.flickr.com/photos/tarasis/"
- label: "Youtube"
icon: "fab fa-fw fa-youtube"
url: "https://www.youtube.com/user/tarasis"
- label: "Soundcloud"
icon: "fab fa-fw fa-soundcloud"
url: "https://soundcloud.com/tarasis"
- label: "Last.FM"
icon: "fab fa-fw fa-lastfm"
url: "https://www.last.fm/user/tarasis"
- label: "Reddit"
icon: "fab fa-fw fa-reddit"
url: "https://www.reddit.com/user/tarasis"
- label: "Pinterest"
icon: "fab fa-fw fa-pinterest"
url: "https://www.pinterest.com/tarasis/"
name: "Robert McGovern"
avatar: "/assets/images/bio-photo.jpg"
bio: "Wannabe field researcher for the Hitchhikers Guide to the Galaxy"
location: "ZZ9 Plural Z Alpha"
links:
- label: "Website"
icon: "fas fa-fw fa-link"
url: "https://tarasis.net"
- label: "Email"
icon: "fas fa-fw fa-envelope-square"
url: "mailto:rob@tarasis.net"
- label: "Linkedin"
icon: "fab fa-fw fa-linkedin"
url: "https://www.linkedin.com/in/robertmcgovern/"
- label: "Github"
icon: "fab fa-fw fa-github"
url: "https://github.com/tarasis"
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/tarasis"
- label: "Facebook"
icon: "fab fa-fw fa-facebook"
url: "https://www.facebook.com/tarasis"
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
url: "https://instagram.com/tarasis"
- label: "Flickr"
icon: "fab fa-fw fa-flickr"
url: "https://www.flickr.com/photos/tarasis/"
- label: "Youtube"
icon: "fab fa-fw fa-youtube"
url: "https://www.youtube.com/user/tarasis"
- label: "Soundcloud"
icon: "fab fa-fw fa-soundcloud"
url: "https://soundcloud.com/tarasis"
- label: "Last.FM"
icon: "fab fa-fw fa-lastfm"
url: "https://www.last.fm/user/tarasis"
- label: "Reddit"
icon: "fab fa-fw fa-reddit"
url: "https://www.reddit.com/user/tarasis"
- label: "Pinterest"
icon: "fab fa-fw fa-pinterest"
url: "https://www.pinterest.com/tarasis/"
# Site Footer
footer:
links:
- label: "Email"
icon: "fas fa-fw fa-envelope-square"
url: "mailto:rob@tarasis.net"
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/tarasis"
- label: "Facebook"
icon: "fab fa-fw fa-facebook"
url: "https://www.facebook.com/tarasis"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/tarasis"
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
url: "https://instagram.com/tarasis"
links:
- label: "Email"
icon: "fas fa-fw fa-envelope-square"
url: "mailto:rob@tarasis.net"
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/tarasis"
- label: "Facebook"
icon: "fab fa-fw fa-facebook"
url: "https://www.facebook.com/tarasis"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/tarasis"
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
url: "https://instagram.com/tarasis"
# Reading Files
include:
- .htaccess
- _pages
- .htaccess
- _pages
exclude:
- "*.sublime-project"
- "*.sublime-workspace"
- vendor
- .asset-cache
- .bundle
- .jekyll-assets-cache
- .jekyll-cache
- .sass-cache
- assets/js/plugins
- assets/js/_main.js
- assets/js/vendor
- Capfile
- CHANGELOG
- config
- Gemfile
- Gruntfile.js
- gulpfile.js
- LICENSE
- log
- node_modules
- package.json
- Rakefile
- README
- tmp
- "*.sublime-project"
- "*.sublime-workspace"
- vendor
- .asset-cache
- .bundle
- .jekyll-assets-cache
- .jekyll-cache
- .sass-cache
- assets/js/plugins
- assets/js/_main.js
- assets/js/vendor
- Capfile
- CHANGELOG
- config
- Gemfile
- Gruntfile.js
- gulpfile.js
- LICENSE
- log
- node_modules
- package.json
- Rakefile
- README
- tmp
keep_files:
- .git
- .svn
- .git
- .svn
encoding: "utf-8"
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
# Liquid
strict_front_matter: true
liquid:
error_mode: strict
error_mode: strict
# Conversion
markdown: kramdown
@ -229,24 +227,21 @@ lsi: false
excerpt_separator: "<!--more-->"
incremental: false
# Markdown Processing
kramdown:
input: GFM
hard_wrap: false
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
smart_quotes: lsquo,rsquo,ldquo,rdquo
enable_coderay: false
input: GFM
hard_wrap: false
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
smart_quotes: lsquo,rsquo,ldquo,rdquo
enable_coderay: false
# Sass/SCSS
sass:
sass_dir: _sass
style: compressed # http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
sass_dir: _sass
style: compressed # http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
# Outputting
permalink: /:year/:month/:day/:title/ # default value
@ -255,29 +250,27 @@ paginate: 10 # amount of posts to show
paginate_path: /page:num/
timezone: # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
# Plugins (previously gems:)
plugins:
- jekyll-archives
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jemoji
- jekyll-include-cache
- jekyll-gist
- jekyll-archives
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jemoji
- jekyll-include-cache
- jekyll-gist
# mimic GitHub Pages with --safe
whitelist:
- jekyll-archives
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jemoji
- jekyll-include-cache
- jekyll-gist
- jekyll-archives
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jemoji
- jekyll-include-cache
- jekyll-gist
# Archives
# Type
@ -290,11 +283,11 @@ whitelist:
# - <base_path/categories/my-awesome-category/index.html ~> path: /categories/
# - <base_path/my-awesome-category/index.html ~> path: /
category_archive:
type: liquid
path: /categories/
type: liquid
path: /categories/
tag_archive:
type: liquid
path: /tags/
type: liquid
path: /tags/
# https://github.com/jekyll/jekyll-archives
#jekyll-archives:
# enabled:
@ -307,65 +300,62 @@ tag_archive:
# category: /categories/:name/
# tag: /tags/:name/
# HTML Compression
# - http://jch.penibelst.de/
compress_html:
clippings: all
ignore:
envs: development
clippings: all
ignore:
envs: development
# Collections
collections:
recipes:
output: true
permalink: /:collection/:path/
pets:
output: true
permalink: /:collection/:path/
portfolio:
output: true
permalink: /:collection/:path/
recipes:
output: true
permalink: /:collection/:path/
pets:
output: true
permalink: /:collection/:path/
portfolio:
output: true
permalink: /:collection/:path/
# Defaults
defaults:
# _posts
- scope:
path: ""
type: posts
values:
layout: single
classes: wide
author_profile: true
read_time: true
share: true
related: true
comments: true
# _pages
- scope:
path: "_pages"
type: pages
values:
layout: single
author_profile: true
# _recipes
- scope:
path: ""
type: recipes
values:
layout: single
author_profile: true
share: true
# _portfolio
#- scope:
# path: ""
# type: portfolio
# values:
# layout: single
# author_profile: false
# share: true
# _posts
- scope:
path: ""
type: posts
values:
layout: single
classes: wide
author_profile: true
read_time: true
share: true
related: true
comments: true
# _pages
- scope:
path: "_pages"
type: pages
values:
layout: single
author_profile: true
# _recipes
- scope:
path: ""
type: recipes
values:
layout: single
author_profile: true
share: true
# _portfolio
#- scope:
# path: ""
# type: portfolio
# values:
# layout: single
# author_profile: false
# share: true
# Octopress Configs
# Default extension for new posts and pages
@ -383,4 +373,4 @@ titlecase: true
# Change default template file (in _templates/)
post_template: post
page_template: page
draft_template: draft
draft_template: draft

View File

@ -141,4 +141,5 @@ pre {
//@import "progress.css"; // for progress bar
@import "minimal-mistakes/skins/{{ site.minimal_mistakes_skin | default: 'default' }}"; // skin
@import "minimal-mistakes"; // main partials
@import "assets/css/override-notices.scss"
//@import "assets/css/override-notices.scss"
@import "override-notices.scss"