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
- Host: GitHub
- URL: https://github.com/simonv3/jekyll-manager
- Owner: simonv3
- License: cc0-1.0
- Created: 2016-02-18T11:14:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-29T19:22:07.000Z (over 10 years ago)
- Last Synced: 2025-11-11T01:31:57.289Z (8 months ago)
- Language: JavaScript
- Size: 22.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.

## 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`