-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
36 lines (29 loc) · 828 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
# config.yml
title: Rahul Bali
author: snapfast
description: >- # this means to ignore newlines until "baseurl:"
I'm Rahul Bali, a Google Engineer with a passion for full-stack development, data visualization, and cloud infrastructure.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://www.rahulbali.in" # the base hostname & protocol for your site
# Social media links
twitter_username: _rahulbali
github_username: snapfast
linkedin_username: rahulbali2
# analytics
google_analytics: G-N6CPNY8CTG
# version 2.5.3
theme: minima
# minima
minima:
date_format: "%d %B, %Y"
show_excerpts: true
# Build settings
markdown: kramdown
excerpt_separator: "--excerpt" #global excerpt separator for the blog posts
# headers
header_pages:
- resume.md
- writings.md
- careers.md
- referral.md
- contact.md