Skip to content

Commit c46179e

Browse files
committed
Add Jekyll plugin for GFM admonitions
1 parent 2ac3c9d commit c46179e

3 files changed

Lines changed: 11 additions & 0 deletions

File tree

docs/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ gem 'jekyll', '~>4'
44

55
group :jekyll_plugins do
66
gem 'just-the-docs','~>0'
7+
gem 'jekyll-gfm-admonitions'
78
end

docs/Gemfile.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ GEM
77
bigdecimal (3.1.9)
88
colorator (1.1.0)
99
concurrent-ruby (1.3.5)
10+
cssminify (1.0.2)
1011
csv (3.3.4)
1112
em-websocket (0.5.3)
1213
eventmachine (>= 0.12.9)
@@ -64,6 +65,10 @@ GEM
6465
safe_yaml (~> 1.0)
6566
terminal-table (>= 1.8, < 4.0)
6667
webrick (~> 1.7)
68+
jekyll-gfm-admonitions (1.2.0)
69+
cssminify (~> 1.0)
70+
jekyll (>= 3.0, < 5.0)
71+
octicons (~> 19.8)
6772
jekyll-include-cache (0.2.1)
6873
jekyll (>= 3.7, < 5.0)
6974
jekyll-sass-converter (3.1.0)
@@ -87,6 +92,7 @@ GEM
8792
rb-fsevent (~> 0.10, >= 0.10.3)
8893
rb-inotify (~> 0.9, >= 0.9.10)
8994
mercenary (0.4.0)
95+
octicons (19.21.2)
9096
pathutil (0.16.2)
9197
forwardable-extended (~> 2.6)
9298
public_suffix (6.0.2)
@@ -166,6 +172,7 @@ PLATFORMS
166172

167173
DEPENDENCIES
168174
jekyll (~> 4)
175+
jekyll-gfm-admonitions
169176
just-the-docs (~> 0)
170177

171178
BUNDLED WITH

docs/_config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ aux_links:
1313
aux_links_new_tab: true
1414

1515
logo: "https://raw.githubusercontent.com/UCL-ARC/python-tooling/main/images/logo.svg"
16+
17+
plugins:
18+
- jekyll-gfm-admonitions

0 commit comments

Comments
 (0)