[wip] website redesign
I have to work on splitting commits in the future. ^^
This commit is contained in:
parent
c169972931
commit
33fb7cb34c
10 changed files with 86 additions and 42 deletions
17
config/_default/config.yaml
Normal file
17
config/_default/config.yaml
Normal file
|
@ -0,0 +1,17 @@
|
|||
baseURL: "https://vrifox.cc/"
|
||||
title: "Vris Cute Corner"
|
||||
enableRobotsTXT: true
|
||||
defaultContentLanguage: de
|
||||
markup:
|
||||
highlight:
|
||||
anchorLineNos: false
|
||||
lineNos: false
|
||||
lineNumbersInTable: false
|
||||
noClasses: false
|
||||
style: "dracula"
|
||||
tabWidth: 4
|
||||
goldmark:
|
||||
extensions:
|
||||
linkify: false
|
||||
renderer:
|
||||
unsafe: true
|
Loading…
Add table
Add a link
Reference in a new issue