jekyll_app_site

jekyll_app_site

Small Jekyll template to present an iPhone app with a static site

Jekyll App Site

The Jekyll App Site is a small Jekyll template to present an iPhone app with a static site. Demo

Running Locally

Make sure you have all the 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).

Requirements

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

License

MIT licensed.