diff --git a/blog.bryanroessler.com/_config.yml b/blog.bryanroessler.com/_config.yml index ac7d8bb..2ad9d19 100644 --- a/blog.bryanroessler.com/_config.yml +++ b/blog.bryanroessler.com/_config.yml @@ -14,7 +14,7 @@ baseurl: "." # Of course don't forget to change the username and projectname to YOUR username and project # Name of website -title: Bryan's Blog +title: Blog # Short description of your site description: A virtual proof that name is awesome! @@ -23,16 +23,13 @@ description: A virtual proof that name is awesome! # 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/icon.png" # 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@gmail.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/img/icon.png b/blog.bryanroessler.com/img/icon.png new file mode 100644 index 0000000..2201a64 Binary files /dev/null and b/blog.bryanroessler.com/img/icon.png differ