-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.yml
46 lines (42 loc) · 1.39 KB
/
config.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
title: MrArkon
theme: PaperMod
baseURL: https://mrarkon.github.io/
markup:
goldmark:
renderer:
unsafe: true
assets:
- disableHLJS: true
params:
description: Hello! I'm known as MrArkon on the internet. I'm a passionate hobbyist programmer hailing from India. I'm well versed in Python & Rust, but I'm always eager to expand my skillset by learning new programming languages and experimenting with cutting-edge technologies.
keywords:
- MrArkon
- Portfolio
- About
- Projects
env: production
defaultTheme: auto
homeInfoParams:
Title: MrArkon
Content: Hello! I'm known as **MrArkon** on the internet. I'm a passionate hobbyist programmer hailing from India. I'm well versed in Python & Rust, but I'm always eager to expand my skillset by learning new programming languages and experimenting with cutting-edge technologies.
socialIcons:
- name: discord
url: https://discord.com/users/733370212199694467
- name: github
url: https://github.com/MrArkon
- name: twitter
url: https://twitter.com/MrArkon
- name: youtube
url: https://www.youtube.com/channel/UCr-qPRkrdwWrsETXT7ztQsQ
- name: spotify
url: https://open.spotify.com/user/0qitotsixb8xkw4v2s98cc6bc
menu:
main:
- identifier: Home
name: Home
url: /
weight: 10
- identifier: Projects
name: Projects
url: /projects
weight: 20