-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
76 lines (59 loc) · 2.01 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
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
64
65
66
67
68
69
70
71
72
73
74
75
76
# config.toml
# theme and config based on https://github.com/CrimsonRay/slender
baseurl = "https://pheara.github.io/"
title = "Pheara’s Ramblings"
languageCode = "en-US"
MetaDataFormat = "toml"
theme = "hugo-theme-pixyll-modified"
Paginate = 5
PaginatePath = "/"
[author]
name = "Pheara"
[permalinks]
# Permalink format for pages.
page = "/:title/"
# Permalink format for blog posts.
post = "/article/:title/"
[params]
# Change the color scheme of Slender.
# See above for preview and list of color schemes.
colorscheme = "white"
# Tagline; HTML accepted here. Keep it concise.
# tagline = "120% guaranteedly inconsistent"
# Footer; Markdown accepted here.
footer = ""
# Description and keywords for <meta> tags.
# Remember to set this for your main page.
# This will be overridden by whatever is set by the page or post,
# defined by `description` and `keywords` variables in the front matter
# of the markdown file.
description = "A collection of ideas, designs and essays created over the course Pheara's Media and Human Centered Computing Studies"
keywords = "game design, sociology of technology, human computer interaction, pheara"
# Google Analytics
# Remove, comment, or leave it blank if you don't have one.
# ganalytics = ""
twitter_username = "ph_e_a_r_a"
email = "[email protected]"
github_username = "pheara"
fediverse_name = "[email protected]"
fediverse_url = "https://chaos.social/web/accounts/150912"
flickr_id = "153763767@N06"
flickr_username = "magenta.cat"
[menu]
# Menu for the nav bar.
# There must always be one item present (e.g. home).
[[menu.main]]
identifier = "home"
name = "home"
url = ""
weight = 0
[[menu.main]]
identifier = "about"
name = "about"
url = "about/"
weight = 1
[[menu.main]]
identifier = "contact"
name = "contact"
url = "contact/"
weight = 2