Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 670 Bytes

NOTES.md

File metadata and controls

24 lines (18 loc) · 670 Bytes

Cool Tips

Make sure you have a ~/.env file with the astronomy api key and secret

Build the site (images, search index)

bundle exec jekyll build

Start the server

ruby -v rvm use 2.7.7 (if rvm list shows 2.3.4 or 2.6.3 is being used) or maybe 3.1.3 (so it matches 750 words) bundle exec jekyll serve --incremental http://localhost:4000

Ruby versions

  • Netlify seems to want 3.3.4

Working with images (using webp)

  • uses netlify's image_tag
  • {% include img.html src=page.image alt=page.title %}

Embedding tweets