10 changed files with 199 additions and 9 deletions
@ -1,6 +1,53 @@
|
||||
--- |
||||
title: "{{ replace .Name "-" " " | title }}" |
||||
date: {{ .Date }} |
||||
draft: true |
||||
description: "" |
||||
layout: app |
||||
|
||||
HeaderTextWhite: true |
||||
SectionHeader: |
||||
AppIndex: {{ .Name }} |
||||
Background: linear-gradient(135deg, rgba(210,68,105,1) 0%, rgba(147,71,135,1) 100%) |
||||
ShowPlatforms: true |
||||
TextWhite: true |
||||
Links: |
||||
- Icon: lookup |
||||
Title: Discover |
||||
URL: "#about-section" |
||||
- Icon: download |
||||
Title: Download |
||||
URL: "#download-section" |
||||
|
||||
About: |
||||
Title: Discover {{ replace .Name "-" " " | title }} |
||||
Content: "" |
||||
|
||||
Sections: |
||||
- Type: image|text |
||||
Image: en/{{ .Name }}/img1 |
||||
Content: "# Section 1\n |
||||
Section 1 *markdown* content with <b>HTML content</b>." |
||||
- Type: text|image |
||||
Image: en/{{ .Name }}/object-settings |
||||
Content: "# Section 2\n |
||||
Section 2 *markdown* content with <b>HTML content</b>." |
||||
- Type: image|text |
||||
Image: en/{{ .Name }}/history |
||||
Content: "# Section 3\n |
||||
Section 3 *markdown* content with <b>HTML content</b>." |
||||
|
||||
|
||||
Download: |
||||
Show: true |
||||
Categories: |
||||
- Name: all |
||||
Title: All platforms* |
||||
Platform: Universal |
||||
Links: |
||||
all: |
||||
- Title: Source code (.tar.gz) |
||||
Name: {{ replace .Name "-" " " | title }}-v<version>.tar.gz (?MiB) |
||||
URL: "/download/{{ .Name }}/<version>/{{ replace .Name "-" " " | title }}-v<version>.tar.gz" |
||||
linux: [] |
||||
Footnote: "*Footnote for {{ replace .Name "-" " " | title }}." |
||||
--- |
||||
|
||||
|
@ -0,0 +1,35 @@
|
||||
--- |
||||
title: ad5001.eu |
||||
description: Newest version of my website. |
||||
layout: app |
||||
|
||||
HeaderTextWhite: false |
||||
SectionHeader: |
||||
AppIndex: ad5001.eu |
||||
Background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(80,220,113,1) 100%) |
||||
ShowPlatforms: true |
||||
TextWhite: false |
||||
Links: |
||||
- Icon: open-external |
||||
Title: Site principal |
||||
URL: "https://ad5001.eu" |
||||
- Icon: open-external |
||||
Title: Site d'applications |
||||
URL: "https://apps.ad5001.eu" |
||||
|
||||
Technical: |
||||
Links: |
||||
- Title: Code source d'ad5001.eu |
||||
Icon: git |
||||
URL: https://git.ad5001.eu/Ad5001/ad5001.eu |
||||
- Title: Code source d'apps.ad5001.eu |
||||
Icon: git |
||||
URL: https://git.ad5001.eu/Ad5001/apps.ad5001.eu |
||||
- Title: Code source du thème |
||||
Icon: git |
||||
URL: https://git.ad5001.eu/Ad5001/Omegamma |
||||
|
||||
--- |
||||
|
||||
|
||||
|
@ -0,0 +1,34 @@
|
||||
--- |
||||
title: ad5001.eu |
||||
description: Newest version of my website. |
||||
layout: app |
||||
|
||||
HeaderTextWhite: false |
||||
SectionHeader: |
||||
AppIndex: ad5001.eu |
||||
Background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(80,220,113,1) 100%) |
||||
ShowPlatforms: true |
||||
TextWhite: false |
||||
Links: |
||||
- Icon: open-external |
||||
Title: Main website |
||||
URL: "https://ad5001.eu" |
||||
- Icon: open-external |
||||
Title: Applications website |
||||
URL: "https://apps.ad5001.eu" |
||||
|
||||
Technical: |
||||
Links: |
||||
- Title: ad5001.eu's source code |
||||
Icon: git |
||||
URL: https://git.ad5001.eu/Ad5001/ad5001.eu |
||||
- Title: apps.ad5001.eu's source code |
||||
Icon: git |
||||
URL: https://git.ad5001.eu/Ad5001/apps.ad5001.eu |
||||
- Title: Theme's source code |
||||
Icon: git |
||||
URL: https://git.ad5001.eu/Ad5001/Omegamma |
||||
|
||||
--- |
||||
|
||||
|
Loading…
Reference in new issue