File tree 4 files changed +24
-1
lines changed
4 files changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -3,3 +3,11 @@ source "https://rubygems.org"
3
3
git_source ( :github ) { |repo_name | "https://github.com/#{ repo_name } " }
4
4
5
5
gem 'jekyll'
6
+
7
+ group :jekyll_plugins do
8
+ gem 'jekyll-sitemap'
9
+
10
+ # No need this gem because we build by GitHub Actions and
11
+ # serve the built results (static files) on GitHub Pages.
12
+ # gem 'github-pages'
13
+ end
Original file line number Diff line number Diff line change 12
12
ffi (1.15.5 )
13
13
forwardable-extended (2.6.0 )
14
14
google-protobuf (3.21.12 )
15
+ google-protobuf (3.21.12-x86_64-linux )
15
16
http_parser.rb (0.8.0 )
16
17
i18n (1.12.0 )
17
18
concurrent-ruby (~> 1.0 )
33
34
webrick (~> 1.7 )
34
35
jekyll-sass-converter (3.0.0 )
35
36
sass-embedded (~> 1.54 )
37
+ jekyll-sitemap (1.4.0 )
38
+ jekyll (>= 3.7 , < 5.0 )
36
39
jekyll-watch (2.2.1 )
37
40
listen (~> 3.0 )
38
41
kramdown (2.4.0 )
@@ -68,6 +71,7 @@ PLATFORMS
68
71
69
72
DEPENDENCIES
70
73
jekyll
74
+ jekyll-sitemap
71
75
72
76
BUNDLED WITH
73
- 2.4.1
77
+ 2.3.26
Original file line number Diff line number Diff line change 2
2
url : " https://map.coderdojo.jp"
3
3
baseurl : " /" # the subpath of your site, e.g. /blog
4
4
5
+ # Build settings
6
+ plugins :
7
+ - jekyll-sitemap # This must be LAST to include contents generated by gems above
8
+
5
9
exclude :
6
10
- README.md
7
11
- LICENSE.md
Original file line number Diff line number Diff line change
1
+ # See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file
2
+ #
3
+ # To ban all spiders from the entire site uncomment the next two lines:
4
+ User-agent: *
5
+ Allow: /
6
+
7
+ Sitemap: https://map.coderdojo.jp/sitemap.xml
You can’t perform that action at this time.
0 commit comments