ghiden / blog-hugo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A blog repo using Hugo.

Instructions

Install pygments and themes:

pip install Pygments
git submodule update --init --recursive themes/hugo-cactus-theme

Add a new post:

hugo new post/good-to-great.md

Write the post with live reload:

hugo server --buildDrafts

Build:

hugo

Deploy: http://gohugo.io/tutorials/deployment-with-rsync/

About


Languages

Language:CSS 65.3%Language:JavaScript 18.8%Language:HTML 15.9%