This is the web site for TinyGo.
Built using Hugo:
and the Hugo "Docsy" theme:
https://github.com/google/docsy
Prerequisites
Install Hugo command line tool for your
operating system with the "extended". Note that the most recent compatible
version of Hugo is v0.139.5.
CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo@v0.139.5
Hugo will automatically download the docsy NodeJS modules needed for processing the site CSS.
Installation
Clone this repo using:
git clone git@github.com:tinygo-org/tinygo-site.git
Change directories into the tinygo-site directory:
You are now able to run the site locally, "Docsy" theme will be automatically downloaded as module:
Once the site code is running locally, you can navigate to it by going to http://localhost:1313
Deploy to Netlify
Pushing to the release branch automatically deploys the latest site to Netlify.
That's it.
TODO:
- ?