modules: update - get workaround for Hugo remote figure error

And convert remaining Demo config from TOML to YAML
This commit is contained in:
George Cushen
2021-03-03 11:31:09 +00:00
parent 2f1e18c8f9
commit e7d2b2322c
12 changed files with 222 additions and 369 deletions

View File

@@ -0,0 +1,22 @@
# Languages
# Create a section for each of your site's languages.
# Documentation: https://wowchemy.com/docs/guide/language/
# Default language
en:
languageCode: en-us
# Uncomment for multi-lingual sites, and move English content into `en` sub-folder.
#contentDir: content/en
# Uncomment the lines below to configure your website in a second language.
#zh:
# languageCode: zh-Hans
# contentDir: content/zh
# title: Chinese website title...
# params:
# description: Site description in Chinese...
# menu:
# main:
# - name: 传
# url: '#about'
# weight: 1