All Projects → jpsim → jekyll_app_site

jpsim / jekyll_app_site

Licence: MIT license
Small Jekyll template to present an iPhone app with a static site

Programming Languages

CSS
56736 projects
ruby
36898 projects - #4 most used programming language
javascript
184084 projects - #8 most used programming language

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].