1
0
mirror of https://github.com/trys/sergey synced 2026-01-12 10:58:06 +01:00
Trys Mudford 40730dfea7 Merge pull request #40 from guesant/patch-1
Fix unexpected closing tag "p" (closes #39)
2020-02-28 14:33:31 +00:00
2019-04-20 08:10:51 +01:00
2019-04-13 10:14:15 +01:00
2019-04-09 22:14:34 +01:00
2019-11-26 15:24:47 +00:00
2019-08-08 14:58:01 +01:00

Sergey

The little static site generator

Deploy to Netlify

Sergey is a tiny lil static site generator. Its 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 youve ever had to make a change to every header on a totally static website, youll know how cumbersome and error-prone it is to copy and paste the changes through all the files. Thats where Sergey comes in. Sergey lets you move that header into a single, importable file, and helps you include it everywhere you need it.

$ npm install sergey

# Build the site
$ sergey

# Run Sergey in dev mode
$ sergey --watch
Languages
JavaScript 60.3%
HTML 33.3%
CSS 6.4%