Skip to content

Commit

Permalink
Add sitemap, cleanup unused python code
Browse files Browse the repository at this point in the history
  • Loading branch information
acoburn committed Nov 5, 2018
1 parent 2e84ba6 commit 58f1466
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 79 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ source "https://rubygems.org"
gem "jekyll", "~> 3.8.3"
gem "minima", "~> 2.5"
gem "html-proofer"
gem "jekyll-sitemap"

# If you have any plugins, put them here
group :jekyll_plugins do
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ GEM
sass (~> 3.4)
jekyll-seo-tag (2.5.0)
jekyll (~> 3.3)
jekyll-sitemap (1.2.0)
jekyll (~> 3.3)
jekyll-watch (2.0.0)
listen (~> 3.0)
kramdown (1.17.0)
Expand Down Expand Up @@ -96,6 +98,7 @@ DEPENDENCIES
html-proofer
jekyll (~> 3.8.3)
jekyll-feed (~> 0.6)
jekyll-sitemap
minima (~> 2.5)
tzinfo-data

Expand Down
3 changes: 1 addition & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ markdown: kramdown
theme: minima
plugins:
- jekyll-feed
- jekyll-sitemap

exclude:
- Gemfile
Expand All @@ -18,7 +19,5 @@ exclude:
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- requirements.txt
- LICENSE
- scripts/
- README.md
3 changes: 0 additions & 3 deletions requirements.txt

This file was deleted.

74 changes: 0 additions & 74 deletions scripts/deploy.py

This file was deleted.

0 comments on commit 58f1466

Please sign in to comment.