The Jekyll App Site is a small Jekyll template to present an iPhone app with a static site. Demo
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 automaticallyrake build
: compile the site without running it. Useful for deploying.rake clean
: deletes the _site
and assets
directoriesTo deploy, upload the _site
directory to your static HTML server (i.e. AWS S3).
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 faviconindex.md
for contentpress/index.md
for contentsupport/index.md
for content_assets/stylesheets/globals/variables.scss
for colors_assets/images/*
for imagesMIT licensed.