GitXplorerGitXplorer
t

sergey

public
302 stars
39 forks
33 issues

Commits

List of commits on branch master.
Verified
40730dfea7bb36ce21158639107919df093aa958

Merge pull request #40 from guesant/patch-1

ttrys committed 5 years ago
Verified
f978fd9e69bf8b7e10328127f5618c0433f4328e

Fix unexpected closing tag "p" (closes #39)

gguesant committed 5 years ago
Verified
268496c55541aab4508d0b553d03556218a088ee

Merge pull request #34 from trys/href-and-to

ttrys committed 5 years ago
Unverified
13c77f44820ed5b813c1993e5a71d5e548b9f7b1

Version bump

committed 5 years ago
Unverified
d4d0c61ce275cb3ac51e84cf3c8a129671f549da

Allow href, as well as to in sergey-links

committed 5 years ago
Verified
709ea0c61d80be72c04dcc4a6274414964213c0d

Merge pull request #32 from trys/bug/allow-underscores

ttrys committed 5 years ago

README

The README file for this repository.

Sergey

The little static site generator

Deploy to 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.

$ npm install sergey

# Build the site
$ sergey

# Run Sergey in dev mode
$ sergey --watch