jam1401 / JekyllForAndroid

A client to post on a Jekyll blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jekyll for Android

A very simple client to post on a Jekyll blog from your phone.

It commits a yyyy-mm-dd-title.md file to the _posts/ directory of your Jekyll's blog.

The application uses the GitHub API.

To view the posts we turn to JSON.

To get it to work we just push this file in our username.github.com/json/ directory and we get a list of your posts in the app.

The app asks you to do it for you automatically but you can do it manually yourself!

You can get the latest version to directly install it on your smartphone from the link at the end of the README.

##Features:

  • One time GitHub Login
  • Create a post
    • Title
    • Category
    • Tags
    • Content (of course)
  • Markdown Preview
  • If not published the post stays as a draft
  • View posts
  • Edit/Delete posts

#To compile

Download ADT Bundle and Import the Project.

==========

#Download:

Download from the Play Store!

The client is in Beta stage.

Please fork it, test it and come back with issues :)

About

A client to post on a Jekyll blog

License:GNU General Public License v2.0