sbshah97 / JekyllAdmin

A handy tool for maintaining Jekyll based blogs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jekyll Admin

Jekyll Admin is a handy tool for maintaining Jekyll based blogs. It makes you free from the commands and templates.

Jekyll Admin uses GitHub REST Api v3.

Usage

  • Fork and Clone the project

git clone https://github.com/<username>/JekyllAdmin

  • Edit the admin_config file as below:
{
	"repo": <your repo name which consists of blog>,
	"path": <path to your blog root, if you blog root is part of some other repo>,
	"branch": <branch where your blog resides, possibly gh-pages>
}
  • Create gh-pages branch

  • Goto https://<username>.github.io/JekyllAdmin to get started

Features

  • Login with GitHub credentials

Login

  • View Blog lists

Blog List

  • Edit or Create Blogs

Edit Blog

  • Preview Blog

Preview Blog

Limitations

Currently the Jekyll Admin supports blogs with following template:

---
layout: post
title: "Blog Title"
description: "Blog Description."
tags: ["tag1", " tag2"]
---

Also, there is no provision to upload files, especially images.

These features may come in future releases.

About

A handy tool for maintaining Jekyll based blogs


Languages

Language:JavaScript 73.0%Language:CSS 15.2%Language:HTML 11.8%