humrochagf / colordrop

Customizable, monochromatic and minimalist hugo theme for personal blogs
MIT License
21 stars 6 forks source link

Error in build #1

Closed yndrelbosch closed 3 years ago

yndrelbosch commented 4 years ago

Error: "config.toml:1:1": unmarshal failed: Near line 0 (last key parsed ''): bare keys cannot contain ':'

I used the default config from the example site:

`baseURL: https://example.com languageCode: en-us title: Colordrop Theme theme: colordrop

author: name: Author Name job: Developer image: profile.png github: github twitter: twitter linkedin: linkedin

taxonomies: tag: tags

menu: main:

params: description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam sagittis velit luctus felis tristique eleifend. Maecenas suscipit orci eget metus eleifend lobortis in vitae nisl. Nulla ultrices blandit diam, non. siteLogo: profile.png themeColor: "#000000" themeInverseColor: "#ffffff"

license: name: Attribuition-ShareAlike type: by-sa version: "4.0" locale: en size: 88x31

languages: en: languageName: English weight: 1 pt-br: languageName: Português Brasileiro weight: 2 params: license: name: Atribuição-CompartilhaIgual type: by-sa version: "4.0" locale: pt_BR size: 88x31 fr: languageName: Français weight: 3 params: license: name: Attribution - Partage dans les Mêmes Conditions type: by-sa version: "4.0" locale: fr size: 88x31 `

humrochagf commented 3 years ago

Hi, sorry for the huge delay in the reply, I was totally out from GH for a while...

About the error, you need to save this file with an extension .yaml because the configuration is in yaml format. You probably saved it as .toml that's why you are getting toml parsing errors.