Please read README first for general site overview.
Content pages are stored in /content/source directory. Note that all pages have the format of [title]/index.adoc - that is for website/webserver compatibility.
(there shall be guide on metadata, front matter and attributes here, for now just copy over from existing pages)
Just copy the template from content/pot/path/index.adoc.pot to content/po/language/path/index.adoc.po.
You can either preview a single AsciiDoc document using an editor or test the whole website.
-
AsciiDoc Live Preview: see this page for more information.
-
Test the website: only on Linux (for now) - run
make server
from website root. The site will become accessible atlocalhost:4567