File tree Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ gem "just-the-docs", "0.5.4" # pinned to the current release
6
6
7
7
group :jekyll_plugins do
8
8
gem "jekyll-polyglot"
9
+ gem "jekyll-seo-tag"
9
10
gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2
10
11
gem "base64" , "~> 0.2.0"
11
12
end
Original file line number Diff line number Diff line change @@ -11,10 +11,32 @@ theme: just-the-docs
11
11
# urls
12
12
13
13
repository : BIRDSOpenSource/BIRDSOpenSource.github.io/ # for github-metadata
14
+ baseurl : " " # the subpath of your site, e.g. /blog
14
15
url : https://birdsopensource.github.io/
15
16
logo : " /assets/images/birds-logo-light.png" # Set a path/url to a logo that will be displayed instead of the title
16
17
favicon_ico : " /assets/images/favicon.ico" # Set a path/url to a favicon that will be displayed by the browser
17
18
19
+ exclude :
20
+ # from https://github.com/jekyll/jekyll/blob/master/lib/site_template/_config.yml:
21
+ - .sass-cache/
22
+ - .jekyll-cache/
23
+ - gemfiles/
24
+ - Gemfile
25
+ - Gemfile.lock
26
+ - node_modules/
27
+ - vendor/bundle/
28
+ - vendor/cache/
29
+ - vendor/gems/
30
+ - vendor/ruby/
31
+ # specific to the theme website:
32
+ - bin/
33
+ - lib/
34
+ - " *.gemspec"
35
+ - " *.gem"
36
+ - LICENSE.txt
37
+ - README.md
38
+
39
+
18
40
# Enable or disable the site search
19
41
# Supports true (default) or false
20
42
search_enabled : true
@@ -162,4 +184,11 @@ language_labels:
162
184
en : English
163
185
jp : 日本語
164
186
sass :
165
- sourcemap : never
187
+ sourcemap : never
188
+
189
+
190
+ plugins :
191
+ - jekyll-seo-tag
192
+ - jekyll-github-metadata
193
+ - jekyll-include-cache
194
+ - jekyll-sitemap
You can’t perform that action at this time.
0 commit comments