-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhugo.yaml
132 lines (123 loc) · 3.17 KB
/
hugo.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
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
baseURL: https://glua.ua.pt/
title: Grupo de Linux da Universidade de Aveiro
timeout: "2m"
enableRobotsTXT: true
enableGitInfo: true
enableEmoji: true
hasCJKLanguage: true
canonifyURLs: true
module:
hugoVersion:
extended: true
min: "0.134.0"
imports:
- path: github.com/imfing/hextra
markup:
goldmark:
renderer:
unsafe: true
highlight:
noClasses: false
enableInlineShortcodes: true
languageCode: pt-PT
params:
navbar:
width: wide
displayTitle: false
displayLogo: true
logo:
path: img/branding/glua_logo.svg
dark: img/branding/glua_logo_dark.svg
width: 81px
height: 38px
page:
width: normal
footer:
enable: true
width: wide
enableFooterSwitches: false
displayCopyright: false
displayPoweredBy: false
social_media:
- name: rss
image_b: img/icons/social/rss_b.svg
image_w: img/icons/social/rss_w.svg
url: /news/index.xml
- name: e-mail
image_b: img/icons/social/email_b.svg
image_w: img/icons/social/email_w.svg
url: mailto:[email protected]
- name: facebook
image_b: img/icons/social/facebook_b.svg
image_w: img/icons/social/facebook_w.svg
url: https://facebook.com/glua.ua
- name: instagram
image_b: img/icons/social/instagram_b.svg
image_w: img/icons/social/instagram_w.svg
url: https://instagram.com/glua01
- name: twitter
image_b: img/icons/social/twitter_b.svg
image_w: img/icons/social/twitter_w.svg
url: https://twitter.com/glua
- name: youtube
image_b: img/icons/social/youtube_b.svg
image_w: img/icons/social/youtube_w.svg
url: https://youtube.com/glua01
- name: github
image_b: img/icons/social/github_b.svg
image_w: img/icons/social/github_w.svg
url: https://github.com/glua-ua
- name: linkedin
image_b: img/icons/social/linkedin_b.svg
image_w: img/icons/social/linkedin_w.svg
url: https://linkedin.com/company/glua
- name: discord
image_b: img/icons/social/discord_b.svg
image_w: img/icons/social/discord_w.svg
url: https://discord.gg/kTXAMkPqFS
- name: mastodon
image_b: img/icons/social/mastodon_b.svg
image_w: img/icons/social/mastodon_w.svg
url: https://ciberlandia.pt/@glua
menu:
main:
- name: Tutoriais
pageRef: /tutorials
weight: 1
- name: Notícias
pageRef: /news
weight: 2
- name: Helpdesk
pageRef: /helpdesk
weight: 3
- name: Mirrors ↗
url: https://glua.ua.pt/mirrors
weight: 4
- name: Inscreve-te
pageRef: /inscricao
weight: 5
- name: Sobre Nós
pageRef: /about
weight: 6
- name: FAQ
pageRef: /faq
weight: 7
- name: Search
weight: 8
params:
type: search
- name: Área Reservada ↗
url: https://gluacloud.rui2015.me
weight: 9
params:
button: primary
# - name: GitHub
# weight: 5
# url: "https://github.com/imfing/hextra-starter-template"
# params:
# icon: github
# - name: Twitter
# weight: 6
# url: "https://twitter.com/"
# params:
# icon: x-twitter