Bash Script for generating Jekyll Markdown posts

1 · Biplob Manna · Sept. 6, 2022, 4:30 p.m.
#markdown-toc::before{content:'Table of Contents';font-weight:700}#markdown-toc{border:3px solid #aaa;padding:1.5em;margin-left:0;display:inline-block} Did I really get bored again? Let’s automate creating a new post Parsing arguments in Bash script Parsing non-option arguments Playing with Variables & Parsing Parse title Parse date, time, timezone Create filename variable Create a New Post Create file in _posts/ Inject Front Matter Generate Table of Contents Did I really get bored ag...