Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/L-A/Little-Jekyll
A desktop app for Jekyll
https://github.com/L-A/Little-Jekyll
desktop electron jekyll
Last synced: 2 months ago
JSON representation
A desktop app for Jekyll
- Host: GitHub
- URL: https://github.com/L-A/Little-Jekyll
- Owner: L-A
- License: mit
- Archived: true
- Created: 2015-11-20T14:28:33.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-27T18:03:56.000Z (over 7 years ago)
- Last Synced: 2024-06-19T03:04:47.107Z (5 months ago)
- Topics: desktop, electron, jekyll
- Language: JavaScript
- Homepage: http://2017.louis-andre.net/little-jekyll
- Size: 11.2 MB
- Stars: 40
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Little Jekyll
## **Development paused** (11/11/2016)
Since Jekyll has recently moved to [gem-based themes](http://jekyllrb.com/news/2016/07/26/jekyll-3-2-0-released/), my method for including an install-less Jekyll conflicts with the direction they are taking.
It also (in my opinion) adds more obstacles to the learning steps that a beginner might take in learning to build for the web, which goes against the general mission I gave myself with Little Jekyll.
<3
---
### To use gem-based themes with Little-Jekyll
Any gem-based theme can be converted to the "old" way of including theme files in your repo: [Converting gem-based themes to regular themes](https://jekyllrb.com/docs/themes/#converting-gem-based-themes-to-regular-themes)
---
A desktop app to manage Jekyll websites, overview and control your Jekyll processes.
## Setup
- `git clone`
- `npm install`## Development
In two terminal sessions:
- `npm run hot-server` for live-reloading
- `npm run start-hot` for Electron to start in hot mode. The front-end components will auto-reload.## Packaging
- `npm run package` does a test packaging of the Darwin (OS X) distributable.
- `npm run package-all` does Windows, Linux (x86, x64), and Darwin.## License and acknowledgements
License: [MIT](../master/LICENSE)