This repository has been archived by the owner on Jun 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
80 lines (65 loc) · 1.85 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
### Site Settings ###
title : Azmain Adel
subtitle : CS Graduate | Software Engineer
description : >-
"I turn coffee :coffee: into code,
use tabs over spaces
and sometimes despise myself as a software engineer."
baseurl : ""
name : Azmain Adel
repository : azmainadel
### Plugins ###
plugins:
- jemoji
### Navbar Settings ###
nav_exclude: # The following paths are excluded from navbar
- pages/tags.html
- pages/404.html
- pages/index.md
- pages/projects.html
### Author Info ###
author:
name : Azmain Adel
image : assets/img/avatar.png
email : azmainadel47@gmail.com
linkedin : azmainadel
github : azmainadel
facebook : azmainadelsheesh
twitter : azmainadel_
behance : azmainadel
medium : azmainadel
# gitlab : your_username
# instagram : your_username
# dribbble : your_username
# soundcloud : your_username
# spotify : your_username
# stackoverflow : your_user_id
# tumblr : your_username.tumblr.com
# twitch : azmainadel_
# vimeo : your_username
# youtube : your_channel_name
### Posts ###
permalink: /blog/:title
### Google Services ###
google_analytics: UA-160210255-1
### Disqus ###
disqus:
shortname: azmainadel
### Collections ###
collections:
projects:
output: true
permalink: /projects/:name
### Defaults for collections ###
defaults:
- scope:
path: ""
type: "projects"
values:
layout: "page"
### Exclude from processing ###
exclude:
- README.md
- CONTRIBUTING.md
- LICENSE
- "*.log"