hugo

Fork of github.com/gohugoio/hugo with reverse pagination support

git clone git://git.shimmy1996.com/hugo.git

resource.scss (118B)

    1 $font-stack: Helvetica, sans-serif;
    2 $primary-color: #333;
    3 
    4 body {
    5   font: 100% $font-stack;
    6   color: $primary-color;
    7 }