Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 591 Bytes

File metadata and controls

21 lines (12 loc) · 591 Bytes

This is the draft webpage for CARSMOS.AI

https://ymote.github.io/

https://www.carsmos.ai/

How to make changes to the Carsmos Jekyll site

https://hackmd.io/@dspfac/rJjfDXzci

Special note for running/testing Jekyll themes locally on MacOS machine

The Ruby version preloaded in MacOS is v2.x, too low to run Jekyll. The latest Ruby version 3.2.x is too high to Jekyll as well, with compaibility issues. The best Ruby version to run Jekyll on your Mac is v3.1.x, e.g. 3.1.3.

Please check:

https://jekyllrb.com/docs/installation/macos/

jekyll/jekyll#9233