robertjohnson.work/_config.yml

35 lines
918 B
YAML
Raw Normal View History

#Update all the sections by editing the data.yml file inside _data folder.
2016-07-29 00:47:42 -04:00
2018-07-25 13:01:58 -04:00
# Site Settings
title: My Resume
url: 'http://webjeda.com'
baseurl: '/online-cv' #change it according to your repository name
description: A beautiful Jekyll theme for creating resume
# Style will be applied only after restarting the build or serve. Just choose one of the options.
2018-07-25 09:34:10 -04:00
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
2017-03-29 10:56:08 -04:00
# Tracker
analytics: UA-83979019-1
2019-03-28 10:19:46 -04:00
# Sass/SCSS
sass:
sass_dir: _sass
style: compressed # http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
# Build settings
2019-03-28 10:19:46 -04:00
compress-site: yes
encoding: "utf-8"
compress_html: # - http://jch.penibelst.de/
clippings: all
ignore:
envs: development
2018-05-11 08:53:30 -04:00
# Development Settings
port: 4000
host: 0.0.0.0
safe: false