Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eddywashere/ironsmith-demo
https://github.com/eddywashere/ironsmith-demo
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/eddywashere/ironsmith-demo
- Owner: eddywashere
- Created: 2015-06-22T04:54:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-24T16:16:49.000Z (over 9 years ago)
- Last Synced: 2024-04-10T09:57:03.446Z (7 months ago)
- Language: CSS
- Homepage: http://eddywashere.github.io/ironsmith-demo
- Size: 188 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ironsmith
This site is built with [metalsmith](http://www.metalsmith.io/) and [yo ironsmith](https://github.com/eddywashere/generator-lo).
Features include
- simple layouts
- swig templating - includes ability to have templates in markdown (posts)
- default posts collection
- page collection
- tags - list page & individual tag pages
- posts collection in json available at `/posts/index.json`Install dependencies
```
npm install gulp -g
npm install
```Run local server on http://localhost:8000
```
gulp preview
```Build files
```
gulp build
```Deploy to github pages with
```
gulp build:prod deploy
```