-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathhugo.yaml
More file actions
52 lines (47 loc) · 1.54 KB
/
Copy pathhugo.yaml
File metadata and controls
52 lines (47 loc) · 1.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
baseURL: "https://20.djangoproject.com/"
languageCode: "en-us"
title: "Django's 20 year birthday!"
theme: "django20"
defaultContentLanguage: "en"
markup:
goldmark:
renderer:
unsafe: true
mediaTypes:
application/feed+json:
suffixes:
- json
outputFormats:
jsonfeed:
mediaType: application/feed+json
baseName: feed
rel: alternate
isPlainText: true
# See: https://gohugo.io/content-management/multilingual/
languages:
en:
title: "Django's 20 year birthday!"
params:
description: "Celebrating 20 years of Django - Find and share events, learn about Django's future and history, get special merch"
images: ["/images/some_preview.png"]
weight: 2
# First Hugo looks in your post front matter for an images value (images: [""])
# Then Hugo searchs for image page resources with feature, cover or thumbnail in their name. These are images files under a directory that matches the post (e.g. content\posts\first-post)
# If no images are found, Hugo looks for images (images: [""]) in your site config
# If no image if found, then an image-less Twitter summary card is used instead of summary_large_image
# https://digitaldrummerj.me/hugo-preview-when-sharing-twitter/
LanguageName: English
menu:
main:
- name: "Events"
url: "/#events"
weight: 1
- name: "Add event"
url: "/add-event/"
weight: 2
# - name: "Timeline"
# url: "/timeline/"
# weight: 3
# - name: "Gifts"
# url: "/gifts/"
# weight: 3