forked from miguel/dejael10
primer commit
This commit is contained in:
commit
353239bda6
112 changed files with 7135 additions and 0 deletions
33
config/_default/params.toml
Normal file
33
config/_default/params.toml
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
# Homepage Config
|
||||
isSinglePage = true
|
||||
|
||||
# Meta Config
|
||||
description = "Hello"
|
||||
|
||||
# Header Configuration
|
||||
avatar = "img/logo.png"
|
||||
|
||||
#favicon
|
||||
favicon = "icons/favicon.ico"
|
||||
|
||||
# disqus is a comment system. see https://disqus.com
|
||||
disqusShortname = ""
|
||||
|
||||
[emoji]
|
||||
enableEmoji = true
|
||||
|
||||
# giscus is a comment system based on GitHub Discussions. see https://giscus.app
|
||||
[giscus]
|
||||
enable = false
|
||||
repo = ""
|
||||
repoId = ""
|
||||
category = "Announcements"
|
||||
categoryId = ""
|
||||
# mapping = "pathname" # comment value is the default value
|
||||
# strict = 0
|
||||
# reactionsEnabled = 1
|
||||
# emitMetadata = 0
|
||||
# inputPosition = "top"
|
||||
# theme = "light"
|
||||
# lang = "zh-CN"
|
||||
# lazyLoading = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue