minor tweaks
This commit is contained in:
parent
124fca2db7
commit
207e0f00f6
11
_config.yaml
11
_config.yaml
@ -44,6 +44,11 @@ license:
|
|||||||
# timezone
|
# timezone
|
||||||
tz: America/New York
|
tz: America/New York
|
||||||
|
|
||||||
|
#
|
||||||
|
jekyll_theme_isabelline:
|
||||||
|
name: Jekyll theme «Isabelline»
|
||||||
|
url: https://github.com/rzen/jekyll-theme-isabelline
|
||||||
|
|
||||||
# used for edit link in the footer
|
# used for edit link in the footer
|
||||||
# leave blank to disable edit link
|
# leave blank to disable edit link
|
||||||
# TODO: optional
|
# TODO: optional
|
||||||
@ -67,7 +72,7 @@ collections:
|
|||||||
permalink: /link/:title/
|
permalink: /link/:title/
|
||||||
output: true
|
output: true
|
||||||
posts:
|
posts:
|
||||||
permalink: /post/:title/
|
# permalink: /post/:title/
|
||||||
output: true
|
output: true
|
||||||
pages:
|
pages:
|
||||||
permalink: /:title/
|
permalink: /:title/
|
||||||
@ -106,7 +111,7 @@ tag_page_dir: tags
|
|||||||
# a superset flavor of Markdown
|
# a superset flavor of Markdown
|
||||||
# https://kramdown.gettalong.org
|
# https://kramdown.gettalong.org
|
||||||
kramdown:
|
kramdown:
|
||||||
auto_ids: false
|
auto_ids: true
|
||||||
syntax_highlighter_opts:
|
syntax_highlighter_opts:
|
||||||
block:
|
block:
|
||||||
default_lang: javascript
|
default_lang: javascript
|
||||||
@ -127,4 +132,4 @@ sass:
|
|||||||
# include: ["_pages", "_blog", ]
|
# include: ["_pages", "_blog", ]
|
||||||
|
|
||||||
# dont move the following to _site/
|
# dont move the following to _site/
|
||||||
exclude: ["docker-compose.yaml", "Gemfile.lock", "Gemfile"]
|
exclude: ["docker-compose.yaml", "Gemfile.lock", "Gemfile", "*.gem"]
|
Loading…
Reference in New Issue
Block a user