Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds sitemap #49

Merged
merged 2 commits into from Jun 2, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -21,6 +21,7 @@ group :jekyll_plugins do
gem "just-the-docs"
gem 'jekyll-seo-tag'
gem 'jekyll-last-modified-at'
gem 'jekyll-sitemap'
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Expand Up @@ -36,6 +36,8 @@ GEM
sass (~> 3.4)
jekyll-seo-tag (2.6.1)
jekyll (>= 3.3, < 5.0)
jekyll-sitemap (1.3.1)
jekyll (>= 3.7, < 5.0)
jekyll-timeago (0.12.3)
mini_i18n (>= 0.8.0)
jekyll-watch (2.2.1)
Expand Down Expand Up @@ -77,6 +79,7 @@ DEPENDENCIES
jekyll-feed (~> 0.6)
jekyll-last-modified-at
jekyll-seo-tag
jekyll-sitemap
jekyll-timeago
just-the-docs
tzinfo-data
Expand Down
1 change: 1 addition & 0 deletions _config.yml
Expand Up @@ -10,6 +10,7 @@ plugins:
- jekyll-timeago
- jekyll-seo-tag
- jekyll-last-modified-at
- jekyll-sitemap
exclude:
- Gemfile
- Gemfile.lock
Expand Down
13 changes: 13 additions & 0 deletions humans.txt
@@ -0,0 +1,13 @@
/* TEAM */

Name: John Michael Ferraris
GitHub: @jhnferraris

Name: Nemo
Contact: endoflife.date [at] captnemo.in
GitHub: @captn3m0

More: https://github.com/captn3m0/endoflife.date/graphs/contributors

/* SITE */
Tools: Jekyll, Netlify, GitHub, Ruby
3 changes: 3 additions & 0 deletions robots.txt
@@ -0,0 +1,3 @@
User-Agent: *
Allow: /
Sitemap: https://endoflife.date/sitemap.xml