Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/matdombrock/steelsky-boilerplate

Boilerplate For SteelSky
https://github.com/matdombrock/steelsky-boilerplate

Last synced: 7 days ago
JSON representation

Boilerplate For SteelSky

Awesome Lists containing this project

README

        

# SteelSky Boilerplate

This is an example project for the [SteelSky](https://github.com/matdombrock/SteelSky) static site generator.

To get started just run:
```
git clone https://github.com/matdombrock/SteelSkyExample
cd steelsky
npm install
```

You can edit what's in the existing `source` directory or delete it and start from scratch.

To generate your static site, from the root project directory run:
```
steelsky
```

This will create new files in your `out` directory which can be published to a web server.

You can delete the contents of `out` before generating to start fresh.