All Projects → tinygo-org → tinygo-site

tinygo-org / tinygo-site

Licence: other
Web site for TinyGo project.

Programming Languages

HTML
75241 projects
go
31211 projects - #10 most used programming language

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 [email protected]:tinygo-org/tinygo-site.git

Change directories into the tinygo-site directory:

cd tinygo-site

Install the "Docsy" theme:

git submodule update --init --recursive

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

Deploy to Netlify

Pushing to the release branch automatically deploys the latest site to Netlify.

That's it.

TODO:

  • ?
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].