-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.yml
32 lines (31 loc) · 974 Bytes
/
hugo.yml
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
baseURL: "https://milfctf.com/"
languageCode: en-us
title: MILF | French CTF Team
theme: PaperMod
params:
profileMode:
enabled: true
title: "Mother I'd Like to Flag" # optional default will be site title
subtitle: "🇫🇷 French CTF team"
imageUrl: "logo-milf.png" # optional
imageTitle: "MILF Logo" # optional
imageWidth: 305 # custom size
imageHeight: 377 # custom size
buttons:
- name: Members 👄
url: "/members"
- name: Blog ✏️
url: "https://blog.milfctf.com/"
assets:
favicon: "favicon.ico"
favicon16x16: "favicon-16x16.png"
favicon32x32: "favicon-32x32.png"
apple_touch_icon: "apple-touch-icon"
safari_pinned_tab: "apple-touch-icon"
socialIcons: # optional
- name: "Twitter"
url: "https://x.com/MILF_CTF"
- name: "ctftime"
url: "https://ctftime.org/team/182289/"
- name: "github"
url: "https://github.com/orgs/milfctf/repositories"