Skip to content

Commit e94e305

Browse files
committed
Added asciidoc support
1 parent e0f7f20 commit e94e305

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

Gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ versions = JSON.parse(open('https://pages.github.com/versions.json').read)
77
gem 'github-pages', group: :jekyll_plugins
88
gem 'kramdown', ">= 2.3.1"
99
gem 'jekyll-seo-tag'
10+
11+
group :jekyll_plugins do
12+
gem 'jekyll-asciidoc'
13+
end

Gemfile.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ GEM
99
zeitwerk (~> 2.2, >= 2.2.2)
1010
addressable (2.7.0)
1111
public_suffix (>= 2.0.2, < 5.0)
12+
asciidoctor (2.0.16)
1213
coffee-script (2.4.1)
1314
coffee-script-source
1415
execjs
@@ -103,6 +104,9 @@ GEM
103104
pathutil (~> 0.9)
104105
rouge (>= 1.7, < 4)
105106
safe_yaml (~> 1.0)
107+
jekyll-asciidoc (3.0.0)
108+
asciidoctor (>= 1.5.0)
109+
jekyll (>= 3.0.0)
106110
jekyll-avatar (0.7.0)
107111
jekyll (>= 3.0, < 5.0)
108112
jekyll-coffeescript (1.1.1)
@@ -260,6 +264,7 @@ PLATFORMS
260264

261265
DEPENDENCIES
262266
github-pages
267+
jekyll-asciidoc
263268
jekyll-seo-tag
264269
kramdown (>= 2.3.1)
265270

_config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,15 @@ twitter_username: jandot
1010
permalink: /:year/:month/:title
1111
logo: /assets/vda-lab_logo.png
1212

13+
asciidoc: {}
14+
asciidoctor: {}
15+
1316
# Build settings
1417
markdown: kramdown
1518

1619
plugins:
1720
- jekyll-seo-tag
21+
- jekyll-asciidoc
1822

1923
exclude:
2024
- svelte-components

0 commit comments

Comments
 (0)