Allow for a jekyll post to have no day only year and month -


sometimes have projects launch , takes month of work , they're launched within month have no specific date associated them. save post 2011-05-00noday.md jekyll not allow it. there way , have permalink reflect /2011/05/noday.html?

check setting yaml config file:

#for pages permalink: pretty  #for posts defaults:   - scope:      path: ""      type: "posts"     values: #this looks prettier      permalink: /blog/:title #for needs      permalink: /:year/:month/:title 

Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -