Skip to content

n1k0/nicolas.perriault.net

Repository files navigation

My blog

This repository holds code & contents of my personal weblog. It's a static website built using Jekyll and the Hydeout theme. It's hosted on Github Pages.

Install

Ensure Ruby and rbenv are installed, then:

$ make install

To start the development server:

$ make serve

Now browse to localhost:4000.

Create new post

$ node scripts/commands.js new "My title" --section=code --lang=en

Deploy

The blog uses Github Pages for automatic deployment, so it's just matter of:

$ git push master

Image optimization

Install jpegoptim and optipng using your favorite package manager, then:

$ make optim

License

Contents in ./_posts are licensed under the terms of the Creative Commons BY-NC-SA license.