-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
111 lines (99 loc) · 2.54 KB
/
hugo.toml
File metadata and controls
111 lines (99 loc) · 2.54 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
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
baseURL = 'https://seattlestartups.info/'
languageCode = 'en-us'
title = 'Seattle Startups - Free Resources for Founders'
theme = 'startup-theme'
[params]
description = "248+ verified free resources for early-stage founders in Greater Seattle"
author = "Seattle Startup Community"
github = "https://github.com/adambkovacs/seattlestartups.info"
tagline = "Your launchpad to the Seattle startup ecosystem"
[params.counties]
king = "King County (Seattle, Eastside)"
snohomish = "Snohomish County"
pierce = "Pierce County (Tacoma)"
kitsap = "Kitsap County"
thurston = "Thurston County (Olympia)"
[params.cities]
seattle = "Seattle"
tacoma = "Tacoma"
bellevue = "Bellevue"
everett = "Everett"
olympia = "Olympia"
bremerton = "Bremerton"
lynnwood = "Lynnwood"
redmond = "Redmond"
online = "Online / Statewide"
[params.industries]
tech = "Tech & Software"
ai = "AI & Machine Learning"
cleantech = "CleanTech & Sustainability"
lifesciences = "Life Sciences & Biotech"
maritime = "Maritime & Blue Economy"
aerospace = "Aerospace & Defense"
food = "Food & Agriculture"
creative = "Creative & Media"
hardware = "Hardware & Manufacturing"
fintech = "FinTech & Financial Services"
general = "General / All Industries"
[taxonomies]
category = "categories"
county = "counties"
audience = "audiences"
industry = "industries"
tag = "tags"
[menu]
[[menu.main]]
name = "Resources"
url = "/resources/"
weight = 1
[[menu.main]]
name = "Guides"
url = "/guides/"
weight = 1.5
[[menu.main]]
name = "By City"
url = "/cities/"
weight = 2
[[menu.main]]
name = "For Founders"
url = "/audiences/"
weight = 3
[[menu.main]]
name = "About"
url = "/about/"
weight = 4
[[menu.main]]
name = "Submit"
url = "/submit/"
weight = 5
# Build optimization for Tailwind CSS (Hugo best practice)
[build]
[build.buildStats]
enable = true
[[build.cachebusters]]
source = "(postcss|tailwind)\\.config\\.js"
target = "css"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = false
[markup.highlight]
style = "github"
[outputs]
home = ["HTML", "RSS", "JSON"]
section = ["HTML", "RSS", "JSON"]
[outputFormats.JSON]
mediaType = "application/json"
baseName = "index"
isPlainText = true
# Sitemap configuration
[sitemap]
changefreq = "weekly"
filename = "sitemap.xml"
priority = 0.5
# Page-specific sitemap priorities
[params.sitemap]
home_priority = 1.0
guides_priority = 0.9
resources_priority = 0.8
cities_priority = 0.7