Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matdombrock/steelskyexample
https://github.com/matdombrock/steelskyexample
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/matdombrock/steelskyexample
- Owner: matdombrock
- Created: 2021-04-27T12:30:39.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-12T19:49:22.000Z (over 3 years ago)
- Last Synced: 2024-11-07T04:44:33.831Z (about 2 months ago)
- Language: JavaScript
- Size: 6.35 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SteelSky Example Project
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.