-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
43 lines (33 loc) · 904 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
37
38
39
40
41
42
43
# Site configuration
# General Settings
title: Your awesome title
author: GitHub User
description: > # this means to ignore newlines until "keywords:"
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
keywords: here is your site keywords
favicon: favicon.png
# url is the full website URL
# baseurl is the website's URL without the hostname
url:
baseurl: ""
# Image MUST be in 'assets/images/*'
author-image: profile.png
email: your-email@domain.com
phone: 123-456-789
# End
# social links
#twitter_username:
#github_username:
# facebook_username:
# linkedin_username:
# instagram_username:
# youtube_username:
# googleplus_username:
# Build settings
markdown: kramdown
theme: literate-sight-theme
exclude:
- Gemfile
- Gemfile.lock