diff options
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..de9e6a5 --- /dev/null +++ b/config.toml @@ -0,0 +1,63 @@ +languageCode = "en-GB" +baseurl = "https://www.alanpearce.eu" +title = "Alan Pearce" +theme = "xmin" +pygmentsUseClasses = true +pygmentsCodeFences = true + +[permalinks] + post = "/post/:slug" + +[Params] +Description = "Developer, Emacser" +footer = "Licensed under a <a rel=\"license\" href=\"http://creativecommons.org/licenses/by/4.0/\">Creative Commons Attribution 4.0 International License</a>." + +[Params.GPG] +fingerprint = "48E6 576C 0707 388C B8BE FD0C CD4B EB92 A8D4 6583" +url = "/public_key.asc" + +[author] + name = "Alan Pearce" + image = "/img/me-thumb.jpg" + +[[menu.main]] + name = "Home" + url = "/" + weight = 1 +[[menu.main]] + name = "Posts" + URL = "/post/" +[[menu.main]] + name = "Repositories" + URL = "https://git.alanpearce.eu" + +[[menu.contact]] + name = "alan@alanpearce.eu" + URL = "mailto:alan@alanpearce.eu" + weight = 1 +[[menu.contact]] + name = "GitLab" + URL = "https://gitlab.com/alanpearce" +[[menu.contact]] + name = "GitHub" + URL = "https://github.com/alanpearce" +[[menu.contact]] + name = "StackOverflow Jobs" + url = "http://stackoverflow.com/users/story/381895" +[[menu.contact]] + name = "Keybase" + url = "https://keybase.io/alanpearce" + +[privacy] + [privacy.disqus] + disable = true + [privacy.googleAnalytics] + disable = true + [privacy.instagram] + disable = true + [privacy.twitter] + disable = true + [privacy.vimeo] + disable = true + [privacy.youtube] + disable = true |