Trying new method via SCP, automated building, and less server side configuration necessary.
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
f12248bf01
commit
6f023813be
4 changed files with 62 additions and 110 deletions
|
@ -1,72 +0,0 @@
|
|||
baseURL: https://dev.ad5001.eu
|
||||
languageCode: en
|
||||
title: Ad5001
|
||||
theme: Omegamma
|
||||
copyright: Copyright © Ad5001 2021
|
||||
enableGitInfo: "true"
|
||||
|
||||
frontmatter:
|
||||
date: ["date", "publishDate", "lastmod"]
|
||||
lastmod: [":git", "date", "publishDate"]
|
||||
|
||||
params:
|
||||
brandWebsite: /
|
||||
websiteSource: https://git.ad5001.eu/Ad5001/ad5001.eu
|
||||
poweredBy: Powered by
|
||||
|
||||
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: https://apps.ad5001.eu/
|
||||
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: /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: https://apps.ad5001.eu/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: /fr/a-propos
|
||||
weight: 0
|
||||
weight: 0
|
||||
|
||||
markup:
|
||||
goldmark:
|
||||
renderer:
|
||||
hardWraps: false
|
||||
unsafe: true
|
||||
xhtml: false
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue