# sitegen **Repository Path**: mirrors_rubenv/sitegen ## Basic Information - **Project Name**: sitegen - **Description**: Trivial site generator in Go. - **Primary Language**: Unknown - **License**: MPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # sitegen > Trivial site generator in Go. [![Build Status](https://travis-ci.org/rubenv/sitegen.png?branch=master)](https://travis-ci.org/rubenv/sitegen) [![GoDoc](https://godoc.org/github.com/rubenv/sitegen?status.png)](https://godoc.org/github.com/rubenv/sitegen) ## Installation ``` go get github.com/rubenv/sitegen ``` ## Usage Make a `content` and `templates` folder. Run `sitegen`, your site gets placed in the `static` folder. There's an example in the `example` folder.