updated gems, fixed complilation error
This commit is contained in:
parent
6eef11d8b0
commit
498204caf3
|
@ -7,3 +7,5 @@ vendor
|
||||||
_site
|
_site
|
||||||
.jekyll-cache
|
.jekyll-cache
|
||||||
.jekyll-metadata
|
.jekyll-metadata
|
||||||
|
|
||||||
|
**/*/premdesigns
|
||||||
|
|
2
Gemfile
2
Gemfile
|
@ -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"
|
||||||
|
|
67
Gemfile.lock
67
Gemfile.lock
|
@ -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
|
||||||
|
|
484
_config.yml
484
_config.yml
|
@ -8,8 +8,8 @@
|
||||||
# For technical reasons, this file is *NOT* reloaded automatically when you use
|
# 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.
|
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
|
||||||
|
|
||||||
theme : "minimal-mistakes-jekyll"
|
theme: "minimal-mistakes-jekyll"
|
||||||
minimal_mistakes_skin : "neon" # "default" "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
|
minimal_mistakes_skin: "neon" # "default" "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
|
||||||
|
|
||||||
# Site settings
|
# Site settings
|
||||||
# These are used to personalize your new site. If you look in the HTML files,
|
# 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
|
#github_username: tarasis
|
||||||
|
|
||||||
# Site Settings
|
# Site Settings
|
||||||
locale : "en-US"
|
locale: "en-US"
|
||||||
title : "TDN: RMCG"
|
title: "TDN: RMCG"
|
||||||
title_separator : "-"
|
title_separator: "-"
|
||||||
name : "Robert McGovern"
|
name: "Robert McGovern"
|
||||||
description : "Random Things"
|
description: "Random Things"
|
||||||
url : "https://tarasis.net" # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
|
url: "https://tarasis.net" # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
|
||||||
baseurl : ""
|
baseurl: ""
|
||||||
repository : # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
|
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"
|
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"
|
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
|
masthead_title: "" # overrides the website title displayed in the masthead, use " " for no title
|
||||||
subtitle : "👨💻 🚶♂️ 💭 🤯" #"Rambles of a chaotic mind" #optional subtitle
|
subtitle: "👨💻 🚶♂️ 💭 🤯" #"Rambles of a chaotic mind" #optional subtitle
|
||||||
breadcrumbs : false # true, false (default)
|
breadcrumbs: false # true, false (default)
|
||||||
breadcrumb_home_label : "Home"
|
breadcrumb_home_label: "Home"
|
||||||
breadcrumb_separator : ">"
|
breadcrumb_separator: ">"
|
||||||
words_per_minute : 200
|
words_per_minute: 200
|
||||||
head_scripts:
|
head_scripts:
|
||||||
- /assets/js/progress.js
|
- /assets/js/progress.js
|
||||||
- /assets/js/scroll-to-top.js
|
- /assets/js/scroll-to-top.js
|
||||||
comments:
|
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:
|
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:
|
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:
|
facebook:
|
||||||
# https://developers.facebook.com/docs/plugins/comments
|
# https://developers.facebook.com/docs/plugins/comments
|
||||||
appid :
|
appid:
|
||||||
num_posts : # 5 (default)
|
num_posts: # 5 (default)
|
||||||
colorscheme : # "light" (default), "dark"
|
colorscheme: # "light" (default), "dark"
|
||||||
utterances:
|
utterances:
|
||||||
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:
|
||||||
date:
|
date:
|
||||||
type : "date"
|
type: "date"
|
||||||
options:
|
options:
|
||||||
format : "iso8601" # "iso8601" (default), "timestamp-seconds", "timestamp-milliseconds"
|
format: "iso8601" # "iso8601" (default), "timestamp-seconds", "timestamp-milliseconds"
|
||||||
endpoint : # URL of your own deployment with trailing slash, will fallback to the public instance
|
endpoint: # URL of your own deployment with trailing slash, will fallback to the public instance
|
||||||
atom_feed:
|
atom_feed:
|
||||||
path : # blank (default) uses feed.xml
|
path: # blank (default) uses feed.xml
|
||||||
search : true # true, false (default)
|
search: true # true, false (default)
|
||||||
search_full_content : true # true, false (default)
|
search_full_content: true # true, false (default)
|
||||||
search_provider : "lunr" # "algolia"
|
search_provider: "lunr" # "algolia"
|
||||||
algolia:
|
algolia:
|
||||||
application_id : "F5FF4IDLYX"
|
application_id: "F5FF4IDLYX"
|
||||||
index_name : "tarasis-blog"
|
index_name: "tarasis-blog"
|
||||||
search_only_api_key : "ed656902b5bdd356f885bf9d99635fc1"
|
search_only_api_key: "ed656902b5bdd356f885bf9d99635fc1"
|
||||||
powered_by : true
|
powered_by: true
|
||||||
|
|
||||||
# SEO Related
|
# SEO Related
|
||||||
google_site_verification :
|
google_site_verification:
|
||||||
bing_site_verification :
|
bing_site_verification:
|
||||||
yandex_site_verification :
|
yandex_site_verification:
|
||||||
|
|
||||||
# Social Sharing
|
# Social Sharing
|
||||||
twitter:
|
twitter:
|
||||||
username : "tarasis"
|
username: "tarasis"
|
||||||
facebook:
|
facebook:
|
||||||
username : "tarasis"
|
username: "tarasis"
|
||||||
app_id :
|
app_id:
|
||||||
publisher :
|
publisher:
|
||||||
og_image : "/assets/images/bio-photo.jpg"
|
og_image: "/assets/images/bio-photo.jpg"
|
||||||
# For specifying social profiles
|
# For specifying social profiles
|
||||||
# - https://developers.google.com/structured-data/customize/social-profiles
|
# - https://developers.google.com/structured-data/customize/social-profiles
|
||||||
social:
|
social:
|
||||||
type : # Person or Organization (defaults to Person)
|
type: # Person or Organization (defaults to Person)
|
||||||
name : # If the user or organization name differs from the site's name
|
name: # If the user or organization name differs from the site's name
|
||||||
links: # An array of links to social media profiles
|
links: # An array of links to social media profiles
|
||||||
|
|
||||||
# Analytics
|
# Analytics
|
||||||
analytics:
|
analytics:
|
||||||
provider : false # false (default), "google", "google-universal", "custom"
|
provider: false # false (default), "google", "google-universal", "custom"
|
||||||
google:
|
google:
|
||||||
tracking_id :
|
tracking_id:
|
||||||
|
|
||||||
|
|
||||||
# Site Author
|
# Site Author
|
||||||
author:
|
author:
|
||||||
name : "Robert McGovern"
|
name: "Robert McGovern"
|
||||||
avatar : "/assets/images/bio-photo.jpg"
|
avatar: "/assets/images/bio-photo.jpg"
|
||||||
bio : "Wannabe field researcher for the Hitchhikers Guide to the Galaxy"
|
bio: "Wannabe field researcher for the Hitchhikers Guide to the Galaxy"
|
||||||
location : "ZZ9 Plural Z Alpha"
|
location: "ZZ9 Plural Z Alpha"
|
||||||
links:
|
links:
|
||||||
- label: "Website"
|
- label: "Website"
|
||||||
icon: "fas fa-fw fa-link"
|
icon: "fas fa-fw fa-link"
|
||||||
url: "https://tarasis.net"
|
url: "https://tarasis.net"
|
||||||
- label: "Email"
|
- label: "Email"
|
||||||
icon: "fas fa-fw fa-envelope-square"
|
icon: "fas fa-fw fa-envelope-square"
|
||||||
url: "mailto:rob@tarasis.net"
|
url: "mailto:rob@tarasis.net"
|
||||||
- label: "Linkedin"
|
- label: "Linkedin"
|
||||||
icon: "fab fa-fw fa-linkedin"
|
icon: "fab fa-fw fa-linkedin"
|
||||||
url: "https://www.linkedin.com/in/robertmcgovern/"
|
url: "https://www.linkedin.com/in/robertmcgovern/"
|
||||||
- label: "Github"
|
- label: "Github"
|
||||||
icon: "fab fa-fw fa-github"
|
icon: "fab fa-fw fa-github"
|
||||||
url: "https://github.com/tarasis"
|
url: "https://github.com/tarasis"
|
||||||
- label: "Twitter"
|
- label: "Twitter"
|
||||||
icon: "fab fa-fw fa-twitter-square"
|
icon: "fab fa-fw fa-twitter-square"
|
||||||
url: "https://twitter.com/tarasis"
|
url: "https://twitter.com/tarasis"
|
||||||
- label: "Facebook"
|
- label: "Facebook"
|
||||||
icon: "fab fa-fw fa-facebook"
|
icon: "fab fa-fw fa-facebook"
|
||||||
url: "https://www.facebook.com/tarasis"
|
url: "https://www.facebook.com/tarasis"
|
||||||
- label: "Instagram"
|
- label: "Instagram"
|
||||||
icon: "fab fa-fw fa-instagram"
|
icon: "fab fa-fw fa-instagram"
|
||||||
url: "https://instagram.com/tarasis"
|
url: "https://instagram.com/tarasis"
|
||||||
- label: "Flickr"
|
- label: "Flickr"
|
||||||
icon: "fab fa-fw fa-flickr"
|
icon: "fab fa-fw fa-flickr"
|
||||||
url: "https://www.flickr.com/photos/tarasis/"
|
url: "https://www.flickr.com/photos/tarasis/"
|
||||||
- label: "Youtube"
|
- label: "Youtube"
|
||||||
icon: "fab fa-fw fa-youtube"
|
icon: "fab fa-fw fa-youtube"
|
||||||
url: "https://www.youtube.com/user/tarasis"
|
url: "https://www.youtube.com/user/tarasis"
|
||||||
- label: "Soundcloud"
|
- label: "Soundcloud"
|
||||||
icon: "fab fa-fw fa-soundcloud"
|
icon: "fab fa-fw fa-soundcloud"
|
||||||
url: "https://soundcloud.com/tarasis"
|
url: "https://soundcloud.com/tarasis"
|
||||||
- label: "Last.FM"
|
- label: "Last.FM"
|
||||||
icon: "fab fa-fw fa-lastfm"
|
icon: "fab fa-fw fa-lastfm"
|
||||||
url: "https://www.last.fm/user/tarasis"
|
url: "https://www.last.fm/user/tarasis"
|
||||||
- label: "Reddit"
|
- label: "Reddit"
|
||||||
icon: "fab fa-fw fa-reddit"
|
icon: "fab fa-fw fa-reddit"
|
||||||
url: "https://www.reddit.com/user/tarasis"
|
url: "https://www.reddit.com/user/tarasis"
|
||||||
- label: "Pinterest"
|
- label: "Pinterest"
|
||||||
icon: "fab fa-fw fa-pinterest"
|
icon: "fab fa-fw fa-pinterest"
|
||||||
url: "https://www.pinterest.com/tarasis/"
|
url: "https://www.pinterest.com/tarasis/"
|
||||||
|
|
||||||
# Site Footer
|
# Site Footer
|
||||||
footer:
|
footer:
|
||||||
links:
|
links:
|
||||||
- label: "Email"
|
- label: "Email"
|
||||||
icon: "fas fa-fw fa-envelope-square"
|
icon: "fas fa-fw fa-envelope-square"
|
||||||
url: "mailto:rob@tarasis.net"
|
url: "mailto:rob@tarasis.net"
|
||||||
- label: "Twitter"
|
- label: "Twitter"
|
||||||
icon: "fab fa-fw fa-twitter-square"
|
icon: "fab fa-fw fa-twitter-square"
|
||||||
url: "https://twitter.com/tarasis"
|
url: "https://twitter.com/tarasis"
|
||||||
- label: "Facebook"
|
- label: "Facebook"
|
||||||
icon: "fab fa-fw fa-facebook"
|
icon: "fab fa-fw fa-facebook"
|
||||||
url: "https://www.facebook.com/tarasis"
|
url: "https://www.facebook.com/tarasis"
|
||||||
- label: "GitHub"
|
- label: "GitHub"
|
||||||
icon: "fab fa-fw fa-github"
|
icon: "fab fa-fw fa-github"
|
||||||
url: "https://github.com/tarasis"
|
url: "https://github.com/tarasis"
|
||||||
- label: "Instagram"
|
- label: "Instagram"
|
||||||
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
|
||||||
- _pages
|
- _pages
|
||||||
exclude:
|
exclude:
|
||||||
- "*.sublime-project"
|
- "*.sublime-project"
|
||||||
- "*.sublime-workspace"
|
- "*.sublime-workspace"
|
||||||
- vendor
|
- vendor
|
||||||
- .asset-cache
|
- .asset-cache
|
||||||
- .bundle
|
- .bundle
|
||||||
- .jekyll-assets-cache
|
- .jekyll-assets-cache
|
||||||
- .jekyll-cache
|
- .jekyll-cache
|
||||||
- .sass-cache
|
- .sass-cache
|
||||||
- assets/js/plugins
|
- assets/js/plugins
|
||||||
- assets/js/_main.js
|
- assets/js/_main.js
|
||||||
- assets/js/vendor
|
- assets/js/vendor
|
||||||
- Capfile
|
- Capfile
|
||||||
- CHANGELOG
|
- CHANGELOG
|
||||||
- config
|
- config
|
||||||
- Gemfile
|
- Gemfile
|
||||||
- Gruntfile.js
|
- Gruntfile.js
|
||||||
- gulpfile.js
|
- gulpfile.js
|
||||||
- LICENSE
|
- LICENSE
|
||||||
- log
|
- log
|
||||||
- node_modules
|
- node_modules
|
||||||
- package.json
|
- package.json
|
||||||
- Rakefile
|
- Rakefile
|
||||||
- README
|
- README
|
||||||
- tmp
|
- tmp
|
||||||
keep_files:
|
keep_files:
|
||||||
- .git
|
- .git
|
||||||
- .svn
|
- .svn
|
||||||
encoding: "utf-8"
|
encoding: "utf-8"
|
||||||
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
|
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
|
||||||
|
|
||||||
# Liquid
|
# Liquid
|
||||||
strict_front_matter: true
|
strict_front_matter: true
|
||||||
liquid:
|
liquid:
|
||||||
error_mode: strict
|
error_mode: strict
|
||||||
|
|
||||||
# Conversion
|
# Conversion
|
||||||
markdown: kramdown
|
markdown: kramdown
|
||||||
|
@ -229,24 +227,21 @@ lsi: false
|
||||||
excerpt_separator: "<!--more-->"
|
excerpt_separator: "<!--more-->"
|
||||||
incremental: false
|
incremental: false
|
||||||
|
|
||||||
|
|
||||||
# Markdown Processing
|
# Markdown Processing
|
||||||
kramdown:
|
kramdown:
|
||||||
input: GFM
|
input: GFM
|
||||||
hard_wrap: false
|
hard_wrap: false
|
||||||
auto_ids: true
|
auto_ids: true
|
||||||
footnote_nr: 1
|
footnote_nr: 1
|
||||||
entity_output: as_char
|
entity_output: as_char
|
||||||
toc_levels: 1..6
|
toc_levels: 1..6
|
||||||
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
|
||||||
|
@ -255,29 +250,27 @@ 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
|
||||||
- jekyll-paginate
|
- jekyll-paginate
|
||||||
- jekyll-sitemap
|
- jekyll-sitemap
|
||||||
- jekyll-gist
|
- jekyll-gist
|
||||||
- jekyll-feed
|
- jekyll-feed
|
||||||
- jemoji
|
- jemoji
|
||||||
- jekyll-include-cache
|
- jekyll-include-cache
|
||||||
- jekyll-gist
|
- jekyll-gist
|
||||||
|
|
||||||
# mimic GitHub Pages with --safe
|
# mimic GitHub Pages with --safe
|
||||||
whitelist:
|
whitelist:
|
||||||
- jekyll-archives
|
- jekyll-archives
|
||||||
- jekyll-paginate
|
- jekyll-paginate
|
||||||
- jekyll-sitemap
|
- jekyll-sitemap
|
||||||
- jekyll-gist
|
- jekyll-gist
|
||||||
- jekyll-feed
|
- jekyll-feed
|
||||||
- jemoji
|
- jemoji
|
||||||
- jekyll-include-cache
|
- jekyll-include-cache
|
||||||
- jekyll-gist
|
- jekyll-gist
|
||||||
|
|
||||||
|
|
||||||
# Archives
|
# Archives
|
||||||
# Type
|
# Type
|
||||||
|
@ -290,11 +283,11 @@ whitelist:
|
||||||
# - <base_path/categories/my-awesome-category/index.html ~> path: /categories/
|
# - <base_path/categories/my-awesome-category/index.html ~> path: /categories/
|
||||||
# - <base_path/my-awesome-category/index.html ~> path: /
|
# - <base_path/my-awesome-category/index.html ~> path: /
|
||||||
category_archive:
|
category_archive:
|
||||||
type: liquid
|
type: liquid
|
||||||
path: /categories/
|
path: /categories/
|
||||||
tag_archive:
|
tag_archive:
|
||||||
type: liquid
|
type: liquid
|
||||||
path: /tags/
|
path: /tags/
|
||||||
# https://github.com/jekyll/jekyll-archives
|
# https://github.com/jekyll/jekyll-archives
|
||||||
#jekyll-archives:
|
#jekyll-archives:
|
||||||
# enabled:
|
# enabled:
|
||||||
|
@ -307,65 +300,62 @@ 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:
|
||||||
clippings: all
|
clippings: all
|
||||||
ignore:
|
ignore:
|
||||||
envs: development
|
envs: development
|
||||||
|
|
||||||
|
|
||||||
# Collections
|
# Collections
|
||||||
collections:
|
collections:
|
||||||
recipes:
|
recipes:
|
||||||
output: true
|
output: true
|
||||||
permalink: /:collection/:path/
|
permalink: /:collection/:path/
|
||||||
pets:
|
pets:
|
||||||
output: true
|
output: true
|
||||||
permalink: /:collection/:path/
|
permalink: /:collection/:path/
|
||||||
portfolio:
|
portfolio:
|
||||||
output: true
|
output: true
|
||||||
permalink: /:collection/:path/
|
permalink: /:collection/:path/
|
||||||
|
|
||||||
|
|
||||||
# Defaults
|
# Defaults
|
||||||
defaults:
|
defaults:
|
||||||
# _posts
|
# _posts
|
||||||
- scope:
|
- scope:
|
||||||
path: ""
|
path: ""
|
||||||
type: posts
|
type: posts
|
||||||
values:
|
values:
|
||||||
layout: single
|
layout: single
|
||||||
classes: wide
|
classes: wide
|
||||||
author_profile: true
|
author_profile: true
|
||||||
read_time: true
|
read_time: true
|
||||||
share: true
|
share: true
|
||||||
related: true
|
related: true
|
||||||
comments: true
|
comments: true
|
||||||
# _pages
|
# _pages
|
||||||
- scope:
|
- scope:
|
||||||
path: "_pages"
|
path: "_pages"
|
||||||
type: pages
|
type: pages
|
||||||
values:
|
values:
|
||||||
layout: single
|
layout: single
|
||||||
author_profile: true
|
author_profile: true
|
||||||
# _recipes
|
# _recipes
|
||||||
- scope:
|
- scope:
|
||||||
path: ""
|
path: ""
|
||||||
type: recipes
|
type: recipes
|
||||||
values:
|
values:
|
||||||
layout: single
|
layout: single
|
||||||
author_profile: true
|
author_profile: true
|
||||||
share: true
|
share: true
|
||||||
# _portfolio
|
# _portfolio
|
||||||
#- scope:
|
#- scope:
|
||||||
# path: ""
|
# path: ""
|
||||||
# type: portfolio
|
# type: portfolio
|
||||||
# values:
|
# values:
|
||||||
# layout: single
|
# layout: single
|
||||||
# author_profile: false
|
# author_profile: false
|
||||||
# share: true
|
# share: true
|
||||||
|
|
||||||
# Octopress Configs
|
# Octopress Configs
|
||||||
# Default extension for new posts and pages
|
# Default extension for new posts and pages
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue