-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
48 lines (42 loc) · 1013 Bytes
/
Copy path_config.yml
File metadata and controls
48 lines (42 loc) · 1013 Bytes
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
# Site
locale: "en-US"
title: "Mahammad Nabizade"
tagline: "Computer Vision PhD Student"
description: "Fall Detection & Action Recognition | Real-time Vision Systems"
url: "https://nmahammad.github.io"
baseurl: ""
repository: "nmahammad/nmahammad.github.io"
# Author
author:
name: "Mahammad Nabizade"
avatar: "images/me.png"
bio: "Computer Vision PhD Student & Research Engineer"
affiliation: "Université Marie et Louis Pasteur"
location: "Besançon, France"
email: "mahammad.nabizade@gmail.com"
university_email: "mahammad.nabizade@univ-fcomte.fr"
# Social
social:
github: "nmahammad"
linkedin: "mahammad-nabizade"
twitter: "GradientFlow13"
google_scholar: "https://scholar.google.com/citations?user=2Q85l2IAAAAJ"
# Include
include:
- _pages
# Build
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
# Defaults
defaults:
- scope:
path: "_pages"
type: "pages"
values:
layout: "page"
# Plugins
plugins:
- jekyll-sitemap
- jekyll-feed