Add exampleSite
This commit is contained in:
parent
6bb8705d8e
commit
43e1a2a044
7 changed files with 268 additions and 0 deletions
18
exampleSite/config.yaml
Normal file
18
exampleSite/config.yaml
Normal file
|
@ -0,0 +1,18 @@
|
|||
baseURL: http://example.org/
|
||||
languageCode: en-us
|
||||
title: "Toha"
|
||||
theme: "toha"
|
||||
|
||||
# Allow raw html in markdown file
|
||||
markup:
|
||||
goldmark:
|
||||
renderer:
|
||||
unsafe: true
|
||||
|
||||
# Enable Google Analytics
|
||||
# googleAnalytics: UA-12345
|
||||
|
||||
# Enable Disqus forum
|
||||
# disqusShortname: does-not-exist
|
||||
|
||||
# Enable global emoji support
|
Loading…
Add table
Add a link
Reference in a new issue