-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
70 lines (60 loc) · 1.95 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
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
title: A Hacker's Tale
description: > # this means to ignore newlines until "baseurl:"
My Journey as a Software Developer
repository: https://github.com/anandsinghkunwar
baseurl: # the subpath of your site, e.g. /blog
url: https://anandsinghkunwar.github.io # the base hostname & protocol for your site
# Build settings
markdown: kramdown
# Sass settings
sass:
style: compressed
# Theme settings
theme_mode: dark # choices are: 'dark', 'standard', 'markdown'
# Customizations
your_name: Anand Singh Kunwar
email: anandkunwar95[at]gmail.com
navigation:
- text: Home
url: /
# - text: Projects
# url: /projects
- text: Blog
url: /blog
projects:
- name: generic-project-1
description: The first and the most famous project, yet to be decided.
link: https://anandsinghkunwar.github.io
image: images/1.jpg
- name: generic-project-2
description: A project that almost wasn't a project.
link: https://anandsinghkunwar.github.io
image: images/2.jpg
- name: generic-project-3
image: images/3.jpg
description: Penultimate project's generic description that makes no sense at all.
link: https://anandsinghkunwar.github.io
- name: generic-project-4
image: images/4.jpg
description: An awesome description to describe this final project.
link: https://anandsinghkunwar.github.io
social:
- service: github
username: anandsinghkunwar
link: https://github.com/anandsinghkunwar
- service: twitter
username: anandkunwar
link: https://twitter.com/anandkunwar
# Plugins
gems:
- jekyll-seo-tag
- jekyll-paginate
paginate: 10
paginate_path: "/blog/page:num/"