Test workflow with basic edits

This commit is contained in:
cryobry
2018-06-12 00:11:00 -04:00
parent 500f3f524f
commit 7c7071dee9
2 changed files with 26 additions and 37 deletions

View File

@@ -1,9 +1,9 @@
#Update all the sections by editing the data.yml file inside _data folder.
baseurl: '/online-cv' #change it according to your repository name
baseurl: '.' #change it according to your repository name
# 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
theme_skin: ceramic # blue turquoise green berry orange ceramic
# uncomment the next line, if you want the education section displayed in main instead of the sidebar
#education_in_main: True
@@ -24,6 +24,6 @@ compress_html: # - http://jch.penibelst.de/
envs: development
# Development Settings
port: 4000
port: 3000
host: 0.0.0.0
safe: false
safe: false

View File

@@ -1,37 +1,26 @@
#
# Be aware that even a small syntax error here can lead to failures in output.
# Be aware that even a small syntax error here can lead to failures in output.
#
sidebar:
# Site Settings
title: My Resume
url: 'http://webjeda.com'
title: My CV
url: 'https://cv.bryanroessler.com'
about: true # set to False or comment line if you want to remove the "How to use?" in the sidebar
# Profile information
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
# Sidebar links
email: hello@webjeda.com
phone: 012 345 6789
website: blog.webjeda.com #do not add http://
linkedin: alandoe
github: sharu725
twitter: '@webjeda'
languages:
- language:
idiom: English
level: Native
- language:
idiom: French
level: Professional
- language:
idiom: Spanish
level: Professional
# Profile information
name: Bryan Roessler
tagline: Computational Biologist
pic: profile.png #place a 100x100 picture inside /assets/images/ folder and provide the name of the file below
# Sidebar links
email: bryanroessler@gmail.com
#phone: 012 345 6789
website: bryanroessler.com #do not add http://
linkedin: alandoe
github: git.bryanroessler.com
interests:
- interest:
item: Climbing
@@ -43,17 +32,17 @@ sidebar:
item: Cooking
link:
career-profile:
career-profile:
title: Career Profile
text: '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.'
studies:
studies:
- education:
degree: MSc in Computer Science
university: University of London
@@ -77,7 +66,7 @@ projects:
title: Projects
intro: "You can list your side projects or open source libraries in this section. Lorem ipsum dolor
sit amet, consectetur adipiscing elit. Vestibulum et ligula in nunc bibendum fringilla a eu lectus."
projects:
- project:
title: Velocity
@@ -104,7 +93,7 @@ projects:
publications:
title: Publications
intro: "You can list your publications in this section. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum et ligula in nunc bibendum fringilla a eu lectus."
publications:
- paper:
title: The Art of Computer Programming
@@ -143,5 +132,5 @@ skills:
level: 60%
footer:
footer:
text: 'Designed with <i class="fa fa-heart"></i> by <a href="http://themes.3rdwavemedia.com" target="_blank" rel="nofollow">Xiaoying Riley</a> for developers'