https://blog.floriancourgey.com
Repository for Jekyll on Github websiteInstall & run
$ docker-compose up # Server address: http://127.0.0.1:4000/
# docker exec bash
$ bundle install
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

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
$ bundle exec jekyll algolia
htmlproofer
$ htmlproofer --allow_hash_href --empty_alt_ignore --assume_extension --disable_external ./_site &> h
tmlproofer/htmlproofer.log
Jekyll on Github
Changelog
- 20190204 migration from https://github.com/floriancourgey/www to https://github.com/floriancourgey/blog
- 20181214 Pages migrated from floriancourgey.github.io/tools (Crack, UNIX) & links to String, SEO, MPG
- 20181213 Over The Wire series
- 20181127 Algolia implemented
- 20181120 Migration to Jekyll and first post on Github Pages https://blog.floriancourgey.com
- 20180330 First post on https://floriancourgey.com (wordpress original website)