Skip to content

Commit 31fc954

Browse files
committed
Configure for GitHub pages
1 parent 2506fbb commit 31fc954

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
vendor
55
.md
66
.DS_Store
7+
Gemfile.lock

Gemfile

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,20 @@ source "https://rubygems.org"
1010

1111
ruby "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

1717
gem "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.

_config.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,24 @@
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+
2125
title: Host a Data Help Desk
2226
2327
description: >- # 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
3335
theme: 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

0 commit comments

Comments
 (0)