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

@ -61,14 +61,14 @@ comments:
theme: # "github-light" (default), "github-dark"
issue_term: # "pathname" (default)
staticman:
allowedFields : ['name', 'email', 'url', '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']
requiredFields: ["name", "email", "message"]
transforms:
email: "md5"
generatedFields:
@ -114,7 +114,6 @@ analytics:
google:
tracking_id:
# Site Author
author:
name: "Robert McGovern"
@ -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"