-
Notifications
You must be signed in to change notification settings - Fork 32
/
_config.yml
49 lines (37 loc) · 1.22 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
# Update all the sections by editing the data.yml file inside _data folder.
# Site Settings
# SEO plugin
title: My Resume
author: Steve Doe
tagline: Full Stack Developer # Short description for jekyll-seo-tag
description: A beautiful Jekyll theme for creating resume # Longer description for jekyll-seo-tag
url: "https://fculpo.github.io"
baseurl: "/jekyll-theme-pillar" # change it according to your repository name
twitter:
username: stevedoe123
card: summary
social:
links:
- https://twitter.com/stevedoe123
- https://www.facebook.com/stevedoe123
- https://www.linkedin.com/in/stevedoe123
- https://github.com/stevedoe123
- https://keybase.io/stevedoe123
google_site_verification: # Put your google verification tag here
# End SEO
# Style will be applied only after restarting the build or serve. Just choose one of the options.
theme_skin: gray # gray blue turquoise green berry red
plugins:
- jekyll-sitemap
- jekyll-seo-tag
# Sass/SCSS
sass:
sass_dir: _sass
style: compressed # http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
# Build settings
compress-site: yes
encoding: "utf-8"
compress_html: # - http://jch.penibelst.de/
clippings: all
ignore:
envs: development