-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.yaml
More file actions
55 lines (49 loc) · 1.5 KB
/
hugo.yaml
File metadata and controls
55 lines (49 loc) · 1.5 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
baseURL: 'https://ameliayeah.github.io'
languageCode: 'en-us'
title: 'The Mel-ternet'
theme: "neopost"
titleCaseStyle: "none"
enableRobotsTXT: true
params:
theme: "dark-pink"
author: "AmeliaYeah"
description: "Just a simple security blog where I talk about shit."
posts-per-page: 3
iconpath: "/icon.png"
bio: "Hello! I'm Amelia and I like Cybersecurity :3"
basic-info:
- she/her
- cat lover
- born in 11 2003
credits:
- reason: "Site Engine"
name: "Hugo"
link: "https://gohugo.io/"
- reason: "Site Theme (modified)"
name: "Neopost"
link: "https://github.com/salatine/neopost"
- reason: "Search bar"
name: "Pagefind"
link: "https://pagefind.app/"
- reason: "Trans Flag Cursor"
name: "tholman"
link: "https://github.com/tholman/cursor-effects/"
links:
- link: "https://github.com/AmeliaYeah"
icon: "github.png"
name: "Github"
- link: "https://ctftime.org/user/119915"
icon: "ctftime.png"
name: "CTFTime"
- link: "https://pwn.college/hacker/13335"
name: "pwn.college"
icon: "pwncollege.jpg"
- link: "https://profile.hackthebox.com/profile/019d400f-db8d-735b-a2ba-18e15722857a"
name: "HackTheBox"
icon: "hackthebox.png"
permalinks:
posts: "/posts/:year/:month/:day/:title"
markup:
highlight:
lineNos: true
style: "github-dark"