Skip to content

Latest commit

 

History

History
executable file
·
30 lines (20 loc) · 745 Bytes

File metadata and controls

executable file
·
30 lines (20 loc) · 745 Bytes

blog

Requirements:

  • Ruby
  • sudo gem install jekyll?
  • sudo gem install bundle?
  • gem 'jekyll-sitemap'
  • gem 'jekyll-paginate'
  • gem 'jemoji'

Docs:

bundle exec jekyll serve

http://127.0.0.1:4000/blog/

Access token: https://www.instagram.com/oauth/authorize/?client_id=2f205830e2cd461aa9bd742c891589e0&redirect_uri=http://localhost&response_type=token&scope=public_content

Mobile:

  • 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/