Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/georoot/jekyll.js
Simple in browser editor for jekyll compatible with github api
https://github.com/georoot/jekyll.js
Last synced: 16 days ago
JSON representation
Simple in browser editor for jekyll compatible with github api
- Host: GitHub
- URL: https://github.com/georoot/jekyll.js
- Owner: georoot
- License: mit
- Created: 2016-11-22T14:15:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-25T16:54:42.000Z (almost 8 years ago)
- Last Synced: 2024-08-01T00:41:09.832Z (3 months ago)
- Language: CoffeeScript
- Size: 32.2 KB
- Stars: 14
- Watchers: 5
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jekyll.js
jekyll addon that uses github personal access tokens to publish from
website.### Personal access tokens
They can be generated from [here](https://github.com/settings/tokens). Remember to give READ/WRITE permissions to token.
### 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.To add as a submodule on existing jekyll blog
```
git submodule add https://github.com/georoot/jekyll.js admin
```and then you can simply visit `.github.io/admin` to access
the editor.