brunetton / new_post.sh

Simple and straightforward bash script to generate new Jekyll posts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jekyll new post bash script

Simple bash script to generate new Jekyll blog posts from command line

Original implementation: this Gist

Usage

new_post.sh Super interesting Post will create _posts/2023-01-19-super-interesting-post.md (2023-01-19 will be replaced by current date) with this content:

---
title: "Super interesting Post"
date: 2023-01-19
tags: []
---

Why ?

Unfortunately something prevented me from using Jekyll-compose; and I didn't have time to look deeply.

About

Simple and straightforward bash script to generate new Jekyll posts

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%