/blog

Primary LanguageHTMLMIT LicenseMIT

This is a Jekyll blog. To build:

bundle install
bundle exec jekyll build

To develop locally:

bundle exec jekyll serve

I use Isso for comments. Here are the steps to set it up:

    location /isso {
        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
        proxy_set_header X-Script-Name /isso;
        proxy_set_header Host $host;
        proxy_set_header X-Forwarded-Proto $scheme;
        proxy_pass http://localhost:8080;
    }