main README.md

glerc

glerc's logo

A small, werc-inspired and easy to use SSG, written in Go - Write pages in markdown, get them back as HTML files with a nice lil sidebar :D

building

To build glerc, you need go >= 1.26.2.

Running make in the root of the repository should give you a binary called ./glerc

usage

We recommend you look at The Dani Museum and dani's website to get an idea of what a page in glerc should look like.

The rundown is this:

(Documentation on what options the HTML template accepts will be documented when possible.)

configuration

Use config.toml to set your site's title, description and base URL. You can also set the sidebar order by doing the following :3

sidebar_order = ["index", "page1", "page2"]