Skip to content

Commit

Permalink
fixing broken build
Browse files Browse the repository at this point in the history
  • Loading branch information
stowen-msft committed Mar 21, 2024
1 parent 7060d42 commit 07f0371
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 2 deletions.
7 changes: 6 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand All @@ -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
Expand Down
35 changes: 34 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 07f0371

Please sign in to comment.