Test workflow with basic edits
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
#Update all the sections by editing the data.yml file inside _data folder.
|
#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.
|
# 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
|
# uncomment the next line, if you want the education section displayed in main instead of the sidebar
|
||||||
#education_in_main: True
|
#education_in_main: True
|
||||||
@@ -24,6 +24,6 @@ compress_html: # - http://jch.penibelst.de/
|
|||||||
envs: development
|
envs: development
|
||||||
|
|
||||||
# Development Settings
|
# Development Settings
|
||||||
port: 4000
|
port: 3000
|
||||||
host: 0.0.0.0
|
host: 0.0.0.0
|
||||||
safe: false
|
safe: false
|
||||||
@@ -4,33 +4,22 @@
|
|||||||
|
|
||||||
sidebar:
|
sidebar:
|
||||||
# Site Settings
|
# Site Settings
|
||||||
title: My Resume
|
title: My CV
|
||||||
url: 'http://webjeda.com'
|
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
|
about: true # set to False or comment line if you want to remove the "How to use?" in the sidebar
|
||||||
|
|
||||||
# Profile information
|
# Profile information
|
||||||
name: Alan Doe
|
name: Bryan Roessler
|
||||||
tagline: Full Stack Developer
|
tagline: Computational Biologist
|
||||||
pic: profile.png #place a 100x100 picture inside /assets/images/ folder and provide the name of the file below
|
pic: profile.png #place a 100x100 picture inside /assets/images/ folder and provide the name of the file below
|
||||||
|
|
||||||
# Sidebar links
|
# Sidebar links
|
||||||
email: hello@webjeda.com
|
email: bryanroessler@gmail.com
|
||||||
phone: 012 345 6789
|
#phone: 012 345 6789
|
||||||
website: blog.webjeda.com #do not add http://
|
website: bryanroessler.com #do not add http://
|
||||||
linkedin: alandoe
|
linkedin: alandoe
|
||||||
github: sharu725
|
github: git.bryanroessler.com
|
||||||
twitter: '@webjeda'
|
|
||||||
|
|
||||||
languages:
|
|
||||||
- language:
|
|
||||||
idiom: English
|
|
||||||
level: Native
|
|
||||||
- language:
|
|
||||||
idiom: French
|
|
||||||
level: Professional
|
|
||||||
- language:
|
|
||||||
idiom: Spanish
|
|
||||||
level: Professional
|
|
||||||
|
|
||||||
interests:
|
interests:
|
||||||
- interest:
|
- interest:
|
||||||
|
|||||||
Reference in New Issue
Block a user