diff --git a/config.toml b/config.toml index 10e6b1e..8917cb5 100644 --- a/config.toml +++ b/config.toml @@ -1,3 +1,9 @@ baseURL = "https://blog.jpatric.io/" languageCode = "en-us" +theme = "darn-pretty" title = "Pilcrow" + +[params] + subtitle = "Its the ΒΆ icon" + copyrightHolder = "anyone who wants it" + showPoweredBy = true