Skip to content

Croydon/k9mail.app

 
 

Repository files navigation

k9mail.app

This GitHub repository provides the source for K-9 Mail's website.

It is a combination of Markdown, HTML, CSS which is rendered by Jekyll.

Building the site

Read Jekyll's Quickstart page to learn how to install the required software.

To build the site and make it available on a local server, type:

bundle exec jekyll serve

Then open http:https://localhost:4000/ in your browser.

Writing a blog post

Blog posts are written using Markdown. Add a new file to the _posts directory. When adding images, you can choose whether to align them to the left, middle or right just by adding an <, >< or > at the end of the alt text for that image. If you want to know how to align other items, you can have a look at previous posts.

About

Website for K-9 Mail

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 64.4%
  • CSS 22.5%
  • HTML 13.0%
  • Ruby 0.1%