Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 711 Bytes

README.md

File metadata and controls

25 lines (23 loc) · 711 Bytes

Dependencies

Install Ruby

How to install ruby on your OS.

Install Jekyll

gem install bundler jekyll

Install Dependencies

bundle update

How to run on localhost

bundle exec jekyll serve

Posts

  • Posts are located in the _posts directory.

How to link images in markdown

  • Images are stored in the assets/images/ directory
  • Reference the absolute paths of the images in the markdown file
    • EX: ![](/assets/images/azserglogo.png)

Known Bugs

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.