Skip to content
This repository was archived by the owner on Jun 26, 2024. It is now read-only.

Commit 7031e38

Browse files
committed
config changes with jekyll update
1 parent 990a5cb commit 7031e38

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Gemfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
gem 'jekyll', '3.7.2'
3+
gem 'jekyll', '3.9.0'
44

55
group :jekyll_plugins do
66
gem 'jekyll-archives', '2.1.1'
@@ -10,4 +10,5 @@ group :jekyll_plugins do
1010
gem 'jekyll-sitemap', '1.2.0'
1111
gem 'jekyll-redirect-from', '0.14.0'
1212
gem "jekyll-polyglot", '1.3.1'
13+
gem "kramdown-parser-gfm"
1314
end

_config.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
title: FydeOS 文档中心
55
url: "https://faq.fydeos.com/"
6-
#baseurl: "https://fydeos.com/"
76
google_analytics_key: UA-74826425-9
87
disqus_shortname:
98
newsletter_action:
@@ -45,6 +44,10 @@ whitelist:
4544
- jekyll-redirect-from
4645

4746
exclude:
47+
- vendor/bundle/
48+
- vendor/cache/
49+
- vendor/gems/
50+
- vendor/ruby/
4851
- Gemfile
4952
- Gemfile.lock
5053
- README.md

0 commit comments

Comments
 (0)