ropensci / roweb

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

Fix Jekyll blog #263

Open karthik opened 7 years ago

karthik commented 7 years ago

The current set up of filtering the technotes is not working well. Right now there is only one post (the postdoc ad) on the main page, instead of 3. Before that (when we had two technotes at the top), the blog was empty on the first page.

Given that we have problems with Jekyll filtering (and this will not be fixed anytime soon) shall we go ahead and set this up as a separate blog, then add that to R-bloggers?

That seems to be the only logical way forward. Other ideas welcome.

sckott commented 7 years ago

We could have separate jekyll site with just the technotes blog, and could we rsync it the same server and serve on https://ropensci.org/tech-notes ?

karthik commented 7 years ago

Yeah, that seems like the best way.

sckott commented 7 years ago

started repo here https://github.com/ropensci/tech-notes

the blog is just in the index.html file in the root of the dir now instead of in a folder

not sure how this needs to be setup to serve on ropensci.org/tech-notes

i removed lots of files we didn't need in the new repo - probably there are others to remove