-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
60 lines (54 loc) · 2.35 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
baseurl = "https://kevelyn1.github.io/mapcrastinating/" # Include trailing slash
title = "Evelyn Uuemaa's Maps"
theme = "hugo-swift-theme"
publishDir = "docs"
#author = "Steve Francia"
#copyright = "Copyright © 2008–2018, Steve Francia and the Hugo Authors; all rights reserved."
canonifyurls = true
paginate = 4
# Enable syntax highlighting
# comment on delete the following lines 11 ~ 13
pygmentsCodefences = true
pygmentsCodefencesGuessSyntax = true
[params]
[params.designer]
blub = "Mapcrastinating..."
name = "Evelyn Uuemaa"
url = "https://www.linkedin.com/in/evelyn-uuemaa-713063144/"
[[params.authors]]
#name = "@evelynuuemaa" # can be nickname # if fullName 👇🏻 isn't set, name will be displayed on author card
#fullName = "Evelyn Uuemaa" # optional. If set, it will display on author card
#bio = "It's time to flex. Write a short or not-so-short summary about yourself."
#photo = "myPhotoFile.jpg"
#url = "https://myURLofChoice.domain"
#twitter = "@evelynuuemaa" # twitter handle e.g @weru
#logo = "logo.png"
# ga_analytics = "" # google analytics ID e.g UA-116386578-1
# ga_verify = "" # google verification code e.g 5jb-rxeBfITeJQKOuUss3ud6FPGTxXkCho-ZN5qlrZg
# author = "Weru" # default author
# image = "placeholder-image.png" # used whenever a page image is not set
blogDir = "post" # uncomment and edit to exclude normal pages ... see issue #57
# [params.staticman]
# endpoint = "" # URL of your own API deployment (without trailing slash), default: "https://staticman-frama.herokuapp.com"
# gitProvider = "github" # Either "github" or "gitlab"
# username = "username" # GitHub/GitLab user name
# repository = "repo" # GitHub/GitLab user name
# branch = "master" # Branch holding the source code for your site, should match the `branch` parameter in `staticman.yml`
#
# # If you use reCAPTCHA v2, you must also set these parameters in staticman.yml
# [Params.staticman.reCaptcha]
# siteKey = "" # Use your own site key, you need to apply for one on Google
# secret = "" # ENCRYPT your password by going to https://<staticman-endpoint>/v3/encrypt/<your-site-secret>
[menu]
[[menu.main]]
name = "About"
url = "about/"
weight = 2
[[menu.main]]
name = "Blog"
url = "tags/tutorials/"
weight = 3
[[menu.main]]
name = "Contact"
url = "contact/"
weight = 4