Skip to content

A shell script which generates YAML frontmatter for a new Jekyll post.

Notifications You must be signed in to change notification settings

raehik/jekyll-newpost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

jekyll-newpost

NOTE: This script is now deprecated by my new-from-template program.

Creates a template Jekyll post with frontmatter based on given arguments. For example:

jekyll-newpost This is the title of the post

would create a file called $(date +%F)-this-is-the-title-of-the-post.md and insert this into it:

---
title: This is the title of the post
date: $(date "+%F %T")
---


See the usage for more help.

About

A shell script which generates YAML frontmatter for a new Jekyll post.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages