How to install ruby on your OS.
gem install bundler jekyll
bundle update
bundle exec jekyll serve
- Posts are located in the
_posts
directory.
- Images are stored in the
assets/images/
directory - Reference the absolute paths of the images in the markdown file
- EX:
![](/assets/images/azserglogo.png)
- EX:
There are currently some dependency issues for Ruby on the new M1 macs. It's recommended to use another system if your dependencies keep breaking.