https://github.com/marcoceppi/jekyll-vanilla-theme
A Jekyll port of the Vanilla framework
https://github.com/marcoceppi/jekyll-vanilla-theme
Last synced: 3 months ago
JSON representation
A Jekyll port of the Vanilla framework
- Host: GitHub
- URL: https://github.com/marcoceppi/jekyll-vanilla-theme
- Owner: marcoceppi
- Created: 2015-11-18T15:22:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-18T15:33:30.000Z (over 9 years ago)
- Last Synced: 2025-02-15T16:42:14.339Z (4 months ago)
- Language: HTML
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jekyll-vanilla-theme
Port of Vanilla framework to Jekyll theme.
## Usage
To run, do the following:
```bash
npm install
jekyll s --baseurl=''
Then visit http://127.0.0.1:4000/
```This will install the vanilla framework locally but is ignored so `npm install`
will need to be run when deployed to production.Enjoy!