Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raehik/jekyll-newpost
A shell script which generates YAML frontmatter for a new Jekyll post.
https://github.com/raehik/jekyll-newpost
Last synced: about 2 months ago
JSON representation
A shell script which generates YAML frontmatter for a new Jekyll post.
- Host: GitHub
- URL: https://github.com/raehik/jekyll-newpost
- Owner: raehik
- Created: 2014-10-05T22:30:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-18T17:33:27.000Z (almost 10 years ago)
- Last Synced: 2024-06-11T18:31:49.572Z (7 months ago)
- Language: Shell
- Size: 184 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
jekyll-newpost
==============*NOTE: This script is now deprecated by my [new-from-template][]
program.*[new-from-template]: https://github.com/raehik/new-from-template
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.