Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eddywashere/docs
demo docs site that uses nunjucks macros
https://github.com/eddywashere/docs
Last synced: 25 days ago
JSON representation
demo docs site that uses nunjucks macros
- Host: GitHub
- URL: https://github.com/eddywashere/docs
- Owner: eddywashere
- Created: 2015-06-28T23:23:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-29T05:07:19.000Z (over 9 years ago)
- Last Synced: 2024-04-10T09:57:02.856Z (7 months ago)
- Language: JavaScript
- Homepage: http://eddywashere.github.io/docs
- Size: 168 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docs
This site is built with [metalsmith](http://www.metalsmith.io/)
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
```