Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 562 Bytes

README.md

File metadata and controls

22 lines (21 loc) · 562 Bytes

Minimal mistakes

Demo and Guides Github

Run locally

bundle install
bundle exec jekyll serve

Useful stuff

Link to one of your own posts:

[Link text]({% link _posts/2023-01-29-safety-shield.md %})

Link to a youtube video:

{% include video id="ldvWMJVBLa0" provider="youtube" %}

Insert an image and limit its size:

![image-right]({{ site.url }}{{ site.baseurl }}/assets/img/optical_belt_sorter.png){: width="430" .align-right }