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 _site
.jekyll-cache .jekyll-cache
.jekyll-metadata .jekyll-metadata
**/*/premdesigns

View File

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

View File

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

View File

@ -61,14 +61,14 @@ comments:
theme: # "github-light" (default), "github-dark" theme: # "github-light" (default), "github-dark"
issue_term: # "pathname" (default) issue_term: # "pathname" (default)
staticman: staticman:
allowedFields : ['name', 'email', 'url', 'message'] allowedFields: ["name", "email", "url", "message"]
branch: # "master", "gh-pages" branch: # "master", "gh-pages"
commitMessage: "New comment by {fields.name}" commitMessage: "New comment by {fields.name}"
filename: comment-{@timestamp} filename: comment-{@timestamp}
format: "yml" format: "yml"
moderation: true moderation: true
path: "_data/comments/{options.slug}" path: "_data/comments/{options.slug}"
requiredFields : ['name', 'email', 'message'] requiredFields: ["name", "email", "message"]
transforms: transforms:
email: "md5" email: "md5"
generatedFields: generatedFields:
@ -114,7 +114,6 @@ analytics:
google: google:
tracking_id: tracking_id:
# Site Author # Site Author
author: author:
name: "Robert McGovern" name: "Robert McGovern"
@ -181,7 +180,6 @@ footer:
icon: "fab fa-fw fa-instagram" icon: "fab fa-fw fa-instagram"
url: "https://instagram.com/tarasis" url: "https://instagram.com/tarasis"
# Reading Files # Reading Files
include: include:
- .htaccess - .htaccess
@ -229,7 +227,6 @@ lsi: false
excerpt_separator: "<!--more-->" excerpt_separator: "<!--more-->"
incremental: false incremental: false
# Markdown Processing # Markdown Processing
kramdown: kramdown:
input: GFM input: GFM
@ -241,13 +238,11 @@ kramdown:
smart_quotes: lsquo,rsquo,ldquo,rdquo smart_quotes: lsquo,rsquo,ldquo,rdquo
enable_coderay: false enable_coderay: false
# Sass/SCSS # Sass/SCSS
sass: sass:
sass_dir: _sass sass_dir: _sass
style: compressed # http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style style: compressed # http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
# Outputting # Outputting
permalink: /:year/:month/:day/:title/ # default value permalink: /:year/:month/:day/:title/ # default value
# permalink: /:categories/:title/ # permalink: /:categories/:title/
@ -255,7 +250,6 @@ paginate: 10 # amount of posts to show
paginate_path: /page:num/ paginate_path: /page:num/
timezone: # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones timezone: # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
# Plugins (previously gems:) # Plugins (previously gems:)
plugins: plugins:
- jekyll-archives - jekyll-archives
@ -278,7 +272,6 @@ whitelist:
- jekyll-include-cache - jekyll-include-cache
- jekyll-gist - jekyll-gist
# Archives # Archives
# Type # Type
# - GitHub Pages compatible archive pages built with Liquid ~> type: liquid (default) # - GitHub Pages compatible archive pages built with Liquid ~> type: liquid (default)
@ -307,7 +300,6 @@ tag_archive:
# category: /categories/:name/ # category: /categories/:name/
# tag: /tags/:name/ # tag: /tags/:name/
# HTML Compression # HTML Compression
# - http://jch.penibelst.de/ # - http://jch.penibelst.de/
compress_html: compress_html:
@ -315,7 +307,6 @@ compress_html:
ignore: ignore:
envs: development envs: development
# Collections # Collections
collections: collections:
recipes: recipes:
@ -328,7 +319,6 @@ collections:
output: true output: true
permalink: /:collection/:path/ permalink: /:collection/:path/
# Defaults # Defaults
defaults: defaults:
# _posts # _posts

View File

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