ioos / ioos_jekyll_theme

Jekyll theme for IOOS GitHub pages
MIT License
0 stars 6 forks source link

Search form and tags #18

Open ocefpaf opened 8 years ago

ocefpaf commented 8 years ago

@mwengren do you know if Minimum Mistakes supports search and tags?

mwengren commented 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?):

https://mmistakes.github.io/minimal-mistakes/docs/helpers/

ocefpaf commented 8 years ago

Thanks @mwengren I will take a look into these ASAP.

jbosch-noaa commented 7 years ago

@ocefpaf - TAG! You're it!

https://github.com/mmistakes/minimal-mistakes/blob/master/docs/_pages/tag-archive.html

jbosch-noaa commented 7 years ago

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/

ocefpaf commented 7 years ago

xref: https://github.com/ioos/notebooks_demos/issues/164