An open API service indexing awesome lists of open source software.

https://github.com/holtwick/seasite

Static web site builder inspired by jQuery
https://github.com/holtwick/seasite

cheerio-js html jquery js jsx static-site-generator static-website

Last synced: 3 months ago
JSON representation

Static web site builder inspired by jQuery

Awesome Lists containing this project

README

        

# SeaSite

Static web site builder inspired by jQuery:

> **Please note, this project is discontinued by favor of its successor [HOSTIC](https://github.com/holtwick/hostic)**

### Installation

Install via [npm](https://www.npmjs.com/package/seasite):

```sh
npm install seasite -g
```

### Get started

In an empty folder setup a sample to start work with:

```sh
seasite init
npm install
```

To create the site in folder `dist` do:

```sh
npm start
```

### Docs

The documentation generated by SeaSite itself can be found at:

The source of it is in [DOCS.md](DOCS.md).

Also visit the [example folder](example/).

### Websites built with SeaSite

-
-
-

### License

The project is licensed under AGPLv3. If you need a commercial license, please get in [contact with me](https://holtwick.de/support).