diff --git a/.gitignore b/.gitignore index 18ce53a..0751b8a 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/Gemfile b/Gemfile index dbd3872..b881076 100644 --- a/Gemfile +++ b/Gemfile @@ -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] diff --git a/_config.yml b/_config.yml index df98454..313e2bd 100644 --- a/_config.yml +++ b/_config.yml @@ -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] diff --git a/_data/contact.yml b/_data/contact.yml index 2466711..62b357e 100644 --- a/_data/contact.yml +++ b/_data/contact.yml @@ -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" diff --git a/_data/share.yml b/_data/share.yml index 6f97568..8751cfe 100644 --- a/_data/share.yml +++ b/_data/share.yml @@ -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" diff --git a/_posts/.placeholder b/_posts/.placeholder index 4c7fb14..b02690a 100644 --- a/_posts/.placeholder +++ b/_posts/.placeholder @@ -3,4 +3,4 @@ title: date: categories: tags: ---- \ No newline at end of file +---