Initialial commit
This commit is contained in:
commit
be4a843841
4 changed files with 181 additions and 0 deletions
119
config.yaml
Normal file
119
config.yaml
Normal file
|
@ -0,0 +1,119 @@
|
|||
baseURL: http://ad5001.eu
|
||||
languageCode: en
|
||||
title: Ad5001
|
||||
theme: omegamma
|
||||
copyright: Copyright © Ad5001 2021
|
||||
|
||||
|
||||
params:
|
||||
brandWebsite: //ad5001.eu
|
||||
usingTheme: Using
|
||||
poweredBy: Powered by
|
||||
|
||||
languages:
|
||||
en:
|
||||
languageName: English
|
||||
menu:
|
||||
main:
|
||||
- identifier: apps
|
||||
name: Apps
|
||||
pre: <img src="/icons/apps.svg" class="icon-as-text icon-monochrome"/>
|
||||
title: apps section
|
||||
url: https://apps.ad5001.eu/
|
||||
weight: 20
|
||||
- identifier: git
|
||||
name: Git
|
||||
pre: <img src="/icons/git.svg" class="icon-as-text icon-monochrome"/>
|
||||
title: git section
|
||||
url: https://git.ad5001.eu
|
||||
weight: 10
|
||||
- identifier: about
|
||||
name: About
|
||||
pre: <img src="/icons/about.svg" class="icon-as-text icon-monochrome"/>
|
||||
title: about section
|
||||
url: /about
|
||||
weight: 0
|
||||
social:
|
||||
- identifier: mastodon
|
||||
name: Mastodon
|
||||
pre: <img src="/icons/social/mastodon.svg" class="icon-as-text icon-monochrome"/>
|
||||
title: mastodon social icon
|
||||
url: https://mastodon.technology/@Ad5001
|
||||
- identifier: twitter
|
||||
name: Twitter
|
||||
pre: <img src="/icons/social/twitter.svg" class="icon-as-text icon-monochrome"/>
|
||||
title: twitter social icon
|
||||
url: https://twitter.com/Ad5001P4F
|
||||
- identifier: gitea
|
||||
name: Gitea
|
||||
pre: <img src="/icons/social/git.svg" class="icon-as-text icon-monochrome"/>
|
||||
title: gitea social icon
|
||||
url: https://git.ad5001.eu/Ad5001
|
||||
- identifier: github
|
||||
name: Mastodon
|
||||
pre: <img src="/icons/social/github.svg" class="icon-as-text icon-monochrome"/>
|
||||
title: github social icon
|
||||
url: https://github.com/Ad5001
|
||||
- identifier: mail
|
||||
name: Mail
|
||||
pre: <img src="/icons/social/mail.svg" class="icon-as-text icon-monochrome"/>
|
||||
title: mail icon
|
||||
url: ""
|
||||
weight: 0
|
||||
fr:
|
||||
languageName: Français
|
||||
menu:
|
||||
main:
|
||||
- identifier: apps
|
||||
name: Apps
|
||||
pre: <img src="/icons/apps.svg" class="icon-as-text icon-monochrome"/>
|
||||
title: apps list section
|
||||
url: https://apps.ad5001.eu/fr/
|
||||
weight: 20
|
||||
- identifier: git
|
||||
name: Git
|
||||
pre: <img src="/icons/git.svg" class="icon-as-text icon-monochrome"/>
|
||||
title: git section
|
||||
url: https://git.ad5001.eu
|
||||
weight: 10
|
||||
- identifier: about
|
||||
name: À propos
|
||||
pre: <img src="/icons/about.svg" class="icon-as-text icon-monochrome"/>
|
||||
title: about section
|
||||
url: /a-propos
|
||||
weight: 0
|
||||
social:
|
||||
- identifier: mastodon
|
||||
name: Mastodon
|
||||
pre: <img src="/icons/social/mastodon.svg" class="icon-as-text icon-monochrome"/>
|
||||
title: mastodon social icon
|
||||
url: https://mastodon.technology/@Ad5001
|
||||
- identifier: twitter
|
||||
name: Twitter
|
||||
pre: <img src="/icons/social/twitter.svg" class="icon-as-text icon-monochrome"/>
|
||||
title: twitter social icon
|
||||
url: https://twitter.com/Ad5001P4F
|
||||
- identifier: gitea
|
||||
name: Gitea
|
||||
pre: <img src="/icons/social/git.svg" class="icon-as-text icon-monochrome"/>
|
||||
title: gitea social icon
|
||||
url: https://git.ad5001.eu/Ad5001
|
||||
- identifier: github
|
||||
name: Mastodon
|
||||
pre: <img src="/icons/social/github.svg" class="icon-as-text icon-monochrome"/>
|
||||
title: github social icon
|
||||
url: https://github.com/Ad5001
|
||||
- identifier: mail
|
||||
name: Mail
|
||||
pre: <img src="/icons/social/mail.svg" class="icon-as-text icon-monochrome"/>
|
||||
title: mail icon
|
||||
url: ""
|
||||
weight: 0
|
||||
|
||||
markup:
|
||||
goldmark:
|
||||
renderer:
|
||||
hardWraps: false
|
||||
unsafe: true
|
||||
xhtml: false
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue