Folder structure
The recommended folder structure for a Pufferfish project is the followng:
project_name
├── html
├── output
├── templates
└── pufferfish.toml
html: contains the html of your website.output: contains the output of pufferfish.templates: contains the files to be used as templates.
These directories can also be set using the config file.