-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
77 lines (65 loc) · 2.18 KB
/
hugo.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
77
languageCode = "en-us"
title = "Jonathan Keane Photography"
# Supposedly: if specified, it messes up some links on the preview site, is it needed at all?
baseURL = "https://photo.jonkeane.com"
googleanalytics = "G-CPQDC0642Z"
# disableKinds = ["taxonomy", "section"]
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
timeout = 600
[params]
description = "Travelling the world and taking photographs of things that catch my eye. Landscapes, cityscapes, nature, people."
images = ["photo-jonkeane.jpg"]
title = "Jonathan Keane Photography"
# set below parameter to define a favicon
# favicon = "favicon.ico"
# set to change date format
dateFormat = "2006-01-02"
[module]
[[module.mounts]]
source = "static/assets"
target = "assets"
[[module.mounts]]
source = "assets"
target = "assets"
[[module.imports]]
path = "github.com/curtiscde/hugo-theme-massively"
# If adding any taxonomies here, also need to add to layout/_default/taxonomy.html
[taxonomies]
continent = "continents"
country = "countries"
region = "regions"
city = "cities"
tag = "tags"
[params.nanog]
flickr_userid = "65556368@N00"
# flickr_userid = "jonkeane"
tagBlockList = "nogallery"
[params.slider]
enable = true
[params.meta]
keywords = "photography, photographs, photos, prints, art, framed prints, travel, landscapes, cityscapes, nature, japan, chicago, australia"
description = "Travelling the world and taking photographs of things that catch my eye. Landscapes, cityscapes, nature, people."
robots = "index, follow, noarchive"
googlebot = "noarchive"
googlesiteverification = "f2zJ8lbq0tyR9J_pME6DbTDQWFrLLH-m98SKSbgnmCE"
[imaging.exif]
includeFields = "Description"
[params.posts]
featuredPost = false
pageSize = "10"
# Below parameters can be set to override default post settings
# [params.posts]
# featuredPost = false
# folderName = "post"
# pageSize = "6"
# paginationPages = 2
# showFirstLast = false
[languages]
[languages.en]
languageName = "English"
#[languages.es]
# languageName = "Español"
# title = "Massively - Versión Español"
#[languages.fr]
# languageName = "Français"
# title = "Massively - Version Française"