chore: upgrade to 7.3.0
Some checks failed
/ build-jeykll (push) Failing after 4m51s
/ build-docker (push) Has been skipped
/ publish (push) Has been skipped

This commit is contained in:
Matthew McKinnon 2025-05-31 11:04:15 +10:00
parent fb134b0f72
commit 81f4519eaa
6 changed files with 40 additions and 9 deletions

27
.gitignore vendored
View File

@ -1,2 +1,29 @@
node_modules
_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

View File

@ -2,7 +2,7 @@
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
@ -11,4 +11,4 @@ platforms :mingw, :x64_mingw, :mswin, :jruby do
gem "tzinfo-data"
end
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
gem "wdm", "~> 0.2.0", :platforms => [:mingw, :x64_mingw, :mswin]

View File

@ -14,6 +14,7 @@ timezone:
# jekyll-seo-tag settings https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
# ↓ --------------------------
<<<<<<< HEAD
title: Comprofix # the main title
tagline: Geek | Nerd | Systems Administrator | IT Specialist # it will display as the subtitle
@ -212,8 +213,9 @@ exclude:
- tools
- README.md
- LICENSE
- purgecss.js
- "*.config.js"
- package*.json
- "package*.json"
jekyll-archives:
enabled: [categories, tags]

View File

@ -4,12 +4,15 @@
icon: "fab fa-github"
url: https://git.comprofix.com/mmckinnon
- type: github
icon: "fab fa-github"
- type: twitter
icon: "fa-brands fa-x-twitter"
# - type: email
# icon: "fas fa-envelope"
# noblank: true # open link in current tab
- type: email
icon: "fas fa-envelope"
noblank: true # open link in current tab
- type: rss
icon: "fas fa-rss"

View File

@ -18,8 +18,7 @@ platforms:
#
# - type: 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
# icon: "fab fa-weibo"
# link: "https://service.weibo.com/share/share.php?title=TITLE&url=URL"

View File

@ -3,4 +3,4 @@ title:
date:
categories:
tags:
---
---