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
|
2024-05-29 17:25:47 -04:00
|
|
|
title: Scott Johnson - Resume 2024
|
|
|
|
url: 'https://scottjohnson.pro'
|
2021-08-21 08:13:53 -04:00
|
|
|
|
|
|
|
#change it according to your repository name
|
|
|
|
# disabling since we are using a custom domain
|
|
|
|
#baseurl: '/online-cv'
|
|
|
|
|
2024-02-15 13:03:43 -05:00
|
|
|
description: Compassionate technologist specializing in creating secure, cloud-based solutions.
|
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.
|
2024-05-29 17:41:42 -04:00
|
|
|
theme_skin: orange # blue turquoise green berry orange ceramic
|
2018-10-27 09:43:56 -04:00
|
|
|
chrome_mobile_color: #use hex colors (ex:#1976d2) or leave empty if you don't want a color for chrome mobile searchbar
|
2018-01-17 09:10:57 -05:00
|
|
|
|
2017-03-29 10:56:08 -04:00
|
|
|
# Tracker
|
2024-02-15 10:09:48 -05:00
|
|
|
analytics:
|
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
|
2019-03-28 10:19:46 -04:00
|
|
|
compress-site: yes
|
|
|
|
|
2017-10-29 09:27:49 -04:00
|
|
|
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
|
2024-02-15 10:09:48 -05:00
|
|
|
host: localhost
|
2018-10-27 09:43:56 -04:00
|
|
|
safe: false
|