-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
42 lines (37 loc) · 923 Bytes
/
config.toml
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
baseURL = "https://masriomarm.github.io"
languageCode = "en-US"
title = "Omar Elmasri"
# Enable comments by entering your Disqus shortname
disqusShortname = ""
theme = "hugo-sustain"
[permalinks]
post = "/:year/:month/:day/:slug"
[params]
avatar = "img/profilepic.png"
author = "Omar Elmasri"
description = "My portfolio"
[params.social]
Github = "masriomarm"
Email = "[email protected]"
# Twitter = "masriomarm"
LinkedIn = "masriomarm"
# Stackoverflow = "masriomarm"
# Medium = "masriomarm"
Telegram = "masriomarm"
# RSS = "/blog/index.xml"
## Main Menu
[[menu.main]]
name = "blog"
weight = 100
identifier = "blog"
url = "/blog/"
[[menu.main]]
name = "projects"
identifier = "projects"
weight = 200
url = "/projects/"
[[menu.main]]
name = "resume"
identifier = "resume"
weight = 300
url = "/docs/resume-omar-mahmoud.pdf"