jekyllthat
jekyllthat copied to clipboard
Date as prefix
With Jekyll, you need to prefix the date to the name of the post. It doesn't seem to be done automatically using this package (from the date in the yaml). Should I specify it myself in the name of the Rmd?
For now, yes.
The knitting process happens on a saved Rmd, and I haven't found a way to handle the file name in Markdown > From Template.
But I'm currently working on a function that will create the Rmd with the good name. Then I'll code a Shiny Widget that will open a window in which you can enter all the yaml parameter (title, url, etc.).
@privefl
Please check the addin I just added.
You can create a new post through the shiny widget, and it will be name with the good Rmd format.