Skip to content

music review site because there certainly aren't enough of those already

License

Notifications You must be signed in to change notification settings

Kmagameguy/music

Repository files navigation

Music Blog

Overview

This repo contains the code & assets that serve my music blog at music.kmagameguy.com. It is built using GitHub Pages & Jekyll.

Development

Requirements:

DigitalOcean has a nice guide which demonstrates how to set up Ruby and Bundler with rbenv. Check it out if you've never worked with any of them before.

Getting Set Up

After you've satisfied the requirements above you can prepare this repo for local development as follows:

  1. Fork the repo
  2. Clone it
  3. Run bundle install
  4. Run bundle exec jekyll serve (or use the included bin/server script)
  5. Point your browser to localhost:4000

If all is well you should see the blog site. For further reading, check out Jekyll's Documentation

Contributing

Since this is a personal music blog I'm not really accepting contributions at this point in time. Feel free to fork the repository for your own uses, though!