ideas: updated jekyll_helper.txt
This commit is contained in:
parent
7f31fefe6b
commit
ccf758a95b
@ -6,11 +6,27 @@ It should ask a series of questions and create the file in the correct place
|
|||||||
|
|
||||||
Jekyll helper
|
Jekyll helper
|
||||||
|
|
||||||
Please enter a date and type in DD:MM:YYYY: *FIGURE OUT WHATEVER FORMAT JEKYLL NEEDS* Leave blank for current time:
|
Add or edit post?
|
||||||
|
If edit:
|
||||||
|
grab all of the posts, put them into an array, print 10 at a time (newest first) with corresponding numbers (1-10)
|
||||||
|
let the user select a number to edit that post
|
||||||
|
else:
|
||||||
|
|
||||||
Title
|
YYYY-MM-DD-name-of-post.md
|
||||||
Tags
|
|
||||||
Catagores...
|
|
||||||
|
|
||||||
Gotta go look up how this shit works again
|
date: [todays-date]
|
||||||
|
title:
|
||||||
|
filetype: [md]
|
||||||
|
|
||||||
|
layout [post]:
|
||||||
|
categories:
|
||||||
|
tags:
|
||||||
|
|
||||||
|
Possibly have some sort of config file that remembers the post directory and default editors.
|
||||||
|
|
||||||
|
What language though?
|
||||||
|
Ruby? (fits with jekyll I suppose)
|
||||||
|
python? (I could, but I don't want to deal with python/ruby stupidites)
|
||||||
|
lua? (sounds good)
|
||||||
|
clisp? (might be interesting)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user