-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
53 lines (42 loc) · 961 Bytes
/
_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
# Site settings
title: Hari Gurumoorthi
description: Hari Knowledge bits
baseurl: # "/harigurumoorthi.page" # the subpath of your site, e.g. /blog
url: "https://harigurumoorthi.page"
enforce_ssl: harigurumoorthi.page
# repository: YoussefRaafatNasry/portfolYOU
remote_theme: YoussefRaafatNasry/portfolYOU
# Build settings
markdown: kramdown
# plugins:
# - jekyll-feed
# Author Info
author:
name : Hari
image : assets/hari-profile.jpg
email : hari.gurumoorthi@gmail.com
github : hariguru
twitter : tweetofhari
linkedin : harigurumoorthi
# 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