GitHub Pages
Toucan-based websites can be hosted for free using GitHub Pages. Follow these steps to set up your site:
- Create a repository for your website on GitHub.
- Place all your source files into an src directory within the repository.
- Run the
toucan generate
command to generate your site. - Commit and push the generated files to your repository.
- Navigate to the repository’s Settings > Pages section.
- In the Pages settings, select the directory containing the generated site files.
Once done, your site should be live on GitHub Pages.
For more information, visit the following guides: