Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tomhazledine/eatenbymonsters

Eaten by Monsters blog: static html site compiled using Jekyll
https://github.com/tomhazledine/eatenbymonsters

Last synced: about 2 months ago
JSON representation

Eaten by Monsters blog: static html site compiled using Jekyll

Awesome Lists containing this project

README

        

# Eaten by Monsters Music Blog

* static *Jekyll* build
* markdown post archive
* `json` posts feed for search

Focus will be on ease-of-search for the archives, based on band-specific, rating-specific, and more general browsing.

There will be clear distinction between reviews [structured content] and features [more freeform opinion etc.].

Yearly Top-Ten lists will feature heavily in navigation and homepage, and will be a central core for the website.

---

## Installation

Run `npm install` to initialize *Gulp*

Run `gulp sass` for styles, `gulp scripts` for Javascript, and `gulp staticjs` to initialize static JS assets.

Run `jekyll build` to compile `_site` folder.