1- # ################### default parameters ################################
1+ # ################### default parameters ############################
22# favicon module: https://github.com/gethugothemes/hugo-modules/tree/master/images#favicon-implementation
33favicon = " images/favicon.png"
44# logo module: https://github.com/gethugothemes/hugo-modules/tree/master/images#logo-implementation
@@ -11,7 +11,7 @@ logo_height = "32px"
1111# if logo_webp set false, will not generate WEBP version of logo | default is true
1212logo_webp = true
1313# logo text will only show when logo is missing.
14- logo_text = " LiaScript "
14+ logo_text = " Hugoplate "
1515# navbar fixed to top
1616navbar_fixed = true
1717# theme-mode
@@ -52,16 +52,22 @@ show_description = true
5252show_tags = true
5353show_categories = true
5454
55+ # announcement
56+ # announcement module: https://github.com/gethugothemes/hugo-modules/tree/master/components/announcement
57+ [announcement ]
58+ enable = false
59+ expire_days = 7
60+ content = " You must replace the **baseURL** in **hugo.toml** file when deploying, you can manage this announcement from the **params.toml** file."
5561
5662# seo meta data for OpenGraph / Twitter Card
5763# seo module: https://github.com/gethugothemes/hugo-modules/tree/master/seo-tools/basic-seo
5864[metadata ]
5965keywords = [" LiaScript" , " Markdown" , " OER" , " Education" , " Open-courSe" ]
6066description = " Open Educational Resources made easy and decentralized. Create free and interactive online courses, based on an extended Markdown notation and share them on github ..."
6167author = " André Dietrich"
68+ twitter = " liascript"
6269image = " images/main.png"
6370
64-
6571# site verifications
6672# verification module: https://github.com/gethugothemes/hugo-modules/tree/master/seo-tools/site-verifications
6773[site_verification ]
@@ -79,6 +85,10 @@ expire_days = 60
7985content = " This site uses cookies. By continuing to use this website, you agree to their use."
8086button = " I Accept"
8187
88+ # diagrams
89+ [mermaid ]
90+ js_url = ' https://cdn.jsdelivr.net/npm/mermaid@latest/dist/mermaid.esm.min.mjs'
91+
8292# ####################### sidebar widgets #########################
8393[widgets ]
8494sidebar = [" categories" , " tags" ]
0 commit comments