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,100 +27,99 @@ 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
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"
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-
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
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"
appid:
num_posts: # 5 (default)
colorscheme: # "light" (default), "dark"
utterances:
theme : # "github-light" (default), "github-dark"
issue_term : # "pathname" (default)
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']
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"
email: "md5"
generatedFields:
date:
type : "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
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
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"
provider: false # false (default), "google", "google-universal", "custom"
google:
tracking_id :
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"
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"
@ -181,7 +180,6 @@ footer:
icon: "fab fa-fw fa-instagram"
url: "https://instagram.com/tarasis"
# Reading Files
include:
- .htaccess
@ -229,7 +227,6 @@ lsi: false
excerpt_separator: "<!--more-->"
incremental: false
# Markdown Processing
kramdown:
input: GFM
@ -241,13 +238,11 @@ kramdown:
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
# Outputting
permalink: /:year/:month/:day/:title/ # default value
# permalink: /:categories/:title/
@ -255,7 +250,6 @@ 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
@ -278,7 +272,6 @@ whitelist:
- jekyll-include-cache
- jekyll-gist
# Archives
# Type
# - GitHub Pages compatible archive pages built with Liquid ~> type: liquid (default)
@ -307,7 +300,6 @@ tag_archive:
# category: /categories/:name/
# tag: /tags/:name/
# HTML Compression
# - http://jch.penibelst.de/
compress_html:
@ -315,7 +307,6 @@ compress_html:
ignore:
envs: development
# Collections
collections:
recipes:
@ -328,7 +319,6 @@ collections:
output: true
permalink: /:collection/:path/
# Defaults
defaults:
# _posts

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"