Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/matdombrock/steelsky-boilerplate
- Owner: matdombrock
- Created: 2023-01-18T22:16:33.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-18T22:20:41.000Z (almost 2 years ago)
- Last Synced: 2024-11-07T04:44:34.490Z (about 2 months ago)
- Language: JavaScript
- Size: 3.44 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.