diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-21 16:32:35 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-21 16:32:35 +0200 |
| commit | 1f824e6ae5ac39d0cefe0244ea9223c1783494f3 (patch) | |
| tree | b898d60dabde26ace368e1482a6189d5009ae95f /config.toml | |
| download | pragblog-1f824e6ae5ac39d0cefe0244ea9223c1783494f3.tar.gz pragblog-1f824e6ae5ac39d0cefe0244ea9223c1783494f3.zip | |
first commit, dummies
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..18ae930 --- /dev/null +++ b/config.toml @@ -0,0 +1,6 @@ +baseurl = "http://replace-this-with-your-hugo-site.com/" +languageCode = "de-de" +title = "Prag-Flog" +theme = "flog" +pluralizelisttitles = false +disablePathToLower = true |
