This is the index page of your site generated using default mainpage template.
Usage examples:
$ wt -h # cli usage help
$ wt init . # bootstrap project in current directory
$ wt develop # start development mode web-server
$ wt build # build project
Short notes on default values:
- your pages and posts metadata should live in wt.yaml configuration file
- your templates should live in templates/ folder
- your content should live in content/pages/ and content/posts/ folders
- static files should live in static/ folder
- generated project goes to output/ folder
The project is maintained on GitHub. Feel free to open an issue if needed.
Thank you for choosing wt!