-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
20 lines (18 loc) · 867 Bytes
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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: Awesome Blog # the title of our blog
email: awesomeguy@awesomesite.com # our email
description: > # breaf description of our blog
My awesome desciption.
baseurl: "" # we won't need to set that in our case
url: "http://127.0.0.1:4000/" # set it like this for now but we'll have to change this before to send it live
twitter_username: awesome_guy # your twitter username
github_username: awesome_guy # your github username (if you have one)
disqus_shortname: awesomeblog
# Build settings
markdown: kramdown