-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
42 lines (39 loc) · 1.02 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
# Site settings
title: Steven Leiva | Software Engineer
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
This is the personal website of Steven Leiva. Steven Leiva is a novice
software engineer. Steven is passionate about technology, business, and the
intersection of the two. In his spare time, Steven likes to read, spend time
with his loved ones and friends, and continue honing his developer skills.
url: "https://stevenxl.github.io" # the base hostname & protocol for your site
twitter_username: stevenleiva1
github_username: stevenxl
# Build settings
permalink: /:title
# Conversion
markdown: redcarpet
#Default settings
defaults:
-
scope:
path: ""
type: "posts"
values:
author: Steven Leiva
layout: "post"
comments: true
-
scope:
path: ""
type: "pages"
values:
layout: "page"
-
scope:
path: ""
type: "drafts"
values:
author: Steven Leiva
layout: "post"
comments: true