File tree 4 files changed +22
-39
lines changed
4 files changed +22
-39
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ gem "minima", "~> 2.0"
21
21
group :jekyll_plugins do
22
22
gem "jekyll-feed" , "~> 0.17"
23
23
gem 'jekyll-postcss-v2'
24
+ gem "jekyll-sitemap"
24
25
end
25
26
26
27
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
Original file line number Diff line number Diff line change 48
48
sass-embedded (~> 1.75 )
49
49
jekyll-seo-tag (2.6.1 )
50
50
jekyll (>= 3.3 , < 5.0 )
51
+ jekyll-sitemap (1.4.0 )
52
+ jekyll (>= 3.7 , < 5.0 )
51
53
jekyll-watch (2.2.1 )
52
54
listen (~> 3.0 )
53
55
json (2.10.1 )
@@ -93,6 +95,7 @@ DEPENDENCIES
93
95
jekyll-feed (~> 0.17 )
94
96
jekyll-postcss-v2
95
97
jekyll-redirect-from (~> 0.15.0 )
98
+ jekyll-sitemap
96
99
minima (~> 2.0 )
97
100
rexml
98
101
tzinfo-data
Original file line number Diff line number Diff line change @@ -11,9 +11,20 @@ exclude:
11
11
- postcss.config.js
12
12
- tailwind.config.js
13
13
14
+ url : " https://fsharp.org"
15
+
14
16
gems :
15
17
- jekyll-redirect-from
16
18
19
+
20
+ # Note: individual pages can be excluded from sitemap by including
21
+ # `sitemap: false` in the frontmatter.
22
+ # Glob excludes can be achieved with the `defaults` setting in
23
+ # this config file
24
+ # See: https://github.com/jekyll/jekyll-sitemap
25
+ plugins :
26
+ - jekyll-sitemap
27
+
17
28
collections :
18
29
testimonials :
19
30
output : false
@@ -22,6 +33,13 @@ collections:
22
33
output : false
23
34
sort_by : order
24
35
excerpt_enabled : false
36
+
37
+ defaults :
38
+ -
39
+ scope :
40
+ path : " archive/**/*"
41
+ values :
42
+ sitemap : false
25
43
26
44
27
45
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments