-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
32 lines (27 loc) · 1.19 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
# Configure Hugo site
# https://gohugo.io/getting-started/configuration/
baseURL = "https://momoto.github.io/"
languageCode = "en-us"
title = "Seiji Momoto"
googleAnalytics = "UA-29340465-5"
archetypeDir = "archetypes" # The directory where Hugo finds archetype files.
dataDir = "data" # The directory from where Hugo reads data files.
resourceDir = "resources" # where the files cache will be stored.
contentDir = "content" # The directory from where Hugo reads content files.
layoutDir = "layouts" # The directory from where Hugo reads layouts (templates).
staticDir = "static" # A directory or a list of directories from where Hugo reads static files.
publishDir = "docs" # The directory to where Hugo will write the final static site.
disableKinds = [
# "page", "home", "section", "sitemap", "robotsTXT", "404"
"taxonomy", "taxonomyTerm", "RSS"
]
[params]
theme_color = "#574CDD"
description = "works with business applications such as ERP systems."
description_photo = "identicon.png"
favicon = "identicon.png"
logo = "identicon.png"
[params.hero]
avatar = "identicon.png"
subtitle = "Seiji Momoto"
resume = "ResumeCollado.pdf"