Welcome to mirror list, hosted at ThFree Co, Russian Federation.

config.toml - github.com/mcrwfrd/hugo-frances-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 31f135eecfa2a309575aa482da635199dc7fe687 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Site settings
baseurl = "https://example.org/"
languageCode = "en-us"
sectionPagesMenu = "main"

[params]
	name = "Your name"
	description = "Your description"
	email = "your@email.com"
	author = "Pablo Picasso"

	[params.about]
		title = "About me"
		bio = ""

	[params.contact]
		title = "Contact"
		text = "Write a sentence or two here to invite people to reach out to you over email or Instagram."
		[[params.contact.social]]
			icon = "instagram"
			link = "//www.linkedin.com/in/travisneilson"