https://github.com/sammcj/mondotunes
mondotunes.org website
https://github.com/sammcj/mondotunes
Last synced: 4 months ago
JSON representation
mondotunes.org website
- Host: GitHub
- URL: https://github.com/sammcj/mondotunes
- Owner: sammcj
- License: mit
- Created: 2015-02-14T17:30:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-03-31T05:43:19.000Z (over 1 year ago)
- Last Synced: 2025-06-12T19:33:13.712Z (4 months ago)
- Language: SCSS
- Size: 4.08 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)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
``````bash
./deploy_s3.sh
``````bash
jekyll serve
```Browse to [http://localhost:4000/admin](http://localhost:4000/admin)
- 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