Main page for projects list
This commit is contained in:
parent
5d991051a2
commit
a69ed665da
6 changed files with 108 additions and 30 deletions
84
config.yaml
84
config.yaml
|
@ -1,26 +1,10 @@
|
|||
baseURL: http://apps.ad5001.eu/
|
||||
languageCode: en-us
|
||||
languageCode: en
|
||||
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
|
||||
|
@ -47,5 +31,67 @@ params:
|
|||
brandWebsite: //ad5001.eu
|
||||
usingTheme: Using
|
||||
poweredBy: Powered by
|
||||
social:
|
||||
-
|
||||
|
||||
languages:
|
||||
en:
|
||||
languageName: English
|
||||
menu:
|
||||
main:
|
||||
- identifier: apps
|
||||
name: Apps
|
||||
pre: <img src="/icons/apps.svg" class="icon-as-text"/>
|
||||
title: apps section
|
||||
url: /
|
||||
weight: 20
|
||||
- identifier: git
|
||||
name: Git
|
||||
pre: <img src="/icons/git.svg" class="icon-as-text"/>
|
||||
title: git section
|
||||
url: https://git.ad5001.eu
|
||||
weight: 10
|
||||
- identifier: about
|
||||
name: About
|
||||
pre: <img src="/icons/about.svg" class="icon-as-text"/>
|
||||
title: about section
|
||||
url: https://ad5001.eu/about
|
||||
weight: 0
|
||||
weight: 0
|
||||
fr:
|
||||
languageName: Français
|
||||
menu:
|
||||
main:
|
||||
- identifier: apps
|
||||
name: Apps
|
||||
pre: <img src="/icons/apps.svg" class="icon-as-text"/>
|
||||
title: apps list section
|
||||
url: /fr/
|
||||
weight: 20
|
||||
- identifier: git
|
||||
name: Git
|
||||
pre: <img src="/icons/git.svg" class="icon-as-text"/>
|
||||
title: git section
|
||||
url: https://git.ad5001.eu
|
||||
weight: 10
|
||||
- identifier: about
|
||||
name: À propos
|
||||
pre: <img src="/icons/about.svg" class="icon-as-text"/>
|
||||
title: about section
|
||||
url: https://ad5001.eu/fr/a-propos
|
||||
weight: 0
|
||||
weight: 0
|
||||
|
||||
markup:
|
||||
goldmark:
|
||||
extensions:
|
||||
definitionList: true
|
||||
footnote: true
|
||||
linkify: true
|
||||
strikethrough: true
|
||||
table: true
|
||||
taskList: true
|
||||
typographer: true
|
||||
renderer:
|
||||
hardWraps: false
|
||||
unsafe: true
|
||||
xhtml: false
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue