Skip to content

Commit 7f2a7dc

Browse files
authored
doc: add download page (#1470)
1 parent 7ede6ee commit 7f2a7dc

8 files changed

Lines changed: 688 additions & 2 deletions

File tree

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
source 'https://rubygems.org'
22
gem 'jekyll', '~> 4.2'
3-
gem 'rouge', '~> 3.26'
3+
gem 'rouge', '~> 3.26'
4+
gem 'jekyll-gfm-admonitions', '~> 1.2'

conf/_config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ keep_files: [".git", ".svn", "wiki-images", "images", "downloads"]
4848
lsi: false # don't produce an index for related posts
4949
safe: false # disables plugins
5050

51+
plugins:
52+
- jekyll-gfm-admonitions
53+
5154
markdown: kramdown
5255

5356
highlighter: rouge

0 commit comments

Comments
 (0)