ropensci / roweb

:no_entry: [DEPRECATED] Active at https://github.com/ropensci/roweb2
https://legacy.ropensci.org
Other
18 stars 29 forks source link

notes on creating new blog #257

Closed sckott closed 8 years ago

sckott commented 8 years ago

need a separate blog folder for the new blog

screen shot 2016-09-08 at 10 58 44 am

within _posts, create new folder matching the category name

screen shot 2016-09-08 at 10 58 57 am

for posts in the new category, include a category in the yaml metadata

screen shot 2016-09-08 at 10 59 08 am

in /blog/index.html https://github.com/ropensci/roweb/blob/master/blog/index.html#L27-L37 exclude pt posts, and now exclude posts with the new category name

in /blog-pt/index.html https://github.com/ropensci/roweb/blob/master/blog-pt/index.html#L28-L33 only cycle through posts that have the category name

karthik commented 8 years ago

That's what I did on the tech-notes branch: https://github.com/ropensci/roweb/tree/tech-notes

But for some reason, the index page renders but doesn't show the post.

karthik commented 8 years ago

Actually, it works!

karthik commented 8 years ago

@jeroenooms If you want to pull the tech-notes fork and add your post, we can get this up shortly.