-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
88 lines (79 loc) · 1.92 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# Set theme
remote_theme: daviddarnes/alembic
# File excludes
exclude:
- README.md
- Gemfile
- Gemfile.lock
# Set plugins
plugins:
- jekyll-sitemap
- jekyll-mentions
- jekyll-paginate
- jekyll-seo-tag
- jekyll-redirect-from
- jekyll-default-layout
- jekyll-feed
- jemoji
- jekyll-remote-theme
# Site settings
url: 'https://farzadab.github.io/'
baseurl: ''
title: 'Farzad'
description: 'Persoanl Webpage'
permalink: pretty
logo: "https://picsum.photos/1/1?image=1" #"https://avatars0.githubusercontent.com/u/5062458?s=460&v=4"
# Pagination
paginate: 5
paginate_path: blog/page:num
# Header nav
navigation_header:
Home: /
# About: /about/
# Blog: /blog/
Publications: /publications/
Projects: /projects/
Resume: /assets/resume.pdf
# Footer nav
navigation_footer:
# Back to top: "#top"
Github:
icon: github-circle
url: "https://github.com/farzadab/"
Stack Overflow:
icon: stack-overflow
url: "https://stackoverflow.com/users/6793148/farzad-abdolhosseini"
LinkedIn:
icon: linkedin-box
url: "https://www.linkedin.com/in/farzadab/"
UBC Webpage:
icon: school
url: "https://www.cs.ubc.ca/~farzadab/page/"
# FavIcons
favicons:
16: "/assets/img/logo/logo-16.png"
32: "/assets/img/logo/logo-32.png"
64: "/assets/img/logo/logo-64.png"
# Collections
collections:
posts:
title: Posts
output: true
description: "My thoughts and ideas"
feature_text: |
Welcome to my blog
feature_image: "https://picsum.photos/2560/600?image=866"
project_pages:
title: Projects
output: true
description: "My Projects"
feature_text: ""
# feature_image: "https://picsum.photos/2560/600?image=923&blur=1"
# feature_image: "https://picsum.photos/2560/600?image=538"
feature_image: "/assets/img/seagull2.jpg"
publication_pages:
title: Publications
output: true
description: "My Publications"
feature_text: ""
feature_image: "/assets/img/seagull2.jpg"