Creating a custom landing page
The documenation system supports the notion of a custom landing page. The page consists of several different files:
-
A markdown file (typically
index.md
) with itspagename
setting set toindex
. This file should be using thelanding_page
layout. For an example, see the tk-doc-generator landing page. -
A file
_data/landing_page.yml
to describe the content. For an example, see the tk-doc-generator landing page. -
A file
_data/en/landing_page_text.yml
containing the english content. For an example, see the landing page for this documentation. -
Additional languages are added by adding additional yaml files following the file
_data/XXX/landing_page_text.yml
, whereXXX
represents the language. -
Images should be square and 144dpi resolution or more.