From 7c7071dee9479bedfb325cc832c5281f20b60268 Mon Sep 17 00:00:00 2001
From: cryobry <38270216+cryobry@users.noreply.github.com>
Date: Tue, 12 Jun 2018 00:11:00 -0400
Subject: [PATCH] Test workflow with basic edits
---
cv.bryanroessler.com/_config.yml | 8 ++---
cv.bryanroessler.com/_data/data.yml | 55 ++++++++++++-----------------
2 files changed, 26 insertions(+), 37 deletions(-)
diff --git a/cv.bryanroessler.com/_config.yml b/cv.bryanroessler.com/_config.yml
index e226c43..14108c3 100644
--- a/cv.bryanroessler.com/_config.yml
+++ b/cv.bryanroessler.com/_config.yml
@@ -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
\ No newline at end of file
+safe: false
diff --git a/cv.bryanroessler.com/_data/data.yml b/cv.bryanroessler.com/_data/data.yml
index cf2eba3..0f339b7 100644
--- a/cv.bryanroessler.com/_data/data.yml
+++ b/cv.bryanroessler.com/_data/data.yml
@@ -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 download this free resume/CV template here. 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 by Xiaoying Riley for developers'