-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
51 lines (46 loc) · 838 Bytes
/
config.yaml
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
---
baseURL: "https://hugo-minimal.netlify.com/"
title: Hugo Starter
languageCode: "en-us"
metaDataFormat: yaml
pluralizeListTitles: false
enableRobotsTXT: true
paginate: 5 # Number of posts per page
permalinks:
blog: /:section/:year/:month/:slug/
products: /:section/:slug/
taxonomies:
category: category
tag: tags
outputs:
home:
- HTML
- JSON
section:
- HTML
- RSS
- JSON
page:
- HTML
- JSON
menu:
main:
- Name: "About"
Weight: 1
Identifier: "about"
URL: "/about/"
- Name: "Products"
Weight: 2
Identifier: "products"
URL: "/products/"
- Name: "Blog"
Weight: 3
Identifier: "blog"
URL: "/blog/"
- Name: "Contact Us"
Weight: 4
Identifier: "contact"
URL: "/contact/"
params:
Title: "Hugo Starter"
---