-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
36 lines (31 loc) · 937 Bytes
/
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
# baseURL = "https://static.grinnell.edu/"
title = "static.Grinnell.edu"
# publishDir = "docs"
languageCode = "en-US"
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. Now hosted on GitHub Pages!"
buildDate = '2021-10-05 17:32 CST'
[[params.searchEngines]]
name = "Google"
activated = true
url = "https://www.google.com/search"