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

https://github.com/sammcj/mondotunes

mondotunes.org website
https://github.com/sammcj/mondotunes

Last synced: 4 months ago
JSON representation

mondotunes.org website

Awesome Lists containing this project

README

          

Source for [https://mondotunes.org](https://mondotunes.org)

Migrated from wordpress so there is the odd broken link etc...

- [Building](#building)
- [Building for s3 deployment](#building-for-s3-deployment)
- [Releasing](#releasing)
- [Jekyl Admin CMS Editor](#jekyl-admin-cms-editor)
- [Points of note](#points-of-note)


## Building

Tested against ruby 2.3.3

```bash
gem install bundler
bundle install
jekyll clean
jekyll build
```


#### Building for s3 deployment

```bash
pip install s3cmd
s3cmd --configure
```


## Releasing

```bash
./deploy_s3.sh
```


## Jekyl Admin CMS Editor

```bash
jekyll serve
```

Browse to [http://localhost:4000/admin](http://localhost:4000/admin)


## Points of note

- Based off https://github.com/daattali/beautiful-jekyll
- Converted to Jekyll 3
- Updated bootstrap
- Moved external font and bootstrap deps to local repo
- Currently hosted off s3, might move to GH pages now that they support Jekyll 3
- Sits behind Cloudflare