raghudotcc / simply-jekyll

A simple yet highly functional jekyll theme with backlinks, wiki-style links, context menu, page preview, sidenote etc
202 stars 225 forks source link

Possible to delete the posts and show only notes feed on the front page? #3

Closed jarodise closed 4 years ago

jarodise commented 4 years ago

Hi! I find having both posts and notes a bit confusing, since I only want to use this to build a digital garden, so simply having notes would be enough, is there a way I can delete the posts part and showcase only the notes? unfortunately, I'm not tech savvy enough the tweak the layout structure myself, please kindly advise.

and thanks again for making such a great project! .

raghudotcc commented 4 years ago

Hi Jarodise,

Just search through the entire project and delete all the existing blocks of statements containing site.notes. And then replace all the blocks of statements containing site.posts with site.notes. Once you do that just delete the posts directory. I think that should be sufficient.

jarodise commented 4 years ago

Ha, that sounds like a sure way to break the site, I don't think without proper tech background I'm able to to pull something like that off, thanks anyway.

raghudotcc commented 4 years ago

Hi Jarodise,

You can take a look at Rob Haisfield's(@classicrob) fork of this theme(https://github.com/classicrob/simply-jekyll). He has done just what you asked for. Try forking Rob's repo of simply-jekyll and let me know if that works for you. :)