From 07f03714f96fdb7d811dff0d634c345c0236cbac Mon Sep 17 00:00:00 2001 From: 1RedOne Date: Thu, 21 Mar 2024 14:32:40 -0400 Subject: [PATCH] fixing broken build --- Gemfile | 7 ++++++- _config.yml | 35 ++++++++++++++++++++++++++++++++++- 2 files changed, 40 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index fff3d10..4368d16 100644 --- a/Gemfile +++ b/Gemfile @@ -14,6 +14,7 @@ gem "webrick" # This is the default theme for new Jekyll sites. You may change this to anything you like. gem "minima", "~> 2.0" gem "bulma-clean-theme" +gem "kramdown-parser-gfm" # If you want to use GitHub Pages, remove the "gem "jekyll"" above and # uncomment the line below. To upgrade, run `bundle update github-pages`. @@ -23,7 +24,11 @@ gem "bulma-clean-theme" group :jekyll_plugins do gem "jekyll-feed", "~> 0.6" gem "jekyll-gist", "~> 1.4" - gem "jekyll-remote-theme", "~> 0.4.1" + gem "jekyll-remote-theme" + gem "jekyll-postfiles" + gem "jekyll-gist" + gem "jekyll-redirect-from" + gem "jekyll-paginate" end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem diff --git a/_config.yml b/_config.yml index 8406f0a..9bc8531 100644 --- a/_config.yml +++ b/_config.yml @@ -23,17 +23,50 @@ baseurl: "" # the subpath of your site, e.g. /blog url: "" # the base hostname & protocol for your site, e.g. http://example.com twitter_username: foxdeploy github_username: 1redone +permalink: /blog/:title.html +disqus_shortname: foxdeploy-com.disqus.com +google_analytics: UA-60348969-1 +fixed_navbar: top +theme_color: '#333333' layout: post + # Build settings +paginate: 6 markdown: kramdown theme: bulma-clean-theme remote_theme: chrisrhymes/bulma-clean-theme plugins: - jekyll-feed - jekyll-remote-theme - - jekyll-gist + - jekyll-gist + - jekyll-redirect-from + - jekyll-paginate + +hero_image: /assets/images/foxdeployMOUNTAINTOP_hero.webp +defaults: + - + scope: + path: "" + type: "posts" + values: + author: "Stephen Owen" + layout: post + hero_image: /assets/images/foxdeployMOUNTAINTOP_hero.webp + show_sidebar: true + hero_link: "FoxDeploy.com" + + - + scope: + path: "" + type: "pages" + values: + author: "Stephen Owen" + layout: post + hero_image: /assets/images/foxdeployMOUNTAINTOP_hero.webp + show_sidebar: true +exclude: [node_modules] # Exclude from processing. # The following items will not be processed, by default. Create a custom list # to override the default setting.