Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/trys/sergey
- Owner: trys
- License: mit
- Archived: true
- Created: 2019-04-04T22:52:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-22T17:10:51.000Z (over 2 years ago)
- Last Synced: 2024-03-14T17:47:04.494Z (8 months ago)
- Language: JavaScript
- Homepage: https://sergey.cool
- Size: 178 KB
- Stars: 300
- Watchers: 13
- Forks: 38
- Open Issues: 33
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-list - sergey
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
```