-
-
Notifications
You must be signed in to change notification settings - Fork 49
/
_config.yml
executable file
·66 lines (50 loc) · 1.42 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
title: Derrick Wells – Independent Product Designer
logo: # you can add own logo.
description: Passionate designer curating designs for new startups and founders and crafts beautiful user interfaces with love.
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
# Author Settings
author:
name: Derrick Wells
image: '/assets/img/01.jpg'
job: Independent Product Designer
bio: Passionate designer curating designs for new startups and founders and crafts beautiful user interfaces with love.
email: forexample@website.com
# Contact links
contact:
- name: Twitter
link: https://twitter.com/
- name: Facebook
link: https://facebook.com/
- name: Instagram
link: https://instagram.com/
# Comment Section (Disqus)
disqus-identifier: mr-brown # add your shortname for Disqus Comment. For example mr-brown
# Google Analytics
google-analytics: # add your identifier. For example UA-99631805-1.
# Build settings
markdown: kramdown
permalink: pretty
plugins:
- jekyll-sitemap
- jekyll/tagging
# Pages Path
defaults:
- scope:
path: '_pages'
values:
permalink: /:basename:output_ext
include:
- _pages
# Tags
tag_page_dir: tag
tag_page_layout: tag-page
tag_permalink_style: pretty
sass:
sass_dir: _sass
style: compressed
# Exclude from processing.
exclude:
- Gemfile
- Gemfile.lock
- vendor