-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
32 lines (26 loc) · 1.12 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
#Update all the sections by editing the data.yml file inside _data folder.
# Site Settings
title: Lauren Kelly
url: 'https://lauren-kelly.me'
baseurl: '' #change it according to your repository name
description: passionate team leader, collaborating with organizations to transform their innovative ideas into successful products. I am dedicated to empowering individuals and fostering high-performing teams by helping them overcome limiting beliefs and unlocking their full potential.
# Style will be applied only after restarting the build or serve. Just choose one of the options.
theme_skin: blue # blue turquoise green berry orange ceramic
chrome_mobile_color: #use hex colors (ex:#1976d2) or leave empty if you don't want a color for chrome mobile searchbar
# Tracker
analytics: G-QE81JK440N
# 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
# Development Settings
port: 4000
host: 0.0.0.0
safe: false