Skip to content

Commit e159813

Browse files
committed
ll
1 parent 370ca7e commit e159813

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ gem "just-the-docs", "0.5.4" # pinned to the current release
66

77
group :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"
1112
end

_config.yml

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,32 @@ theme: just-the-docs
1111
# urls
1212

1313
repository: BIRDSOpenSource/BIRDSOpenSource.github.io/ # for github-metadata
14+
baseurl: "" # the subpath of your site, e.g. /blog
1415
url: https://birdsopensource.github.io/
1516
logo: "/assets/images/birds-logo-light.png" # Set a path/url to a logo that will be displayed instead of the title
1617
favicon_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
2042
search_enabled: true
@@ -162,4 +184,11 @@ language_labels:
162184
en: English
163185
jp: 日本語
164186
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

0 commit comments

Comments
 (0)