Skip to content

Commit 423c45e

Browse files
committed
Add gemfile and gitignore for jekyll stuff.
1 parent 7cbe71b commit 423c45e

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,12 @@
55
.Ruserdata
66
_site/*
77
*cache
8+
9+
# Jekyll specific
10+
.jekyll-cache/
11+
.jekyll-metadata
12+
.sass-cache/
13+
vendor/
14+
.bundle/
15+
Gemfile.lock
16+
*.gem

Gemfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
source "https://rubygems.org"
2+
3+
gem "jekyll"
4+
gem "webrick" # Required for Ruby >= 3.0
5+
6+
# If you have any Jekyll plugins, add them here
7+
gem "jekyll-sitemap"

0 commit comments

Comments
 (0)