config.toml (view raw)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 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 |