Skip to content
Snippets Groups Projects
Select Git revision
  • FAQ
  • master default protected
  • site_url
  • sislam2-master-patch-51693
  • test
  • good-hcc-practice-rep-workflow
  • data_share
  • ipynb-doc
  • hchen2016-faq-home-is-full
  • sislam2-master-patch-86974
  • atticguidelines
  • rclone-fix
  • UNL_OneDrive
  • globus-auto-backups
  • RDPv10
15 results

config.toml

Blame
  • config.toml 1.40 KiB
    #baseURL = "http://hcc-docs.unl.edu/"
    languageCode = "en-us"
    title = "HCC-DOCS"
    theme = "docdock"
    contentdir    = "content"
    layoutdir     = "layouts"
    publishdir    = "public"
    baseURL = "/"
    canonifyURLs = "true"
    relativeURLs = "true"
    
    DefaultContentLanguage = "en"
    pygmentsCodeFences = true
    pygmentsStyle = "monokailight"
    
    defaultContentLanguage = "en"
    defaultContentLanguageInSubdir= false
    enableMissingTranslationPlaceholders = false
    
    [params]
    editURL = "https://git.unl.edu/hcc/hcc-docs/edit/master/content/"
    showVisitedLinks = true # default is false
    themeStyle = "original" # "original" or "flex" # default "flex"
    themeVariant = "blue" # choose theme variant "green", "gold" , "gray", "blue" (default)
    ordersectionsby = "weight" # ordersectionsby = "title"
    disableHomeIcon = false # default is false
    disableSearch = false # default is false
    disableNavChevron = false # set true to hide next/prev chevron, default is false
    highlightClientSide = false # set true to use highlight.pack.js instead of the default hugo chroma highlighter
    menushortcutsnewtab = true # set true to open shortcuts links to a new tab/window
    enableGitInfo = true
    
    [outputs]
    home = [ "HTML", "RSS", "JSON"]
    
    
    [[menu.shortcuts]]
    name = "hcc.unl.edu"
    identifier = "ds"
    url = "https://hcc.unl.edu"
    weight = 10
    
    # Hugo v0.60+ switched renderer from blackfriday to goldmark
    # - Allow unsafe for docdock template rendering
    [markup.goldmark.renderer]
    unsafe = true