Files
website/themes/hugo-theme-monochrome/exampleSite/config/_default/params.toml
Simon Gardling 032679b34a setup
2023-10-11 17:38:05 -04:00

34 lines
679 B
TOML

navbar_title = 'Monochrome'
footer = "Copyright © 2021-2023 by kaiiiz"
author = "kaiiiz"
color_scheme = "light"
enable_zooming_js = true
enable_toc = true
enable_site_search = true
enable_math = false
# SEO
enable_open_graph = true
enable_twitter_cards = true
# Collapsible Menu
enable_collapsible_toc = false
enable_collapsible_changelogs = true
[list_layout]
enable_group_by_year = true
enable_show_date = true
enable_pagination = false
# syntax highlight settings
[syntax_highlight]
lib = "prism.js" # "builtin" | "prism.js"
[syntax_highlight.builtin]
enable_code_copy = true
[syntax_highlight.prism]
enable_code_copy = true
enable_line_no = false