-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.toml.bak
35 lines (30 loc) · 880 Bytes
/
config.toml.bak
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
baseURL = "https://static.grinnell.edu/"
languageCode = "en-US"
title = "static.Grinnell.edu"
theme = "bootstrap-bp-hugo-startpage"
googleAnalytics = "UA-4766052-13"
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"
[params]
description = "Welcome to the static.Grinnell.edu landing page at Grinnell College!"
#images = ["logo.jpg"]
startPageColumns = true
welcomeText = "This landing page is designed solely to provide navigation to the sites/services listed below."
buildDate = '2021-01-13 15:16'
[[params.searchEngines]]
name = "Google"
activated = true
url = "https://www.google.com/search"