To add a feature, create a Markdown file in _statement
with the following template:
---
index: 7
title: Is this statement true?
icon: thumbs-ub
summary: Short summary
timeline:
completed:
- Something that is completed
- More stuff already done
working-on:
- Still working on X
- Also need to check Y
---
There is optional Markdown content goes here, this can contain <code>HTML</code>.
For the icon
field the values book
, lock
, privacy
and thumbs-up
can be used for now.
To add a feature, create a Markdown file in _questions
with the following template:
---
set: 3-app
index: 6
title: Question about X
lang: nl
---
The answer in Markdown goes here, this can contain <code>HTML</code>.
For the set
field the values 1-top5
, 2-opensource
, 3-app
and 4-development
can be used.
Please also include the name part as prefix of your file, e.g. app-X.md
.
Take a look at this example content page (source in markdown) which displays all possible content formatting options. These display options are also available in: statement, question
Please give your file a short English name without spaces (you can use dash -
instead).
You should at least provide the base file with lang: nl
.
The translations should have the same name with a -lang
suffix, where lang
is the language keyword e.g. en
.
See file README.i18n.md for technical details.