-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
47 lines (38 loc) · 1.26 KB
/
hugo.toml
File metadata and controls
47 lines (38 loc) · 1.26 KB
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
baseURL = "https://human-singularity.org/"
languageCode = "en-uk"
title = "Human Singularity Network"
theme = "soft-ui"
[params]
defaultAuthor = ""
sectionPagesMenu = 'main'
[menu]
[[menu.legal]]
name = '</a><span class="text-white text-sm ps-3 d-block"><strong>Tax ID</strong> PT517563363<br /><strong>Address</strong><br />Rua Abade Faria 48, rc dto 1900-008 Lisbon, Portugal</span>'
pageRef = ''
[security]
enableInlineShortcodes = false
[security.exec]
allow = ['^dart-sass-embedded$', '^go$', '^npx$', '^postcss$']
osEnv = ['(?i)^(PATH|PATHEXT|APPDATA|TMP|TEMP|TERM)$']
[security.funcs]
getenv = ['^HUGO_','SLUG','post_datetime','post_image','post_tags','post_slug','post_title','post_content','google_maps_link','latitude','longitude']
[security.http]
methods = ['(?i)GET|POST']
urls = ['.*']
# Image processing settings
[imaging]
# Default quality for JPEG images
quality = 90
# Default resample filter, change to "box" for faster processing if needed
resampleFilter = "catmullrom"
# Define anchor points for cropping
anchor = "smart"
# Media Types
[mediaTypes]
[mediaTypes."image/jpeg"]
suffixes = ["jpg", "jpeg"]
[mediaTypes."image/png"]
suffixes = ["png"]
# Image processing options for specific types
# [imaging.exif]
# includeFields = ["DateTime", "Make", "Model"]