AccountFree, ad5001.eu content, fixing bug, removing web platform from unchecker & omegamma from app list.
This commit is contained in:
parent
b02a9c0c98
commit
9aad9ccb38
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 }}."
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue