Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/trys/sergey

A tiny lil' static site generator
https://github.com/trys/sergey

Last synced: 9 days ago
JSON representation

A tiny lil' static site generator

Awesome Lists containing this project

README

        

# Sergey

## The little static site generator

[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/trys/sergey-netlify)

Sergey is a tiny lil’ static site generator. It’s a progressive tool designed to site atop your already brilliant HTML. In essence, Sergey is HTML + partials with slots thrown in for good measure.

If you’ve ever had to make a change to every header on a totally static website, you’ll know how cumbersome and error-prone it is to copy and paste the changes through all the files. That’s where Sergey comes in. Sergey lets you move that header into a single, importable file, and helps you include it everywhere you need it.

- [Read the getting started guide](https://sergey.cool/#get-started)
- [Slots explanation](https://sergey.cool/slots/)
- [Command line options](https://sergey.cool/options/)

```bash
$ npm install sergey

# Build the site
$ sergey

# Run Sergey in dev mode
$ sergey --watch
```