24 lines
483 B
YAML
24 lines
483 B
YAML
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-xxxxxxxx
|
|
|
|
# Enable Disqus forum
|
|
disqusShortname: does-not-exist
|
|
|
|
# Enable global emoji support
|
|
enableEmoji: true
|
|
|
|
# Custom parameters
|
|
params:
|
|
# Github Repo URL. This is used to add "Improve This Page" button
|
|
gitRepo: https://github.com/hossainemruz/toha-example-site
|