2018-05-13 04:13:44 -04:00
|
|
|
#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'
|
2018-05-13 04:13:44 -04:00
|
|
|
baseurl: '/online-cv' #change it according to your repository name
|
2018-03-31 15:58:39 -04:00
|
|
|
# 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
|
|
|
|
education_in_main: False # set to True if you want to remove education in main section instead of in sidebar
|
2018-01-17 09:10:57 -05:00
|
|
|
|
2017-03-29 10:56:08 -04:00
|
|
|
# Tracker
|
|
|
|
analytics: UA-83979019-1
|
2017-10-29 09:27:49 -04:00
|
|
|
|
2018-03-31 15:58:39 -04:00
|
|
|
# Sass/SCSS
|
|
|
|
sass:
|
|
|
|
sass_dir: _sass
|
|
|
|
style: compressed # http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
|
|
|
|
|
2017-10-29 09:27:49 -04:00
|
|
|
# Build settings
|
|
|
|
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
|