@fsky/sergey (0.0.14)
Installation
@fsky:registry=npm install @fsky/sergey@0.0.14"@fsky/sergey": "0.0.14"About this package
Sergey
The little static site generator
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.
$ npm install @fsky/sergey --@fsky:registry=https://foundry.fsky.io/api/packages/fsky/npm/
# Build the site
$ sergey
# Run Sergey in dev mode
$ sergey --watch
Dependencies
Dependencies
| ID | Version |
|---|---|
| chokidar | ^2.1.5 |
| connect | ^3.6.6 |
| dotenv | ^7.0.0 |
| marked | ^0.6.2 |
| serve-static | ^1.13.2 |
Development Dependencies
| ID | Version |
|---|---|
| jest | ^24.7.1 |