Updating omegamma, using custom config for dev environment.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c14aff87d2
commit
f99bfbf833
3 changed files with 72 additions and 3 deletions
69
ci/dev.config.yml
Normal file
69
ci/dev.config.yml
Normal file
|
@ -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: <i class="icon-apps icon-as-text" alt="apps icon"></i>
|
||||||
|
title: apps section
|
||||||
|
url: /
|
||||||
|
weight: 20
|
||||||
|
- identifier: git
|
||||||
|
name: Git
|
||||||
|
pre: <i class="icon-git icon-as-text" alt="git icon"></i>
|
||||||
|
title: git section
|
||||||
|
url: https://git.ad5001.eu
|
||||||
|
weight: 10
|
||||||
|
- identifier: about
|
||||||
|
name: About
|
||||||
|
pre: <i class="icon-about icon-as-text" alt="about icon"></i>
|
||||||
|
title: about section
|
||||||
|
url: https://ad5001.eu/about
|
||||||
|
weight: 0
|
||||||
|
weight: 0
|
||||||
|
fr:
|
||||||
|
languageName: Français
|
||||||
|
menu:
|
||||||
|
main:
|
||||||
|
- identifier: apps
|
||||||
|
name: Apps
|
||||||
|
pre: <i class="icon-apps icon-as-text" alt="apps icon"></i>
|
||||||
|
title: apps list section
|
||||||
|
url: /fr/
|
||||||
|
weight: 20
|
||||||
|
- identifier: git
|
||||||
|
name: Git
|
||||||
|
pre: <i class="icon-git icon-as-text" alt="git icon"></i>
|
||||||
|
title: git section
|
||||||
|
url: https://git.ad5001.eu
|
||||||
|
weight: 10
|
||||||
|
- identifier: about
|
||||||
|
name: À propos
|
||||||
|
pre: <i class="icon-about icon-as-text" alt="about icon"></i>
|
||||||
|
title: about section
|
||||||
|
url: https://ad5001.eu/fr/a-propos
|
||||||
|
weight: 0
|
||||||
|
weight: 0
|
||||||
|
|
||||||
|
markup:
|
||||||
|
goldmark:
|
||||||
|
renderer:
|
||||||
|
hardWraps: false
|
||||||
|
unsafe: true
|
||||||
|
xhtml: false
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@ steps:
|
||||||
- name: Build dev.apps.ad5001.eu
|
- name: Build dev.apps.ad5001.eu
|
||||||
image: xdevbase/hugo-builder:latest
|
image: xdevbase/hugo-builder:latest
|
||||||
commands:
|
commands:
|
||||||
- hugo -b https://dev.apps.ad5001.eu
|
- hugo --config ci/dev.config.yml
|
||||||
when:
|
when:
|
||||||
event: [ push, tag ]
|
event: [ push, tag ]
|
||||||
branch: [ master ]
|
branch: [ master ]
|
||||||
|
@ -68,7 +68,7 @@ steps:
|
||||||
- name: Build apps.ad5001.eu
|
- name: Build apps.ad5001.eu
|
||||||
image: xdevbase/hugo-builder:latest
|
image: xdevbase/hugo-builder:latest
|
||||||
commands:
|
commands:
|
||||||
- hugo -b https://apps.ad5001.eu
|
- hugo
|
||||||
when:
|
when:
|
||||||
event: [ push, tag ]
|
event: [ push, tag ]
|
||||||
branch: [ prod ]
|
branch: [ prod ]
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 68acf336b741a52f72968125ca91cf9f05b9cd65
|
Subproject commit 451e314408f3497944a65f02815cbee589d3ab33
|
Loading…
Reference in a new issue