chore: upgrade to 7.3.0
This commit is contained in:
parent
fb134b0f72
commit
81f4519eaa
27
.gitignore
vendored
27
.gitignore
vendored
@ -1,2 +1,29 @@
|
|||||||
node_modules
|
node_modules
|
||||||
_site
|
_site
|
||||||
|
# Bundler cache
|
||||||
|
.bundle
|
||||||
|
vendor
|
||||||
|
Gemfile.lock
|
||||||
|
|
||||||
|
# Jekyll cache
|
||||||
|
.jekyll-cache
|
||||||
|
.jekyll-metadata
|
||||||
|
_site
|
||||||
|
|
||||||
|
# RubyGems
|
||||||
|
*.gem
|
||||||
|
|
||||||
|
# NPM dependencies
|
||||||
|
node_modules
|
||||||
|
package-lock.json
|
||||||
|
|
||||||
|
# IDE configurations
|
||||||
|
.idea
|
||||||
|
.vscode/*
|
||||||
|
!.vscode/settings.json
|
||||||
|
!.vscode/extensions.json
|
||||||
|
!.vscode/tasks.json
|
||||||
|
|
||||||
|
# Misc
|
||||||
|
_sass/vendors
|
||||||
|
assets/js/dist
|
||||||
|
4
Gemfile
4
Gemfile
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
|
||||||
gem "jekyll-theme-chirpy", "~> 7.1", ">= 7.1.1"
|
gem "jekyll-theme-chirpy", "~> 7.3"
|
||||||
|
|
||||||
gem "html-proofer", "~> 5.0", group: :test
|
gem "html-proofer", "~> 5.0", group: :test
|
||||||
|
|
||||||
@ -11,4 +11,4 @@ platforms :mingw, :x64_mingw, :mswin, :jruby do
|
|||||||
gem "tzinfo-data"
|
gem "tzinfo-data"
|
||||||
end
|
end
|
||||||
|
|
||||||
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
|
gem "wdm", "~> 0.2.0", :platforms => [:mingw, :x64_mingw, :mswin]
|
||||||
|
@ -14,6 +14,7 @@ timezone:
|
|||||||
# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
|
# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
|
||||||
# ↓ --------------------------
|
# ↓ --------------------------
|
||||||
|
|
||||||
|
<<<<<<< HEAD
|
||||||
title: Comprofix # the main title
|
title: Comprofix # the main title
|
||||||
|
|
||||||
tagline: Geek | Nerd | Systems Administrator | IT Specialist # it will display as the subtitle
|
tagline: Geek | Nerd | Systems Administrator | IT Specialist # it will display as the subtitle
|
||||||
@ -212,8 +213,9 @@ exclude:
|
|||||||
- tools
|
- tools
|
||||||
- README.md
|
- README.md
|
||||||
- LICENSE
|
- LICENSE
|
||||||
|
- purgecss.js
|
||||||
- "*.config.js"
|
- "*.config.js"
|
||||||
- package*.json
|
- "package*.json"
|
||||||
|
|
||||||
jekyll-archives:
|
jekyll-archives:
|
||||||
enabled: [categories, tags]
|
enabled: [categories, tags]
|
||||||
|
@ -4,12 +4,15 @@
|
|||||||
icon: "fab fa-github"
|
icon: "fab fa-github"
|
||||||
url: https://git.comprofix.com/mmckinnon
|
url: https://git.comprofix.com/mmckinnon
|
||||||
|
|
||||||
|
- type: github
|
||||||
|
icon: "fab fa-github"
|
||||||
|
|
||||||
- type: twitter
|
- type: twitter
|
||||||
icon: "fa-brands fa-x-twitter"
|
icon: "fa-brands fa-x-twitter"
|
||||||
|
|
||||||
# - type: email
|
- type: email
|
||||||
# icon: "fas fa-envelope"
|
icon: "fas fa-envelope"
|
||||||
# noblank: true # open link in current tab
|
noblank: true # open link in current tab
|
||||||
|
|
||||||
- type: rss
|
- type: rss
|
||||||
icon: "fas fa-rss"
|
icon: "fas fa-rss"
|
||||||
|
@ -18,8 +18,7 @@ platforms:
|
|||||||
#
|
#
|
||||||
# - type: Linkedin
|
# - type: Linkedin
|
||||||
# icon: "fab fa-linkedin"
|
# icon: "fab fa-linkedin"
|
||||||
# link: "https://www.linkedin.com/sharing/share-offsite/?url=URL"
|
# link: "https://www.linkedin.com/feed/?shareActive=true&shareUrl=URL"
|
||||||
#
|
|
||||||
# - type: Weibo
|
# - type: Weibo
|
||||||
# icon: "fab fa-weibo"
|
# icon: "fab fa-weibo"
|
||||||
# link: "https://service.weibo.com/share/share.php?title=TITLE&url=URL"
|
# link: "https://service.weibo.com/share/share.php?title=TITLE&url=URL"
|
||||||
|
@ -3,4 +3,4 @@ title:
|
|||||||
date:
|
date:
|
||||||
categories:
|
categories:
|
||||||
tags:
|
tags:
|
||||||
---
|
---
|
||||||
|
Loading…
x
Reference in New Issue
Block a user