File tree Expand file tree Collapse file tree 3 files changed +13
-9
lines changed
Expand file tree Collapse file tree 3 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 44vendor
55.md
66.DS_Store
7+ Gemfile.lock
Original file line number Diff line number Diff line change @@ -10,19 +10,20 @@ source "https://rubygems.org"
1010
1111ruby "3.4.1"
1212
13- gem "jekyll" , "~> 4.4.1"
13+ # gem "jekyll", "~> 4.4.1"
1414# This is the default theme for new Jekyll sites. You may change this to anything you like.
1515#gem "minima", "~> 2.5"
1616
1717gem "just-the-docs"
1818
1919# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
2020# uncomment the line below. To upgrade, run `bundle update github-pages`.
21- # gem "github-pages", group: :jekyll_plugins
21+ gem "github-pages" , "~> 232" , group : :jekyll_plugins
22+
2223# If you have any plugins, put them here!
23- group :jekyll_plugins do
24- gem "jekyll-feed" , "~> 0.12"
25- end
24+ # group :jekyll_plugins do
25+ # gem "jekyll-feed", "~> 0.12"
26+ # end
2627
2728# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
2829# and associated library.
Original file line number Diff line number Diff line change 1818# You can create any custom variable you would like, and they will be accessible
1919# in the templates via {{ site.myvariable }}.
2020
21+ domain : lmerchant.github.io # if you want to force HTTPS, specify the domain without the http at the start, e.g. example.com
22+ url : https://lmerchant.github.io # the base hostname and protocol for your site, e.g. http://example.com
23+ baseurl : /data-help-desk/ # place folder name if the site is served in a subfolder
24+
2125title : Host a Data Help Desk
22262327description : >- # this means to ignore newlines until "baseurl:"
2428 Learn how to setup and run a data help desk.
2529
26- baseurl : ' /data-help-desk' # the subpath of your site, e.g. /blog
27- url : ' ' # the base hostname & protocol for your site, e.g. http://example.com
2830# twitter_username: jekyllrb
2931# github_username: jekyll
3032
3133# Build settings
3234# theme: minima
3335theme : just-the-docs
3436
35- plugins :
36- - jekyll-feed
37+ # plugins:
38+ # - jekyll-feed
3739# Exclude from processing.
3840# The following items will not be processed, by default.
3941# Any item listed under the `exclude:` key here will be automatically added to
You can’t perform that action at this time.
0 commit comments