diff --git a/_config.yml b/_config.yml index cee26a6..3924c18 100644 --- a/_config.yml +++ b/_config.yml @@ -2,7 +2,7 @@ # Site Settings title: My Resume -url: 'http://webjeda.com' +url: 'http://robertjohnson.work' #change it according to your repository name # disabling since we are using a custom domain @@ -10,11 +10,11 @@ url: 'http://webjeda.com' description: A beautiful Jekyll theme for creating resume # Style will be applied only after restarting the build or serve. Just choose one of the options. -theme_skin: blue # blue turquoise green berry orange ceramic +theme_skin: ceramic # blue turquoise green berry orange ceramic chrome_mobile_color: #use hex colors (ex:#1976d2) or leave empty if you don't want a color for chrome mobile searchbar # Tracker -analytics: UA-83979019-1 +analytics: # Sass/SCSS sass: @@ -32,5 +32,5 @@ compress_html: # - http://jch.penibelst.de/ # Development Settings port: 4000 -host: 0.0.0.0 +host: localhost safe: false diff --git a/_data/data.yml b/_data/data.yml index db3f443..24311ce 100644 --- a/_data/data.yml +++ b/_data/data.yml @@ -4,7 +4,7 @@ sidebar: position: right # position of the sidebar : left or right - about: True # set to False or comment line if you want to remove the "how to use?" in the sidebar + about: False # set to False or comment line if you want to remove the "how to use?" in the sidebar education: True # set to False if you want education in main section instead of in sidebar # Profile information @@ -16,7 +16,7 @@ sidebar: email: me@robertjohnson.work phone: 407-792-1146 timezone: America/New_York Timezone - citizenship: + citizenship: USA website: draft13.com #do not add http:// linkedin: draft13 xing: diff --git a/assets/images/me.jpeg b/assets/images/me.jpeg new file mode 100644 index 0000000..11b350d Binary files /dev/null and b/assets/images/me.jpeg differ diff --git a/assets/images/profile.png b/assets/images/profile.png index 4fa43e8..93b5dd9 100644 Binary files a/assets/images/profile.png and b/assets/images/profile.png differ