Requirements:
- Install Ruby. Mac = already installed? (Check ruby -v in terminal). Windows = https://rubyinstaller.org/downloads/ (pick bold version with devkit)
- sudo gem install bundle
- sudo bundle install (warning - don't install bundler as root?)
- bundle exec jekyll serve (make sure you cd to the right directory)
- http://127.0.0.1:4000/
- gem install jekyll
- gem 'jekyll-sitemap'
- gem 'jekyll-paginate'
- gem 'jemoji'
- https://jekyllrb.com/
- hydecorp/hydejack#8
- https://stackoverflow.com/questions/10012181/bundle-install-returns-could-not-locate-gemfile
- d-block d-md-none to hide on medium, large and extra large devices.
- d-none d-md-block to hide on small and extra-small devices.
https://css-tricks.com/snippets/jquery/smooth-scrolling/
img, embed, object, video { max-width:100%; }nav a, button { min-width: 48px; min-height: 48px; }
room between = 40px
@media screen and (min-width: 500px) { .yes { opacity: 1; } .no { opacity: 0; } }