Open ocefpaf opened 8 years ago
Hmm... not sure. There are minimal Jekyll plugins available on GitHub Pages which probably limits options somewhat: https://pages.github.com/versions/, but I found some info on search using javascript libraries:
http://jekyll.tips/jekyll-casts/jekyll-search-using-lunr-js/ https://github.com/slashdotdash/jekyll-lunr-js-search
No idea if these are optimal or not though. Tags, not sure either...
There are some interesting helper functions built into Min. Mistakes theme though (Gallery useful for us perhaps?):
Thanks @mwengren I will take a look into these ASAP.
@ocefpaf - TAG! You're it!
https://github.com/mmistakes/minimal-mistakes/blob/master/docs/_pages/tag-archive.html
Can we use Jekyll Archives? The minimal mistakes dude suggests it's easier: https://github.com/jekyll/jekyll-archives
This page indicates that we can use tags but doesn't really show you how: https://jekyllrb.com/docs/variables/
@mwengren do you know if
Minimum Mistakes
supportssearch
andtags
?