diff --git a/ideas/jekyll_helper.txt b/ideas/jekyll_helper.txt index c4e090f..0e40d73 100644 --- a/ideas/jekyll_helper.txt +++ b/ideas/jekyll_helper.txt @@ -6,11 +6,27 @@ It should ask a series of questions and create the file in the correct place 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 -Tags -Catagores... +YYYY-MM-DD-name-of-post.md -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)