blog-static/config.toml

8 lines
184 B
TOML
Raw Permalink Normal View History

2019-08-02 17:34:26 -07:00
baseURL = "https://danilafe.com"
2019-08-02 17:13:41 -07:00
languageCode = "en-us"
2019-08-02 17:34:26 -07:00
title = "Daniel's Blog"
theme = "vanilla"
pygmentsCodeFences = true
pygmentsStyle = "github"
2019-08-16 14:25:18 -07:00
googleAnalytics = "UA-145822895-1"