diff --git a/blog.bryanroessler.com/_config.yml b/blog.bryanroessler.com/_config.yml index ad3880f..ba6e392 100644 --- a/blog.bryanroessler.com/_config.yml +++ b/blog.bryanroessler.com/_config.yml @@ -4,8 +4,8 @@ # baseurl is the website's URL without the hostname # If you are building a simple GitHub user page (http://username.github.io) then use these settings: -url: "http://username.github.io" -baseurl: "" +url: "https://blog.bryanroessler.com" +baseurl: "." # If you are building a GitHub project page then use these settings: #url: "http://username.github.io/projectname" @@ -14,25 +14,22 @@ baseurl: "" # Of course don't forget to change the username and projectname to YOUR username and project # Name of website -title: My website +title: Bryan Roessler # Short description of your site -description: A virtual proof that name is awesome! +description: Ordo ab chao # --- Navigation bar options --- # # List of links in the navigation bar navbar-links: - About Me: "aboutme" - Resources: - - Beautiful Jekyll: "http://deanattali.com/beautiful-jekyll/" - - Learn markdown: "http://www.markdowntutorial.com/" - - GitHub Pages: "https://pages.github.com/" - Author's home: "http://deanattali.com" + Home: "https://bryanroessler.com" + CV: "https://cv.bryanroessler.com" + Git: "https://git.bryanroessler.com" # Image to show in the navigation bar - image must be a square (width = height) # Remove this parameter if you don't want an image in the navbar -avatar: "/img/avatar-icon.png" +avatar: "/img/blogger-circle_318-27548.jpg" # If you want to have an image logo in the top-left corner instead of the title text, # then specify the following parameter @@ -64,7 +61,7 @@ footer-link-col: "#404040" # Change all these values or delete the ones you don't want. # Important: you must keep the "name" parameter, everything else you can remove author: - name: Some Person + name: Bryan Roessler # Select your active Social Network Links. # Uncomment the links you want to show in the footer and add your information to each link. @@ -72,13 +69,13 @@ author: # If you want to add a new link that isn't here, you'll need to also edit the file _data/SocialNetworks.yml social-network-links: rss: true - email: "someone@example.com" - facebook: daattali - github: daattali - twitter: daattali + email: "bryanroessler@gmail.com" +# facebook: daattali + github: "https://git.bryanroessler.com" +# twitter: daattali # reddit: yourname # google-plus: +DeanAttali -# linkedin: daattali + linkedin: bryan-roessler-phd-47535a60 # xing: yourname # stackoverflow: "3943160/daattali" # snapchat: deanat78 @@ -92,14 +89,14 @@ social-network-links: # Select which share links to show in posts share-links-active: - twitter: true - facebook: true + twitter: false + facebook: false google: false - linkedin: true + linkedin: false # How to display the link to the website in the footer # Remove this if you don't want a link in the footer -url-pretty: "MyWebsite.com" # eg. "deanattali.com/beautiful-jekyll" +url-pretty: "bryanroessler.com" # eg. "deanattali.com/beautiful-jekyll" # --- Web Statistics Section --- # @@ -142,7 +139,7 @@ title-separator: "-" # --- Don't need to touch anything below here (but you can if you want) --- # # Output options (more information on Jekyll's site) -timezone: "America/Vancouver" +timezone: "America/New_York" markdown: kramdown highlighter: rouge permalink: /:year-:month-:day-:title/ diff --git a/blog.bryanroessler.com/_data/SocialNetworks.yml b/blog.bryanroessler.com/_data/SocialNetworks.yml index d0a2635..fa49e26 100644 --- a/blog.bryanroessler.com/_data/SocialNetworks.yml +++ b/blog.bryanroessler.com/_data/SocialNetworks.yml @@ -12,8 +12,8 @@ facebook: icon: "fa-facebook" github: - name: "GitHub" - baseURL: "https://github.com/" + name: "Git" + baseURL: "" icon: "fa-github" twitter: diff --git a/blog.bryanroessler.com/aboutme.md b/blog.bryanroessler.com/aboutme.md deleted file mode 100644 index 2347809..0000000 --- a/blog.bryanroessler.com/aboutme.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -layout: page -title: About me -subtitle: Why you'd want to go on a date with me ---- - -My name is Inigo Montoya. I have the following qualities: - -- I rock a great mustache -- I'm extremely loyal to my family - -What else do you need? - -### my history - -To be honest, I'm having some trouble remembering right now, so why don't you just watch [my movie](http://en.wikipedia.org/wiki/The_Princess_Bride_%28film%29) and it will answer **all** your questions. \ No newline at end of file diff --git a/blog.bryanroessler.com/img/blogger-circle_318-27548.jpg b/blog.bryanroessler.com/img/blogger-circle_318-27548.jpg new file mode 100644 index 0000000..0d564a4 Binary files /dev/null and b/blog.bryanroessler.com/img/blogger-circle_318-27548.jpg differ diff --git a/blog.bryanroessler.com/img/icon.png b/blog.bryanroessler.com/img/icon.png new file mode 100644 index 0000000..65ed713 Binary files /dev/null and b/blog.bryanroessler.com/img/icon.png differ diff --git a/blog.bryanroessler.com/index.html b/blog.bryanroessler.com/index.html index cfb2ebe..84f6cc0 100644 --- a/blog.bryanroessler.com/index.html +++ b/blog.bryanroessler.com/index.html @@ -1,8 +1,8 @@ --- layout: page -title: My website -subtitle: This is where I will tell my friends way too much about me -use-site-title: true +title: +subtitle: +use-site-title: false ---