File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
66
77group :jekyll_plugins do
88 gem "jekyll-polyglot"
9+ gem "jekyll-seo-tag"
910 gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2
1011 gem "base64" , "~> 0.2.0"
1112end
Original file line number Diff line number Diff line change @@ -11,10 +11,32 @@ theme: just-the-docs
1111# urls
1212
1313repository : BIRDSOpenSource/BIRDSOpenSource.github.io/ # for github-metadata
14+ baseurl : " " # the subpath of your site, e.g. /blog
1415url : https://birdsopensource.github.io/
1516logo : " /assets/images/birds-logo-light.png" # Set a path/url to a logo that will be displayed instead of the title
1617favicon_ico : " /assets/images/favicon.ico" # Set a path/url to a favicon that will be displayed by the browser
1718
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+
1840# Enable or disable the site search
1941# Supports true (default) or false
2042search_enabled : true
@@ -162,4 +184,11 @@ language_labels:
162184 en : English
163185 jp : 日本語
164186sass :
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