https://github.com/oncomouse/loy
Mina Loy Online
https://github.com/oncomouse/loy
Last synced: 6 months ago
JSON representation
Mina Loy Online
- Host: GitHub
- URL: https://github.com/oncomouse/loy
- Owner: oncomouse
- Created: 2014-06-24T20:13:49.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-09-16T14:54:59.000Z (almost 10 years ago)
- Last Synced: 2025-01-21T15:48:43.199Z (over 1 year ago)
- Language: HTML
- Size: 94.7 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Mina Loy Online
This repository is the source code of [Mina Loy Online](http://oncomouse.github.io/loy). The site was made using [Middleman](http://middlemanapp.com/), a static site generator. The HTML for the poems was written in Markdown and the CSS that does the formatting was written in SASS.
## Installation
To get this running, you will need a copy of Ruby and a version greater than 1.9 (I believe). If you don't have that (OSX still ships with Ruby 1.8, I believe), I would recommend installing [RVM](https://rvm.io/) (which I would recommend doing anyway, if you are interested in developing in Ruby). After installing a working Ruby, you will need to run the command ```gem install bundler``` to install Bundler. From there run the following in a terminal:
``` bash
> bundle install
> middleman
```
At this point, you can point your browser to [http://localhost:4567](http://localhost:4567) to see the website.