This is the index page of your site generated using custom mainpage template.
Usage examples:
$ wt -h # cli usage help
$ wt init . # bootstrap project in current directory
$ wt config # dump default configuration
$ wt develop # start development mode using intergated web-server
$ wt build # build project
Short notes on default values:
- your project metadata should live in wt.toml configuration file
- your pages metadata (uri, title, etc.) should be specified using TOML front matter within content files
- your templates should live in templates/ folder
- your content should live in pages/ folder (it contains some samples - pages/blog/post01.md, pages/blog/post02.md, pages/blog/post03.md)
- static files should live in static/ folder
- generated project goes to output/ folder
All folders can be changed in wt.toml configuration file.
The project is maintained on Codeberg. Feel free to open an issue if needed.
Thank you for choosing wt!