forked from McFateM/static-landing-page
-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
38 lines (33 loc) · 1.13 KB
/
config.toml
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
baseURL = "https://summittdweller.com/"
languageCode = "en-US"
title = "SummittDweller.com"
theme = "bootstrap-bp-hugo-startpage"
googleAnalytics = "UA-146526628-1"
copyright = "Mark A. McFate"
enableRobotsTXT = true
pygmentsCodeFences = true
canonifyurls = true
paginate = 5
[sitemap]
changefreq = "weekly"
priority = 0.5
[permalinks]
posts = "/:year/:month/:slug/"
post = "/:year/:month/:slug/"
pages = "/:slug/"
page = "/:slug/"
[Author]
name = "Mark A. McFate, but mostly Mackenzie G. McFate"
[params]
description = "Welcome to Summitt Dweller's personal server!"
#images = ["logo.jpg"]
startPageColumns = true
welcomeText = "This landing page is designed solely to provide navigation to the sites/services listed below."
buildDate = '2020-08-07 08:32'
footertext = "<a href='https://summittdweller.com/blogs/mark' target='_blank' class='footer'> <i class='fas fa-code'></i> Hugo site by the McFates.</a>"
twitter = "https://twitter.com/SummittDweller"
facebook = "https://facebook.com/Summitt.Dweller"
[[params.searchEngines]]
name = "Google"
activated = true
url = "https://www.google.com/search"