Skip to content

lvn/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blog

A blog.

Check it out here.

Instructions

Mostly a note to self.

This blog is built with Hugo, an excellent static site generator by Steve Francia. Install Hugo with the following command after installing Go and setting up your GOPATH:

go get -v github.com/spf13/hugo

Syntax highlighting of code blocks is powered by the Python package Pygments. To install Pygments:

pip install pygments

To create a new post:

hugo new post/<name>.md

To run a test server that watches for changes:

hugo server --watch

To compile into a static site (into the public folder):

hugo

Releases

No releases published

Packages

No packages published