hugo

Fork of github.com/gohugoio/hugo with reverse pagination support

git clone git://git.shimmy1996.com/hugo.git

markup.toml (515B)

    1 defaultMarkdownHandler = "goldmark"
    2 
    3 [goldmark]
    4 [goldmark.extensions]
    5 definitionList = true
    6 footnote = true
    7 linkify = true
    8 strikethrough = true
    9 table = true
   10 taskList = true
   11 typographer = true
   12 [goldmark.parser]
   13 autoHeadingID = true
   14 autoHeadingIDType = "github"
   15 [goldmark.parser.attribute]
   16 block = true
   17 title = true
   18 [goldmark.renderer]
   19 hardWraps = false
   20 unsafe = false
   21 xhtml = false
   22 
   23 [highlight]
   24 style = "trac"
   25 lineNumbersInTable = true
   26 noClasses = false
   27 
   28 [tableOfContents]
   29 endLevel = 2
   30 ordered = false
   31 startLevel = 2