feat: add cv and github account
This commit is contained in:
parent
5ac92b98ba
commit
4a8c23c79b
18
config.toml
18
config.toml
|
@ -31,6 +31,7 @@ paginate = 5
|
||||||
[markup.goldmark.renderer]
|
[markup.goldmark.renderer]
|
||||||
unsafe = true
|
unsafe = true
|
||||||
|
|
||||||
|
staticDir = ['static']
|
||||||
[languages]
|
[languages]
|
||||||
[languages.tr]
|
[languages.tr]
|
||||||
disabled = false
|
disabled = false
|
||||||
|
@ -40,6 +41,7 @@ paginate = 5
|
||||||
languageName = 'Türkçe'
|
languageName = 'Türkçe'
|
||||||
title = 'Log101'
|
title = 'Log101'
|
||||||
weight = 10
|
weight = 10
|
||||||
|
staticDir = 'static'
|
||||||
|
|
||||||
[languages.en]
|
[languages.en]
|
||||||
disabled = false
|
disabled = false
|
||||||
|
@ -49,6 +51,7 @@ paginate = 5
|
||||||
languageName = 'English'
|
languageName = 'English'
|
||||||
title = 'Log101'
|
title = 'Log101'
|
||||||
weight = 20
|
weight = 20
|
||||||
|
staticDir = 'static'
|
||||||
|
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tag = "tags"
|
tag = "tags"
|
||||||
|
@ -88,6 +91,7 @@ paginate = 5
|
||||||
name = "linkedin"
|
name = "linkedin"
|
||||||
url = "https://www.linkedin.com/in/furkan-erdem-506548218"
|
url = "https://www.linkedin.com/in/furkan-erdem-506548218"
|
||||||
|
|
||||||
|
|
||||||
[menu]
|
[menu]
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
|
@ -99,27 +103,27 @@ paginate = 5
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
identifier = 'projects'
|
identifier = 'projects'
|
||||||
name = "Projeler"
|
name = "Projeler"
|
||||||
url = "about/"
|
url = "https://github.com/log101?tab=repositories"
|
||||||
weight = 20
|
weight = 20
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Github"
|
name = "Github"
|
||||||
url = "about/"
|
url = "https://github.com/log101"
|
||||||
weight = 30
|
weight = 30
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "CV"
|
name = "CV"
|
||||||
url = "about/"
|
url = "/furkan_erdem_cv.pdf"
|
||||||
weight = 40
|
weight = 40
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
identifier = 'stories'
|
identifier = 'stories'
|
||||||
name = "Hikayeler"
|
name = "Hikayeler 🚧"
|
||||||
url = "about/"
|
url = "#/"
|
||||||
weight = 50
|
weight = 50
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
identifier = 'running'
|
identifier = 'running'
|
||||||
name = "Koşu"
|
name = "Koşu 🚧"
|
||||||
url = "about/"
|
url = "#/"
|
||||||
weight = 60
|
weight = 60
|
||||||
|
|
|
@ -5,9 +5,9 @@
|
||||||
- id: projects
|
- id: projects
|
||||||
translation: "Projects"
|
translation: "Projects"
|
||||||
- id: stories
|
- id: stories
|
||||||
translation: "Stories"
|
translation: "Stories 🚧"
|
||||||
- id: running
|
- id: running
|
||||||
translation: "Running"
|
translation: "Running 🚧"
|
||||||
- id: backTitle
|
- id: backTitle
|
||||||
translation: "🞀 Back To Home"
|
translation: "🞀 Back To Home"
|
||||||
- id: tags
|
- id: tags
|
||||||
|
|
BIN
static/en/furkan_erdem_cv.pdf
Normal file
BIN
static/en/furkan_erdem_cv.pdf
Normal file
Binary file not shown.
BIN
static/tr/furkan_erdem_cv.pdf
Normal file
BIN
static/tr/furkan_erdem_cv.pdf
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user