Skip to content

tinygo-org/tinygo-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c29510c · Mar 19, 2025
Dec 18, 2018
Jul 17, 2024
Sep 30, 2024
Mar 19, 2025
Mar 19, 2025
Feb 26, 2024
Sep 30, 2024
Mar 12, 2025
Aug 20, 2024
Apr 21, 2024
Aug 20, 2024
Aug 20, 2024
Aug 20, 2024
Feb 11, 2025
Sep 30, 2024
Aug 20, 2024
Aug 20, 2024

Repository files navigation

TinyGo Web Site

Netlify Status

This is the web site for TinyGo.

Built using Hugo:

http://gohugo.io/

and the Hugo "Docsy" theme:

https://github.com/google/docsy

Prerequisites

Install Hugo command line tool for your operating system with the "extended" option, along with the needed NodeJS modules for processing the site CSS:

https://www.docsy.dev/docs/getting-started/#prerequisites-and-installation

Installation

Clone this repo using:

git clone git@github.com:tinygo-org/tinygo-site.git

Change directories into the tinygo-site directory:

cd tinygo-site

You are now able to run the site locally, "Docsy" theme will be automatically downloaded as module:

hugo serve

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:

  • ?