ad5001.eu/config.yaml

120 lines
4.6 KiB
YAML
Raw Normal View History

2021-07-13 22:23:07 +00:00
baseURL: https://ad5001.eu
2021-06-28 15:27:44 +00:00
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
2021-07-13 22:23:07 +00:00
pre: <img src="/icons/apps.svg" class="icon-as-text icon-monochrome" alt="apps icon"/>
2021-06-28 15:27:44 +00:00
title: apps section
url: https://apps.ad5001.eu/
weight: 20
- identifier: git
name: Git
2021-07-13 22:23:07 +00:00
pre: <img src="/icons/git.svg" class="icon-as-text icon-monochrome" alt="git icon"/>
2021-06-28 15:27:44 +00:00
title: git section
url: https://git.ad5001.eu
weight: 10
- identifier: about
name: About
2021-07-13 22:23:07 +00:00
pre: <img src="/icons/about.svg" class="icon-as-text icon-monochrome" alt="about icon"/>
2021-06-28 15:27:44 +00:00
title: about section
url: /about
weight: 0
social:
- identifier: mastodon
name: Mastodon
2021-07-13 22:23:07 +00:00
pre: <img src="/icons/social/mastodon.svg" class="icon-as-text icon-monochrome" alt="Mastodon icon"/>
2021-06-28 15:27:44 +00:00
title: mastodon social icon
url: https://mastodon.technology/@Ad5001
- identifier: twitter
name: Twitter
2021-07-13 22:23:07 +00:00
pre: <img src="/icons/social/twitter.svg" class="icon-as-text icon-monochrome" alt="Twitter icon"/>
2021-06-28 15:27:44 +00:00
title: twitter social icon
url: https://twitter.com/Ad5001P4F
- identifier: gitea
name: Gitea
2021-07-13 22:23:07 +00:00
pre: <img src="/icons/social/git.svg" class="icon-as-text icon-monochrome" alt="Gitea icon"/>
2021-06-28 15:27:44 +00:00
title: gitea social icon
url: https://git.ad5001.eu/Ad5001
- identifier: github
2021-07-13 22:23:07 +00:00
name: Github
pre: <img src="/icons/social/github.svg" class="icon-as-text icon-monochrome" alt="Github icon"/>
2021-06-28 15:27:44 +00:00
title: github social icon
url: https://github.com/Ad5001
- identifier: mail
name: Mail
2021-07-13 22:23:07 +00:00
pre: <img src="/icons/social/mail.svg" class="icon-as-text icon-monochrome" alt="Mail icon"/>
2021-06-28 15:27:44 +00:00
title: mail icon
2021-07-13 22:23:07 +00:00
url: "" # Filled with JS to avoid spam.
2021-06-28 15:27:44 +00:00
weight: 0
fr:
languageName: Français
menu:
main:
- identifier: apps
name: Apps
2021-07-13 22:23:07 +00:00
pre: <img src="/icons/apps.svg" class="icon-as-text icon-monochrome" alt="apps icon"/>
2021-06-28 15:27:44 +00:00
title: apps list section
url: https://apps.ad5001.eu/fr/
weight: 20
- identifier: git
name: Git
2021-07-13 22:23:07 +00:00
pre: <img src="/icons/git.svg" class="icon-as-text icon-monochrome" alt="git icon"/>
2021-06-28 15:27:44 +00:00
title: git section
url: https://git.ad5001.eu
weight: 10
- identifier: about
name: À propos
2021-07-13 22:23:07 +00:00
pre: <img src="/icons/about.svg" class="icon-as-text icon-monochrome" alt="about icon"/>
2021-06-28 15:27:44 +00:00
title: about section
2021-07-13 22:23:07 +00:00
url: /fr/a-propos
2021-06-28 15:27:44 +00:00
weight: 0
social:
- identifier: mastodon
name: Mastodon
2021-07-13 22:23:07 +00:00
pre: <img src="/icons/social/mastodon.svg" class="icon-as-text icon-monochrome" alt="Mastodon icon"/>
2021-06-28 15:27:44 +00:00
title: mastodon social icon
url: https://mastodon.technology/@Ad5001
- identifier: twitter
name: Twitter
2021-07-13 22:23:07 +00:00
pre: <img src="/icons/social/twitter.svg" class="icon-as-text icon-monochrome" alt="Twitter icon"/>
2021-06-28 15:27:44 +00:00
title: twitter social icon
url: https://twitter.com/Ad5001P4F
- identifier: gitea
name: Gitea
2021-07-13 22:23:07 +00:00
pre: <img src="/icons/social/git.svg" class="icon-as-text icon-monochrome" alt="Gitea icon"/>
2021-06-28 15:27:44 +00:00
title: gitea social icon
url: https://git.ad5001.eu/Ad5001
- identifier: github
2021-07-13 22:23:07 +00:00
name: Github
pre: <img src="/icons/social/github.svg" class="icon-as-text icon-monochrome" alt="Github icon"/>
2021-06-28 15:27:44 +00:00
title: github social icon
url: https://github.com/Ad5001
- identifier: mail
name: Mail
2021-07-13 22:23:07 +00:00
pre: <img src="/icons/social/mail.svg" class="icon-as-text icon-monochrome" alt="Mail icon"/>
2021-06-28 15:27:44 +00:00
title: mail icon
2021-07-13 22:23:07 +00:00
url: "" # Filled with JS to avoid spam.
2021-06-28 15:27:44 +00:00
weight: 0
markup:
goldmark:
renderer:
hardWraps: false
unsafe: true
xhtml: false