forked from yousinix/portfolYOU
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
54 lines (42 loc) · 1.1 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
# Site settings
title: portfolYOU
description: >- # this means to ignore newlines until "baseurl:"
Always code as if the guy who ends up maintaining your code
will be a violent psychopath who knows where you live.
baseurl: "/portfolYOU" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
repo: https://github.com/YoussefRaafatNasry/portfolYOU
# Build settings
markdown: kramdown
# plugins:
# - jekyll-feed
# Author Info
author:
name : John Doe
image : https://i2.cdn.turner.com/cnnnext/dam/assets/140926165711-john-sutter-profile-image-large-169.jpg
email : [email protected]
github : username
twitter : username
linkedin : username
facebook : username
# Collections
collections:
projects:
output: true
permalink: /projects/:name
# Default values for collections
defaults:
- scope:
path: ""
type: "projects"
values:
layout: "page"
# Posts default Permalink
permalink: articles/:title
# Exclude from processing.
exclude:
- README.md
- CONTRIBUTING.md
- LICENSE
- Gemfile
- Gemfile.lock