Convert site config to YAML and move it to config/
Keep the old site config.toml around just in case.
This commit is contained in:
parent
e4d8ebcd58
commit
be6c69c9d6
14 changed files with 53 additions and 0 deletions
5
config/_default/markup.yaml
Normal file
5
config/_default/markup.yaml
Normal file
|
@ -0,0 +1,5 @@
|
|||
highlight:
|
||||
anchorLineNos: true
|
||||
lineNos: true
|
||||
lineNumbersInTable: false
|
||||
noClasses: false
|
Loading…
Add table
Add a link
Reference in a new issue