Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

mackorone/jekyll-blog-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

📌 Deprecated

This repo is no longer active.

I have a new bash script that works better for my needs.

Click to view original README.md

jekyll-blog-cli

A small CLI for managing Jekyll blog posts

Features

  1. List all blog posts
  2. Open posts by title
  3. Update dates in filenames
  4. Run a local Jekyll server

Installation

  1. Install argcomplete:
sudo pip3 install argcomplete
  1. Add to your ~/.bashrc:
export PATH=$PATH:<PATH_TO_THIS_REPO>
export BLOG_ROOT=<PATH_TO_YOUR_BLOG>
eval "$(register-python-argcomplete blog)"

About

A small CLI for managing Jekyll blog posts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages