• Stars
    star
    155
  • Rank 240,864 (Top 5 %)
  • Language SCSS
  • License
    Other
  • Created over 11 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Website for K-9 Mail

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://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.