update exampleSite
This commit is contained in:
parent
0bd1e928e6
commit
0a2baf0d55
|
@ -12,11 +12,12 @@ notAllowedTypesInHome = ["contact", "talks", "about", "showcase", "publication",
|
||||||
notAllowedTypesInHomeSidebar = ["about", "archive", "showcase", "publication", "presentation", "resume"]
|
notAllowedTypesInHomeSidebar = ["about", "archive", "showcase", "publication", "presentation", "resume"]
|
||||||
notAllowedTypesInArchive = ["about", "talks", "showcase", "publication", "presentation", "resume"]
|
notAllowedTypesInArchive = ["about", "talks", "showcase", "publication", "presentation", "resume"]
|
||||||
notAllowedTypesInHomeFeed = ["about", "archive", "contact", "talks", "showcase", "publication", "presentation", "resume", "gallery"]
|
notAllowedTypesInHomeFeed = ["about", "archive", "contact", "talks", "showcase", "publication", "presentation", "resume", "gallery"]
|
||||||
enablePinnedPosts = true
|
|
||||||
|
|
||||||
viewportSize = "normal" # widest, wider, wide, normal, narrow
|
viewportSize = "normal" # widest, wider, wide, normal, narrow
|
||||||
enableUiAnimation = true
|
enableUiAnimation = true
|
||||||
hideSingleContentsWhenJSDisabled = false
|
hideSingleContentsWhenJSDisabled = false
|
||||||
|
enablePinnedPosts = true
|
||||||
|
minItemsToShowInTagCloud = 1 # Minimum items to show in tag cloud
|
||||||
|
|
||||||
# header
|
# header
|
||||||
homeHeaderType = "text" # text, img, slide
|
homeHeaderType = "text" # text, img, slide
|
||||||
|
|
Loading…
Reference in New Issue