An open API service indexing awesome lists of open source software.

https://github.com/simonv3/jekyll-manager

A Jekyll Manager
https://github.com/simonv3/jekyll-manager

Last synced: 19 days ago
JSON representation

A Jekyll Manager

Awesome Lists containing this project

README

          

# Jekyll Manager

> An experiment with electron.

Hyde: A Jekyll Manager lets you locally manage your Jekyll sites' content.
Note that this isn't a theme editor, though it enables theme editing.
It's first and foremost a content editor, focusing on making Jekyll themes manageable by people who don't live in the terminal or command line.

![Screenshot](http://i.imgur.com/lAfxLkJ.png)

## To get it running:

```
$ git clone git@github.com:simonv3/jekyll-manager.git
$ cd jekyll-manager/
$ npm install # Install all the node modules
$ bower install # Install all the bower things
$ mkdir .websites # For now, make a .websites folder. Hopefully this will be automated in the future.
$ gulp serve # Serve our electron app
```

You can then create a website (type in a name), give the electron app some time to process, and then click on "serve". Now you can access your jekyll website at `localhost:4000`