File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,12 @@ urlimg: 'https://phlow.github.io/feeling-responsive/images/'
4444# Logo size is 600x80 pixels
4545logo : " logo.png"
4646
47+ # Gems
48+ gems :
49+ - jekyll-asciidoc
50+ - jekyll-gist
51+ - jekyll-paginate
52+
4753
4854# ____ _ __ _
4955# / __ \____ _____ _(_)___ ____ _/ /_(_)___ ____
@@ -52,16 +58,10 @@ logo: "logo.png"
5258# /_/ \__,_/\__, /_/_/ /_/\__,_/\__/_/\____/_/ /_/
5359# /____/
5460#
55- gems :
56- - jekyll-asciidoc
57- - jekyll-gist
58- - jekyll-paginate
5961paginate : 5 # Paginates all X entries
6062paginate_path : " blog/page:num" # Pagination path › Important for blog page in /blog/ to work
6163
6264
63-
64-
6565# Theme works best with Kramdown (using the table of contents function)
6666markdown : kramdown
6767permalink : /:categories/:title/
@@ -254,6 +254,7 @@ google_analytics_tracking_id: UA-60112281-1
254254# / ___ |(__ ) /__/ / /_/ / /_/ / /__/ /_/ /_/ / /
255255# /_/ |_/____/\___/_/\__,_/\____/\___/\__/\____/_/
256256#
257+ # https://github.com/asciidoctor/jekyll-asciidoc
257258# https://github.com/asciidoctor
258259#
259260
You can’t perform that action at this time.
0 commit comments