scottjohnson.pro/_config.yml

51 lines
1.6 KiB
YAML
Raw Normal View History

2017-10-29 09:46:28 -04:00
# Site Settings
2016-07-29 00:47:42 -04:00
title: My Resume
url: 'http://webjeda.com'
baseurl: '/online-cv' #change it according to your repository name
about: True # set to False or comment line if you want to remove the "How to use?" in the sidebar
2016-07-29 00:47:42 -04:00
2018-02-07 22:57:44 -05:00
# Style will be applied only after restarting the build or serve. Just choose one of the options.
theme_skin: # blue turquoise green berry orange ceramic
2016-07-29 00:47:42 -04:00
2018-05-11 11:13:30 -04:00
# Profile information
2016-07-29 00:47:42 -04:00
name: Alan Doe
tagline: Full Stack Developer
pic: profile.png #place a 100x100 picture inside /assets/images/ folder and provide the name of the file below
summary: 'Summarise your career here lorem ipsum dolor sit amet, consectetuer adipiscing elit.
You can <a href="#" target="_blank">download this free resume/CV template here</a>. Aenean
commodo ligula eget dolor aenean massa. Cum sociis natoque penatibus et magnis dis parturient
montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu.'
2016-07-29 00:47:42 -04:00
# Sidebar links
2016-11-24 09:43:22 -05:00
email: hello@webjeda.com
2016-07-29 00:47:42 -04:00
phone: 012 345 6789
website: blog.webjeda.com #do not add http://
linkedin: alandoe
2016-11-24 09:43:22 -05:00
github: sharu725
twitter: '@webjeda'
2017-10-29 09:46:28 -04:00
#Update all the sections by editing the files inside _data folder.
2017-03-29 10:56:08 -04:00
# uncomment the next line, if you want the education section displayed in main instead of the sidebar
#education_in_main: True
2017-03-29 10:56:08 -04:00
# Tracker
analytics: UA-83979019-1
# Sass/SCSS
sass:
sass_dir: _sass
style: compressed # http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
# 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