Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matthewbdaly/grunt-blogbuilder
A Grunt task for generating a static blog
https://github.com/matthewbdaly/grunt-blogbuilder
grunt grunt-plugins static-site-generator
Last synced: about 1 month ago
JSON representation
A Grunt task for generating a static blog
- Host: GitHub
- URL: https://github.com/matthewbdaly/grunt-blogbuilder
- Owner: matthewbdaly
- Created: 2014-12-25T02:46:02.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-03-03T22:39:40.000Z (almost 6 years ago)
- Last Synced: 2024-11-13T13:09:56.615Z (about 2 months ago)
- Topics: grunt, grunt-plugins, static-site-generator
- Language: JavaScript
- Size: 170 KB
- Stars: 8
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# grunt-blogbuilder [![Build Status](https://travis-ci.org/matthewbdaly/grunt-blogbuilder.svg?branch=master)](https://travis-ci.org/matthewbdaly/grunt-blogbuilder)
[![Join the chat at https://gitter.im/matthewbdaly/grunt-blogbuilder](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/matthewbdaly/grunt-blogbuilder?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
A Grunt task for generating a static blog. Used for generating [my blog](http://matthewdaly.co.uk/).
It also generates a Lunr.js index file.
WARNING! Currently under heavy development!
## Getting Started
To install `grunt-blogbuilder`, you need to first install Node.js - I recommend using NVM to do this. You will also need the `grunt-cli` module to be installed globally. Then run the following command:
```bash
npm install grunt-blogbuilder
```## License
MIT