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.
- Host: GitHub
- URL: https://github.com/haozeke/jekyllpugassets
- Owner: HaoZeke
- License: other
- Created: 2017-10-21T04:52:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-21T05:02:53.000Z (over 7 years ago)
- Last Synced: 2025-02-01T08:41:30.253Z (4 months ago)
- Topics: jekyll, jekyll-assets, pug
- Language: CSS
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)