diff --git a/ci/dev.config.yml b/ci/dev.config.yml new file mode 100644 index 0000000..828b597 --- /dev/null +++ b/ci/dev.config.yml @@ -0,0 +1,69 @@ +baseURL: https://dev.apps.ad5001.eu +languageCode: en +title: Ad5001 Apps +theme: omegamma +copyright: Copyright © Ad5001 2021 +enableGitInfo: true + + +params: + brandWebsite: https://dev.ad5001.eu/ + websiteSource: https://git.ad5001.eu/Ad5001/apps.ad5001.eu + includeAppsStyle: true + +languages: + en: + languageName: English + menu: + main: + - identifier: apps + name: Apps + pre: + title: apps section + url: / + weight: 20 + - identifier: git + name: Git + pre: + title: git section + url: https://git.ad5001.eu + weight: 10 + - identifier: about + name: About + pre: + title: about section + url: https://ad5001.eu/about + weight: 0 + weight: 0 + fr: + languageName: Français + menu: + main: + - identifier: apps + name: Apps + pre: + title: apps list section + url: /fr/ + weight: 20 + - identifier: git + name: Git + pre: + title: git section + url: https://git.ad5001.eu + weight: 10 + - identifier: about + name: À propos + pre: + title: about section + url: https://ad5001.eu/fr/a-propos + weight: 0 + weight: 0 + +markup: + goldmark: + renderer: + hardWraps: false + unsafe: true + xhtml: false + + diff --git a/ci/drone.yml b/ci/drone.yml index 10bc276..1275122 100644 --- a/ci/drone.yml +++ b/ci/drone.yml @@ -25,7 +25,7 @@ steps: - name: Build dev.apps.ad5001.eu image: xdevbase/hugo-builder:latest commands: - - hugo -b https://dev.apps.ad5001.eu + - hugo --config ci/dev.config.yml when: event: [ push, tag ] branch: [ master ] @@ -68,7 +68,7 @@ steps: - name: Build apps.ad5001.eu image: xdevbase/hugo-builder:latest commands: - - hugo -b https://apps.ad5001.eu + - hugo when: event: [ push, tag ] branch: [ prod ] diff --git a/themes/omegamma b/themes/omegamma index 68acf33..451e314 160000 --- a/themes/omegamma +++ b/themes/omegamma @@ -1 +1 @@ -Subproject commit 68acf336b741a52f72968125ca91cf9f05b9cd65 +Subproject commit 451e314408f3497944a65f02815cbee589d3ab33