+ [11 years ago] lhx1 Hi! Is there an easy way for the defaul url to be set to a 'page' instead of a list of the blog posts?
+ [11 years ago] bret lhx1 yeah, fiddle with your ./index.html
+ [11 years ago] bret remove the liquid that is displaying your blog posts
+ [11 years ago] lhx1 bret: ty
+ [11 years ago] bret if you haven't checked them out yet, the docs are a good read

message no. 42115

Posted by eagle in #jekyll at 2014-08-23T06:03:31Z

I know that
+ [11 years ago] stef1a is it possible to automatically generate a post filename based on its creation date and title attribute?
+ [11 years ago] pontiki stef1a: not quite sure what you want; i wrote this little thor thingie: https://github.com/tamouse/jekyllpress
+ [11 years ago] pontiki it will create a new post or a new page with a title
+ [11 years ago] stef1a pontiki: each time i write a post, i don't want to figure out what to name the file. i want the filename to be generated for me (based on, say, today's date, and the title: line in the frontmatter)
+ [11 years ago] pontiki yeah, take a look here: https://github.com/tamouse/jekyllpress/blob/master/lib/jekyllpress.rb