Chore: convert toml to yaml

This commit is contained in:
Dorian Zedler 2022-08-07 10:32:20 +02:00
parent 09fad4e5ba
commit 889078a6f8
Signed by: dorian
GPG key ID: 989DE36109AFA354
7 changed files with 52 additions and 44 deletions

View file

@ -26,7 +26,7 @@ steps:
- name: build
image: klakegg/hugo:ext-alpine-ci
commands:
- hugo --config config.dev.toml --minify
- hugo --config config.dev.yaml --minify
- rm public/.domains
- name: publish

View file

@ -1,14 +0,0 @@
baseURL = "https://itsblue-development.itsblue.online/itsblue-website/@pages-dev"
defaultContentLanguage = "en"
title = "Itsblue"
theme = "quark-hugo"
[params]
gridSize = "grid-lg"
[languages]
[languages.de]
[languages.en]
[markup.goldmark.renderer]
unsafe= true

18
config.dev.yaml Normal file
View file

@ -0,0 +1,18 @@
baseURL: "https://itsblue-development.itsblue.online/itsblue-website/@pages-dev"
defaultContentLanguage: "en"
title: "Itsblue"
theme: "quark-hugo"
params:
gridSize: "grid-lg"
languages:
de:
title: "Itsblue"
en:
title: "Itsblue"
markup:
goldmark:
renderer:
unsafe: true

View file

@ -1,14 +0,0 @@
baseURL = "https://itsblue.de/"
defaultContentLanguage = "en"
title = "Itsblue"
theme = "quark-hugo"
[params]
gridSize = "grid-lg"
[languages]
[languages.de]
[languages.en]
[markup.goldmark.renderer]
unsafe= true

18
config.yaml Normal file
View file

@ -0,0 +1,18 @@
baseURL: "https://itsblue.de/"
defaultContentLanguage: "en"
title: "Itsblue"
theme: "quark-hugo"
params:
gridSize: "grid-lg"
languages:
de:
title: "Itsblue"
en:
title: "Itsblue"
markup:
goldmark:
renderer:
unsafe: true

View file

@ -1,15 +0,0 @@
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
name = "Quark Hugo"
license = "GPLv3"
licenselink = "https://github.com/dorianim/quark-hugo-theme/blob/master/LICENSE"
description = "Clone of the Quark theme for Grav (https://github.com/getgrav/grav-theme-quark)"
homepage = "https://github.com/dorianim/quark-hugo-theme"
tags = []
features = []
min_version = "0.80.0"
[author]
name = "Dorian Zedler <mail@dorian.im>"
homepage = "https://dorian.im"

View file

@ -0,0 +1,15 @@
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
name: "Quark Hugo"
license: "GPLv3"
licenselink: "https://github.com/dorianim/quark-hugo-theme/blob/master/LICENSE"
description: "Clone of the Quark theme for Grav (https://github.com/getgrav/grav-theme-quark)"
homepage: "https://github.com/dorianim/quark-hugo-theme"
tags: []
features: []
min_version: "0.80.0"
author:
name: "Dorian Zedler <mail@dorian.im>"
homepage: "https://dorian.im"