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
- Host: GitHub
- URL: https://github.com/holtwick/seasite
- Owner: holtwick
- License: agpl-3.0
- Created: 2018-01-04T17:08:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-11T12:42:09.000Z (over 4 years ago)
- Last Synced: 2025-02-28T13:18:17.141Z (4 months ago)
- Topics: cheerio-js, html, jquery, js, jsx, static-site-generator, static-website
- Language: JavaScript
- Homepage: https://holtwick.github.io/seasite-website/docs.html
- Size: 1.77 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
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).