forked from functor.systems/website
feat: use latex hugo template
This commit is contained in:
parent
1d12f5614d
commit
9004c27ceb
56 changed files with 1666 additions and 2 deletions
25
site/hugo.toml
Normal file
25
site/hugo.toml
Normal file
|
@ -0,0 +1,25 @@
|
|||
baseURL = "https://functor.systems"
|
||||
title = "functor.systems"
|
||||
languageCode = "en"
|
||||
DefaultContentLanguage = "en"
|
||||
enableInlineShortcodes = true
|
||||
footnoteReturnLinkContents = "^"
|
||||
|
||||
[pagination]
|
||||
pagerSize = 3
|
||||
|
||||
[taxonomies]
|
||||
category = "categories"
|
||||
tag = "tags"
|
||||
series = "series"
|
||||
|
||||
[markup]
|
||||
[markup.goldmark]
|
||||
[markup.goldmark.renderer]
|
||||
unsafe = true
|
||||
[markup.highlight]
|
||||
style = "paraiso-dark"
|
||||
|
||||
[Params]
|
||||
twittercard = true
|
||||
opengraph = true
|
Loading…
Add table
Add a link
Reference in a new issue