File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -7,3 +7,7 @@ versions = JSON.parse(open('https://pages.github.com/versions.json').read)
7
7
gem 'github-pages' , group : :jekyll_plugins
8
8
gem 'kramdown' , ">= 2.3.1"
9
9
gem 'jekyll-seo-tag'
10
+
11
+ group :jekyll_plugins do
12
+ gem 'jekyll-asciidoc'
13
+ end
Original file line number Diff line number Diff line change 9
9
zeitwerk (~> 2.2 , >= 2.2.2 )
10
10
addressable (2.7.0 )
11
11
public_suffix (>= 2.0.2 , < 5.0 )
12
+ asciidoctor (2.0.16 )
12
13
coffee-script (2.4.1 )
13
14
coffee-script-source
14
15
execjs
103
104
pathutil (~> 0.9 )
104
105
rouge (>= 1.7 , < 4 )
105
106
safe_yaml (~> 1.0 )
107
+ jekyll-asciidoc (3.0.0 )
108
+ asciidoctor (>= 1.5.0 )
109
+ jekyll (>= 3.0.0 )
106
110
jekyll-avatar (0.7.0 )
107
111
jekyll (>= 3.0 , < 5.0 )
108
112
jekyll-coffeescript (1.1.1 )
@@ -260,6 +264,7 @@ PLATFORMS
260
264
261
265
DEPENDENCIES
262
266
github-pages
267
+ jekyll-asciidoc
263
268
jekyll-seo-tag
264
269
kramdown (>= 2.3.1 )
265
270
Original file line number Diff line number Diff line change @@ -10,11 +10,15 @@ twitter_username: jandot
10
10
permalink : /:year/:month/:title
11
11
logo : /assets/vda-lab_logo.png
12
12
13
+ asciidoc : {}
14
+ asciidoctor : {}
15
+
13
16
# Build settings
14
17
markdown : kramdown
15
18
16
19
plugins :
17
20
- jekyll-seo-tag
21
+ - jekyll-asciidoc
18
22
19
23
exclude :
20
24
- svelte-components
You can’t perform that action at this time.
0 commit comments