blog

Repository for Jekyll on Github website.

Install & run

$ ruby -v
$ bundle install
$ jekyll serve
$ bundle exec jekyll serve # to be sure to use jekyll/gems from that folder
Server address: http://127.0.0.1:4000/

Create a post

$ touch _posts/YYYY-mm-dd-slug-here.md
---
title: New article
categories: [prestashop,google,opensource,adobe campaign]
---
Excerpt here...
<p class="text-center">🐍👑🌍</p>
<!--more-->
**bold** *italic*  ~~strikethrough~~
## Use h2 for each section
![todo](/assets/images/2019/01/image.png)

Video:

<div class="text-center">
  <video autoplay loop muted playsinline height="250">
    <source src="/assets/images/2018/12/overthewire-natas12-php-injection.mp4" type="video/mp4" />
  </video>
</div>

Markdown reference
https://guides.github.com/features/mastering-markdown/#examples

Update Algolia index

$ echo 'my_algolia_key' > _algolia_api_key
$ bundle install --gemfile=Gemfile.dev
$ jekyll algolia

GitHub