Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joj0/jekyll-helpers
Create picture galleries for Jekyll based websites
https://github.com/joj0/jekyll-helpers
Last synced: 28 days ago
JSON representation
Create picture galleries for Jekyll based websites
- Host: GitHub
- URL: https://github.com/joj0/jekyll-helpers
- Owner: JOJ0
- License: other
- Created: 2018-05-27T22:18:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T07:06:43.000Z (about 2 months ago)
- Last Synced: 2024-10-29T08:18:08.091Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JekHELP
`jekhelp` is a command line tool that helps resizing pictures and creating picture gallery files for websites built with Jekyll.
## Setup
* Clone the repo and `cd` into it
* Install with `pip install .`
* Create a configuration file `~/.config/jekhelp/config.yaml` and set `site_root` to your Jekyll site's source directory (eg. to `~/myblog_source`)## Usage
`jekhelp --help` and `jekhelp thumbs --help` should reveal all possibilities.
Please open an issue in case you're missing something in the online help. Thank you!
# Bash version
You'll also find the predecessors of above's tool in this repo. They are written purely in bash-compatible code. I don't use and maintain them anymore but leave them here for reference.
* `jekallery.sh` generates Jekyll collection files (.md) for a photo gallery
* `thumbs.sh` generates smaller version of pictures that can be used for the Jekyll gallery