This is the web site for TinyGo.
Built using Hugo:
and the Hugo "Learn" theme:
https://github.com/matcornic/hugo-theme-learn
Install Hugo command line tool for your operating system.
Clone this repo using:
git clone [email protected]:tinygo-org/tinygo-site.git
Change directories into the tinygo-site directory:
cd tinygo-site
Install the "Learn" theme:
git submodule update --init
Now you should be able to run the site locally:
hugo serve
Once the site code is running locally, you can navigate to it by going to http://localhost:1313
Pushing to the release
branch automatically deploys the latest site to Netlify.
That's it.
- Generate custom godocs for all tinygo build tags, add to "Documentation" section, and point Godocs links there.
- Activate search.
- Custom domain for all packages
- ?