From 82c44c34bc5827541609fd10eb7f5377e65334f8 Mon Sep 17 00:00:00 2001 From: georoot Date: Wed, 23 Nov 2016 23:49:45 +0530 Subject: [PATCH 1/4] update uri --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ab25c3..df3ef29 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ They can be generated from [here](https://github.com/settings/tokens). Remember ### Installation -You can simply add the git repo as a submodule in your jekyll post. Alternatively you can also use the editor at [georoot.github.io](georoot.github.io/jekyll-editor/). Because the `personal tokens` are only saved on local browser, make sure to logout if you are working on a not personal system. +You can simply add the git repo as a submodule in your jekyll post. Alternatively you can also use the editor at [georoot.github.io](georoot.github.io/jekyll.js/). Because the `personal tokens` are only saved on local browser, make sure to logout if you are working on a not personal system. ### Note From 238cd79e96e531dc2440b7844751f2419fce0f0a Mon Sep 17 00:00:00 2001 From: georoot Date: Wed, 23 Nov 2016 23:51:53 +0530 Subject: [PATCH 2/4] readme update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df3ef29..232a090 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ They can be generated from [here](https://github.com/settings/tokens). Remember ### Installation -You can simply add the git repo as a submodule in your jekyll post. Alternatively you can also use the editor at [georoot.github.io](georoot.github.io/jekyll.js/). Because the `personal tokens` are only saved on local browser, make sure to logout if you are working on a not personal system. +You can simply add the git repo as a submodule in your jekyll post. Alternatively you can also use the editor at [georoot.github.io](https://georoot.github.io/jekyll.js/). Because the `personal tokens` are only saved on local browser, make sure to logout if you are working on a not personal system. ### Note From 9cb79c0e2ae9f01a855b30434c57ee197a3e734a Mon Sep 17 00:00:00 2001 From: georoot Date: Wed, 23 Nov 2016 23:52:32 +0530 Subject: [PATCH 3/4] restangular over https --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index ba27949..4cff295 100644 --- a/index.html +++ b/index.html @@ -31,7 +31,7 @@ - + From a8ca7d619113917adf5e39e9b02243a354bad213 Mon Sep 17 00:00:00 2001 From: georoot Date: Fri, 25 Nov 2016 22:24:34 +0530 Subject: [PATCH 4/4] README update --- README.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 232a090..5fd66e3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ -# jekyll-editor +# jekyll.js -jekyll addon that uses github personal access tokens to publish from website. +jekyll addon that uses github personal access tokens to publish from +website. ### Personal access tokens @@ -8,8 +9,14 @@ They can be generated from [here](https://github.com/settings/tokens). Remember ### Installation -You can simply add the git repo as a submodule in your jekyll post. Alternatively you can also use the editor at [georoot.github.io](https://georoot.github.io/jekyll.js/). Because the `personal tokens` are only saved on local browser, make sure to logout if you are working on a not personal system. +You can simply add the git repo as a submodule in your jekyll post. +Alternatively you can also use the editor at [georoot.github.io](https://georoot.github.io/jekyll.js/). Because the `personal tokens` are only saved on local browser, make sure to logout if you are working on a not personal system. -### Note +To add as a submodule on existing jekyll blog -This is only the initial release for the system and there might be unseen bugs. \ No newline at end of file +``` +git submodule add https://github.com/georoot/jekyll.js admin +``` + +and then you can simply visit `.github.io/admin` to access +the editor.