File tree 4 files changed +16
-1
lines changed
4 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -2,3 +2,5 @@ source 'https://rubygems.org'
2
2
gem 'github-pages' , group : :jekyll_plugins
3
3
gem 'just-the-docs'
4
4
gem "webrick" , "~> 1.8"
5
+ gem 'jekyll-sitemap'
6
+ gem 'jekyll-seo-tag'
Original file line number Diff line number Diff line change @@ -261,6 +261,8 @@ PLATFORMS
261
261
262
262
DEPENDENCIES
263
263
github-pages
264
+ jekyll-seo-tag
265
+ jekyll-sitemap
264
266
just-the-docs
265
267
webrick (~> 1.8 )
266
268
Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ defaults:
27
27
path : " "
28
28
values :
29
29
image : https://docs.lakefs.io/assets/img/docs_logo.png
30
+ - scope :
31
+ path : " assets"
32
+ values :
33
+ sitemap : false
30
34
31
35
# general config
32
36
repository : treeverse/lakeFS
36
40
plugins :
37
41
- jekyll-redirect-from
38
42
- jekyll-seo-tag
43
+ - jekyll-sitemap
39
44
40
45
exclude :
41
46
- howto/deploy/includes
@@ -120,4 +125,4 @@ callouts:
120
125
tip :
121
126
color : green
122
127
fubar :
123
- color : purple
128
+ color : purple
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : null
3
+ sitemap : false
4
+ ---
5
+ User-agent: *
6
+ Sitemap: {{ site .url }}/sitemap.xml
You can’t perform that action at this time.
0 commit comments