Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tomhazledine/eatenbymonsters
- Owner: tomhazledine
- Created: 2015-03-24T21:24:03.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-28T14:28:38.000Z (over 8 years ago)
- Last Synced: 2024-10-12T23:44:16.557Z (3 months ago)
- Language: HTML
- Size: 32.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Eaten by Monsters Music Blog
* static *Jekyll* build
* markdown post archive
* `json` posts feed for searchFocus 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.