Add code highlighting and make minor style changes

This commit is contained in:
2019-08-02 18:35:47 -07:00
parent 4d52c73ee5
commit 2aae302793
2 changed files with 12 additions and 2 deletions

View File

@@ -2,3 +2,5 @@ baseURL = "https://danilafe.com"
languageCode = "en-us"
title = "Daniel's Blog"
theme = "vanilla"
pygmentsCodeFences = true
pygmentsStyle = "github"