https://github.com/jpsim/jekyll_app_site
Small Jekyll template to present an iPhone app with a static site
https://github.com/jpsim/jekyll_app_site
Last synced: over 1 year ago
JSON representation
Small Jekyll template to present an iPhone app with a static site
- Host: GitHub
- URL: https://github.com/jpsim/jekyll_app_site
- Owner: jpsim
- License: mit
- Created: 2014-01-27T06:45:58.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-01T05:40:37.000Z (almost 12 years ago)
- Last Synced: 2025-04-09T23:13:00.378Z (over 1 year ago)
- Language: CSS
- Homepage: http://jpsim.com/jekyll_app_site
- Size: 308 KB
- Stars: 24
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Jekyll App Site
The Jekyll App Site is a small Jekyll template to present an iPhone app with a static site. [Demo](http://jpsim.com/jekyll_app_site)
## Running Locally
Make sure you have all the [requirements](#requirements) installed.
There are 4 rake tasks:
* `rake`: same as running `rake:serve`
* `rake serve`: compile and run the site with changes reloaded automatically
* `rake build`: compile the site without running it. Useful for deploying.
* `rake clean`: deletes the `_site` and `assets` directories
To deploy, upload the `_site` directory to your static HTML server (i.e. [AWS S3](http://aws.amazon.com/s3)).
## Requirements
* [Jekyll](http://jekyllrb.com): `gem install jekyll`
* [Sass](http://sass-lang.com): `gem install sass`
* [rsync](http://rsync.samba.org)
## Modifying
You'll probably want to modify the following files for your project:
* `_config.yml` for site constants (name, tagline, etc.)
* `favicon.ico` for the site's favicon
* `index.md` for content
* `press/index.md` for content
* `support/index.md` for content
* `_assets/stylesheets/globals/variables.scss` for colors
* `_assets/images/*` for images
## Credits
* HTML/Sass for this template was originally written for Sinatra by [Sam Soffes](https://github.com/nothingmagical/getcoinsapp.com)
* [Grater](https://github.com/soffes/grater)
* [Bourbon](http://bourbon.io)
## License
MIT licensed.