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.
This is a starter project that'll deploy to Netlify on your behalf. It demonstrates the two key features of Sergey: imports, and slots.
$ npm install
# Build the site
$ npm start
# Run Sergey in dev mode
$ npm run dev
If you have any problems with Sergey, please feel free to file an issue here.