Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
|
7fbdc38681 |
1 changed files with 13 additions and 0 deletions
13
exampleSiteMultilingual/hugo.minimal.toml
Normal file
13
exampleSiteMultilingual/hugo.minimal.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
baseURL = "https://hugo-theme-anubis2.netlify.app/"
|
||||
languageCode = "en-us"
|
||||
theme = "anubis2"
|
||||
title = "Anubis2 Demo Site"
|
||||
|
||||
[params.author]
|
||||
name = "Junyi"
|
||||
|
||||
[markup.goldmark.renderer]
|
||||
unsafe = true # true | false; Enable unsafe mode to have a better experience
|
||||
|
||||
[markup.highlight]
|
||||
style = 'base16-snazzy' # Highlight.js style
|
Loading…
Add table
Add a link
Reference in a new issue