Skip to content

Commit 58f1466

Browse files
committed
Add sitemap, cleanup unused python code
1 parent 2e84ba6 commit 58f1466

File tree

5 files changed

+5
-79
lines changed

5 files changed

+5
-79
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ source "https://rubygems.org"
33
gem "jekyll", "~> 3.8.3"
44
gem "minima", "~> 2.5"
55
gem "html-proofer"
6+
gem "jekyll-sitemap"
67

78
# If you have any plugins, put them here
89
group :jekyll_plugins do

Gemfile.lock

+3
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ GEM
5050
sass (~> 3.4)
5151
jekyll-seo-tag (2.5.0)
5252
jekyll (~> 3.3)
53+
jekyll-sitemap (1.2.0)
54+
jekyll (~> 3.3)
5355
jekyll-watch (2.0.0)
5456
listen (~> 3.0)
5557
kramdown (1.17.0)
@@ -96,6 +98,7 @@ DEPENDENCIES
9698
html-proofer
9799
jekyll (~> 3.8.3)
98100
jekyll-feed (~> 0.6)
101+
jekyll-sitemap
99102
minima (~> 2.5)
100103
tzinfo-data
101104

_config.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ markdown: kramdown
99
theme: minima
1010
plugins:
1111
- jekyll-feed
12+
- jekyll-sitemap
1213

1314
exclude:
1415
- Gemfile
@@ -18,7 +19,5 @@ exclude:
1819
- vendor/cache/
1920
- vendor/gems/
2021
- vendor/ruby/
21-
- requirements.txt
2222
- LICENSE
23-
- scripts/
2423
- README.md

requirements.txt

-3
This file was deleted.

scripts/deploy.py

-74
This file was deleted.

0 commit comments

Comments
 (0)