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

https://github.com/haozeke/jekyllpugassets

This is the basic jekyll site, built with pug and jekyll assets.
https://github.com/haozeke/jekyllpugassets

jekyll jekyll-assets pug

Last synced: 2 months ago
JSON representation

This is the basic jekyll site, built with pug and jekyll assets.

Awesome Lists containing this project

README

        

# JekyllPugAssets
## Jekyll with Pug and Assets
This is the basic jekyll site, built with pug and jekyll assets.
The layouts have been converted to pug, more conversions ongoing.
Additionally, livereloading is enabled via the jekyll-hawkins plugin.
So to work on this base, simply run:

```bash
jekyll liveserve
```

**Contributions welcome.**

## Requirements
You'll need pug installed. A yarn file setup for netlify will be up soon as well.

### Acknowledgements
- [Jekyll](http://jekyllrb.com/)
- [jekyll-pug](https://github.com/DougBeney/jekyll-pug)
- [hawkins](https://github.com/awood/hawkins)
- [jekyll-assets](https://github.com/jekyll/jekyll-assets)