Initial commit
This commit is contained in:
commit
5d991051a2
8 changed files with 76 additions and 0 deletions
51
config.yaml
Normal file
51
config.yaml
Normal file
|
@ -0,0 +1,51 @@
|
|||
baseURL: http://apps.ad5001.eu/
|
||||
languageCode: en-us
|
||||
title: Ad5001 Apps
|
||||
theme: omegamma
|
||||
copyright: Copyright © Ad5001 2021
|
||||
|
||||
menu:
|
||||
main:
|
||||
- identifier: apps
|
||||
name: Apps
|
||||
pre: <img src="/icons/apps.svg" class="icon-as-text"/>
|
||||
title: blog section
|
||||
url: /
|
||||
- identifier: git
|
||||
name: Git
|
||||
pre: <img src="/icons/git.svg" class="icon-as-text"/>
|
||||
title: git section
|
||||
url: https://git.ad5001.eu
|
||||
- identifier: about
|
||||
name: About
|
||||
pre: <img src="/icons/about.svg" class="icon-as-text"/>
|
||||
title: about section
|
||||
url: https://ad5001.eu/about
|
||||
social:
|
||||
- identifier: mastodon
|
||||
name: Mastodon
|
||||
pre: <img src="/icons/social/mastodon.svg" class="icon-as-text"/>
|
||||
title: mastodon social icon
|
||||
url: https://mastodon.technology/@Ad5001
|
||||
- identifier: twitter
|
||||
name: Twitter
|
||||
pre: <img src="/icons/social/twitter.svg" class="icon-as-text"/>
|
||||
title: twitter social icon
|
||||
url: https://twitter.com/Ad5001P4F
|
||||
- identifier: gitea
|
||||
name: Gitea
|
||||
pre: <img src="/icons/social/git.svg" class="icon-as-text"/>
|
||||
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"/>
|
||||
title: github social icon
|
||||
url: https://github.com/Ad5001
|
||||
|
||||
params:
|
||||
brandWebsite: //ad5001.eu
|
||||
usingTheme: Using
|
||||
poweredBy: Powered by
|
||||
social:
|
||||
-
|
Loading…
Add table
Add a link
Reference in a new issue