-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
88 lines (83 loc) · 2.31 KB
/
config.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
baseURL: https://portfolio.xdavidchen.com # todo: change site url.
title: David Chen # todo: change site name.
defaultContentLanguage: 'en'
theme: eternity
googleAnalytics: '' # todo: set your analytics id.
params:
image: /images/banner.png
subtitle: David Chen is a digital creator and a believer of creative freedom. # todo: change default subtitle for your website.
copyright: #All rights reserved. # todo: set your copyright type.
author: xdavidchen # todo: set your full name.
dontShowSource: false # please, do not do this :)
portfolio:
columns:
desktop:
nature: 4
archive: 6
people: 2
default: 3
mobile:
default: 2
archive: 3
people: 1
socials:
# todo: change these links.
- icon: 'fa-regular fa-lightbulb'
url: https://xdavidchen.com/
landing: true
#- icon: 'fab fa-youtube fa-lg'
#url: 'https://www.youtube.com/@xdavidchen'
#landing: true
- icon: 'far fa-envelope fa-lg'
url: 'mailto:[email protected]'
landing: true
#- icon: 'fab fa-github fa-lg'
#url: 'https://github.com/boratanrikulu/eternity'
#landing: true
#- icon: 'fab fa-instagram fa-lg'
#url: 'https://instagram.bora.sh/eternity'
#- icon: 'fab fa-linkedin-in fa-lg'
#url: 'https://linkedin.bora.sh/in/eternity'
homepage: "/work" # homepage link, mostly same with menu.main[0]
specialPages:
- work
- archive
bypassWelcomePage: true # redirects "/" to "homepage" when it's true.
plausible: '' # todo: set your plausible id.
disableRadius: false
moveIt: false # Moves Title and Meta info down, only visible when scroll.
markup:
defaultMarkdownHandler: goldmark
goldmark:
renderer:
unsafe: true
taxonomies:
tag: tags
permalinks:
work: ":filename/"
menu:
main:
- name: work
url: /work/
weight: 1
- name: "#ShotoniPhone"
url: "/tags/shotoniphone/"
weight: 2
- name: "Sony"
url: "/tags/sony/"
weight: 3
- name: "Fuji"
url: "/tags/fuji-film/"
weight: 4
#- name: people
#url: /tags/people/
#weight: 3
#- name: nature
#url: /tags/nature/
#weight: 4
- name: archive
url: /tags/archive/
weight: 5
# - name: about
#url: https://xdavidchen.com/about/
#weight: 6