Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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