This repository was archived by the owner on May 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,3 +5,5 @@ source 'https://rubygems.org'
55gem "github-pages" , group : :jekyll_plugins
66
77gem 'ruby_dep' , '~> 1.3.1'
8+ gem 'jekyll-sitemap'
9+ gem 'jekyll-feed'
Original file line number Diff line number Diff line change @@ -244,6 +244,8 @@ PLATFORMS
244244
245245DEPENDENCIES
246246 github-pages
247+ jekyll-feed
248+ jekyll-sitemap
247249 ruby_dep (~> 1.3.1 )
248250
249251BUNDLED WITH
Original file line number Diff line number Diff line change 33## Jekyll
44
55This site uses ** Jekyll static site generator** to easily create a theme.
6- You can run the local server using ` bundle exec jekyll serve ` .
6+ You can run the local server using ` bundle exec jekyll serve ` .
7+
8+ Jekyll auto-generates:
9+ * The website (in the _ site directory)
10+ * The ` sitemap.xml `
11+ * The ` atom.xml `
Original file line number Diff line number Diff line change 11# Dependencies
22theme : jekyll-theme-cayman
33
4+ # Providing atom.xml
5+ plugins :
6+ - jekyll-sitemap
7+ - jekyll-feed
8+
9+ # Used by "jekyll-sitemap" and "jekyll-feed"
10+ url : site.baseurl # the base hostname & protocol for your site
11+
12+ feed :
13+ path : atom.xml
14+
415# Social
516title : DockerWest — Easy docker images
617description : " Easy docker images"
7- authors : " Ike Devolder <BlackIkeEagle>, Pieter Meyvaert <Pegasuz> and other contributors"
18+ author : " Ike Devolder <BlackIkeEagle>, Pieter Meyvaert <Pegasuz> and other contributors"
819
920# Marketing
1021google_analytics : UA-100428460-1
Original file line number Diff line number Diff line change 11< meta charset ="utf-8 ">
22< meta name ="viewport " content ="width=device-width, initial-scale=1, shrink-to-fit=no ">
33< meta name ="description " content ="{{ page.description | default: site.description | smartify }} ">
4- < meta name ="author " content ="{{ site.authors }} ">
4+ < meta name ="author " content ="{{ site.author }} ">
55< meta name ="generator " content ="Jekyll v{{ jekyll.version }} ">
66
77< title >
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments