docs; rendering docs from .dj to .html
still no in-app link to these docs though
This commit is contained in:
parent
8aa38ae4c4
commit
879d17d904
13 changed files with 1298 additions and 294 deletions
18
rkgk.toml
18
rkgk.toml
|
@ -1,3 +1,21 @@
|
|||
[build]
|
||||
|
||||
# The settings below control how the site is compiled down to static files.
|
||||
|
||||
# List of Handlebars templates to render.
|
||||
render_templates = [
|
||||
{ template = "docs.hbs.html", from_dir = "docs", to_dir = "docs" }
|
||||
]
|
||||
|
||||
[build.page_titles]
|
||||
|
||||
# This is a mapping of filenames to page titles.
|
||||
# The Djot template mode exposes this data as the variable {{ title }}.
|
||||
# When a title is not provided, the path is used.
|
||||
|
||||
"docs/rkgk.dj" = "Introduction to rakugaki"
|
||||
"docs/system.dj" = "System library"
|
||||
|
||||
[wall_broker.default_wall_settings]
|
||||
|
||||
# The settings below control the creation of new walls.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue