diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-05-21 21:41:35 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-05-21 21:41:35 +0200 |
| commit | 555e95319513c7c8289ffe9d188ca1899e5cf70d (patch) | |
| tree | 261d25f66986f42ae7f8ac6455011191cd14c423 /config.toml | |
| download | blog-555e95319513c7c8289ffe9d188ca1899e5cf70d.tar.gz blog-555e95319513c7c8289ffe9d188ca1899e5cf70d.zip | |
migrate to hugo
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..d8cfe95 --- /dev/null +++ b/config.toml @@ -0,0 +1,9 @@ +baseurl = "https://schneefux.xyz" +disablePathToLower = true +languageCode = "de-de" +title = "My shell is my home" +pygmentsuseclasses = true +pygmentscodefences = true +[params] + logo = "/logo.svg" +# Theme based on rakuishi/hugo-zen, MIT |
