-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
executable file
·44 lines (40 loc) · 1.22 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
baseURL: 'https://rugu.dev/'
languageCode: 'en-us'
title: 'ugur'
theme: 'simplerugu'
params:
authorImage: "/ugur_img.jpg"
connect:
- linkedin: 'https://www.linkedin.com/in/ugur-erdem-seyfi'
- github: 'https://github.com/kugurerdem'
- hackernews: 'https://news.ycombinator.com/user?id=kugurerdem'
- twitter: 'https://twitter.com/kugurerdem'
- rss: '/en/index.xml'
email: "ugur@rugu.dev"
repo: "https://github.com/kugurerdem/rugudev"
defaultContentLanguageInSubdir: true
languages:
en:
contentDir: content/english
languageName: English
weight: 0
params:
description: "a software developer with a hacker's attitude, interested in philosophy and psychology"
menu:
home: 'Home'
contact: 'Contact'
welcomePath: 'data/en/welcome.md'
recommendedPath: 'data/en/recommended.md'
miscPath: 'data/en/misc.md'
tr:
contentDir: content/turkce
languageName: Turkce
weight: 1
params:
description: "hacker kafalı yazılımcı, felsefe ve psikoloji ile ilgileniyor"
menu:
home: 'Anasayfa'
contact: 'İletişim'
welcomePath: 'data/en/welcome.md'
recommendedPath: 'data/en/recommended.md'
miscPath: 'data/en/misc.md'