A command line interface for managing your Jekyll Blog
Project description
jekyll-manager
What is jekyll-manager?
Jekyll-Manager is a command-line tool that acts as an interface to manage your jekyll blog.
Currently, the extent of the tool covers managing posts (listing, viewing, editing, creating and deleting), but plans to cover more. Your suggestions are always welcome!
QuickStart
Jekyll-Manager is available for download via pip (page here).
To download, you simply need to run:
pip install jekyll-manager
How to run (with pip install)
To run jekyll-manager, first navigate to the root directory of your jekyll blog, then type jekyll-manager to run.
It's that simple!
Build it yourself
With the current build being in Python3, this needs to be installed.
Installation guide for Python3 can be found here. https://www.python.org/downloads/
After installing Python3, we need to install all of the required packages. To do this, pip needs to be
installed. If this is not already installed, installation steps can be found
here. https://pip.pypa.io/en/stable/installation/
To install the required packages, first you will need to clone the repository. To do this, open your terminal (or command prompt on windows) and type in:
git clone https://github.com/Kludron/jekyll-manager
The next step is to install the required pip packages. To do this, type in:
cd jekyll-manager
pip install -r requirements.txt
How to run
Now that the requirements are installed, jekyll-manager can be run directly
NOTE: This is tool is currently not yet configured to be run directly for Windows Machines.
./jekyll-manager <jekyll-blog-directory>
or with python
python jekyll-manager <jekyll-blog-directory>
There is also the ability to run this program from anywhere.
Linux / MacOS
For Linux and MacOS users, this can be done by symlinking the file to your local bin folder.
NOTE: For this to work, your $HOME/.local/bin file needs to be in your PATH.
ln -s $(pwd)/jekyll-manager $HOME/.local/bin/
Windows
For Windows users, this can be done by adding the jekyll-manager folder to your path. To do this:
NOTE: Currently, this is unsupported and not available on Windows machines yet.
- Open up Control Panel.
- Type in
envin the search bar. - Click on 'Edit environment variable for you account'.
- Select the 'Variable' named 'PATH'.
- Click on 'Edit...'
- Click on 'New'
- Type in the Path to the jekyll-manager folder (that was cloned from github).
- Click OK
- Click OK (again)
- Restart your device (for changes to take effect)
FAQ
My Jekyll Configuration is different to the default, can I still use this tool?
Not at the moment.
This tool is still very much in progress, but will cater towards all configurations for jekyll in the near future. Stay tuned!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file jekyll-manager-1.0.2.tar.gz.
File metadata
- Download URL: jekyll-manager-1.0.2.tar.gz
- Upload date:
- Size: 9.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.1 pkginfo/1.8.3 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.64.0 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a7047160de3a4fe26db4360f6fb7fb211634e8570d8b5c15a89b53a57a2bc2d
|
|
| MD5 |
6c9e8182f9d67e429bc7e72ab8d354a1
|
|
| BLAKE2b-256 |
77bcdc5b77fea45fc5a97de904054a2bb1135fdc26b79dddc4aa94b74456fd82
|
File details
Details for the file jekyll_manager-1.0.2-py3-none-any.whl.
File metadata
- Download URL: jekyll_manager-1.0.2-py3-none-any.whl
- Upload date:
- Size: 9.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.1 pkginfo/1.8.3 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.64.0 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a6df846ecf3f1d5bfc0c1b3ba38148d99c81969fee54646e0866c43fd96feb6
|
|
| MD5 |
23616ea55e72359892b888581b466029
|
|
| BLAKE2b-256 |
1ca2bb7f19549153f06c25c2f795c4daa7131bbd9c4e24ba269f5ce5fd77c58e
|