Skip to content

tsangiotis/JekyllForAndroid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

21b831b · Aug 24, 2017
Jun 21, 2017
Aug 28, 2014
Jun 20, 2017
Aug 24, 2017
Jun 21, 2017
Aug 24, 2017
Jun 21, 2017
Jun 17, 2017
Jun 22, 2017
Aug 24, 2017
Jun 18, 2017
Jun 16, 2017
Jun 16, 2017
Jun 17, 2017

Repository files navigation

Jekyll for Android

Jekyll博客安卓客户端

用Github Pages和Jekyll搭建一个免费的,无限流量的Blog,并且在手机上可以随时随地发布blog和随笔。 不用关心jekyll的各种yam格式。你只用关心你的blog内容。 简单点说,它向Jekyll博客的_posts /目录或者子目录提交了一个yyyy-mm-dd-title.md这样的文件。 同时以友好的用户界面显示。



android app Written in kotlin language

welcome star,fork,pr

English is behind

为什么我们需要jekyll博客?

  • jekyll博客可以方便在放在github上面,不用自己买vps。更安全有木有?
  • 当你想迁移到自己的服务器的时候,jekyll很方便,因为都是用markdown文档写的嘛。
  • 为什么不用国内博客网站?想想以前百度空间的命吧和各种网盘的命吧。。。

部分截图

  • app截图 dd dd
  • web截图 dd

功能

  • GitHub登录
  • 创建一个帖子
  • 标题
  • 类别
  • 类别的各种颜色显示
  • Markdown预览
  • 查看帖子
  • 编辑/删除帖子

To compile

Download ADT Bundle and Import the Project. 下载android studio 导入工程


about

Use github Pages and Jekyll to build a free, unlimited traffic blog, blog on the phone anytime, anywhere   Do not care about jekyll's yam format. You only care about your blog content.

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.

Features:

  • One time GitHub Login
  • Create a post
    • Title
    • Category and color
    • Tags
    • Content (of course)
  • Markdown Preview
  • View posts
  • Edit/Delete posts