forked from Bloc/portfolio-kami
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
76 lines (65 loc) · 1.71 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
# SITE CONFIGURATION
baseurl: "" # the subpath of your site, e.g. /blog/ (optional)
url: "http://jagvirsarai.com" # the base hostname & protocol for your site
# THEME-SPECIFIC CONFIGURATION
theme_settings:
# Meta
title: Jagvir Sarai # Your name will go here
description: "A personal portfolio and blog website" # used by search engines
# Header and footer text
header_text: >
<h1>Software Engineer and Entrepreneur</h1>
<p>Dh Carriers - Sarai Farms - Bloc</p>
header_text_feature_image:
footer_text: >
Powered by <a href="http://jekyllrb.com">Jekyll</a> and made with love.
# Icons
rss: false
email_address: [email protected]
behance:
bitbucket:
dribbble:
facebook:
flickr:
github: jagsarai
google_plus:
instagram:
linkedin: https://www.linkedin.com/in/jagvir-sarai-610023b5/
pinterest:
reddit:
soundcloud:
stack_exchange: # Full URL
steam:
tumblr:
twitter: JagvirSarai
wordpress:
youtube:
codewars: https://www.codewars.com/users/jagsarai
# Scripts
google_analytics: "UA-99740751-1"
disqus_shortname:
katex: true # Enable if using math markup
# Localization strings
str_follow_on: "Follow on"
str_rss_follow: "Follow RSS feed"
str_email: "Email"
str_next: "Next"
str_prev: "Prev"
str_continue_reading: "Read more »"
# Colours, typography and padding
# Open the "_sass > base" folder, and open "_variables.scss"
google_fonts: "Lato:300,400,700,300italic,700italic|Abril+Fatface"
# PAGINATION
paginate: 100
paginate_path: "blog/page:num"
# COLLECTIONS
collections:
portfolio:
output: true
permalink: /portfolio/:path/
# BUILD SETTINGS
markdown: kramdown
sass:
sass_dir: _sass
style: :compressed
gems: [jekyll-paginate]