forked from niklasbuschmann/contrast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
35 lines (26 loc) · 1.09 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
title: "Mizanur Rahman"
## author: "Mizanur Rahman"
description: "Data Science • Statistics • Finance"
permalink: /:title/
lang: "en"
excerpt_separator: "\n\n\n"
date_format: "%B %d, %Y"
# Layout
show_social: true # show site description and social links in the footer
show_excerpts: false # show article excerpts on the home page
show_frame: false # adds a gray frame to the site
show_sidebar: false # show a sidebar instead of the usual header
# Menu
navigation:
- {title: "About Me", url: "/" } # icon: user
- {title: "Blog", file: "blog.md"} # icon: food
- {title: "CV", url: "/mizanur_cv.pdf"} # icon: file
external: # see http://fontawesome.com/icons
- {title: Email, icon: envelope, url: "mailto:[email protected]"}
- {title: Github, icon: github, url: "https://github.com/mizanur55"}
- {title: LinkedIn, icon: linkedin, url: "https://www.linkedin.com/in/mizanur-rahman-58a86b106/"}
comments:
# disqus_shortname: "" # see https://disqus.com/
# isso_domain: "" # see https://posativ.org/isso/
plugins:
- jekyll-feed