Change default links and icon
This commit is contained in:
@@ -14,7 +14,7 @@ baseurl: "."
|
|||||||
# Of course don't forget to change the username and projectname to YOUR username and project
|
# Of course don't forget to change the username and projectname to YOUR username and project
|
||||||
|
|
||||||
# Name of website
|
# Name of website
|
||||||
title: Bryan's Blog
|
title: Blog
|
||||||
|
|
||||||
# Short description of your site
|
# Short description of your site
|
||||||
description: A virtual proof that name is awesome!
|
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
|
# List of links in the navigation bar
|
||||||
navbar-links:
|
navbar-links:
|
||||||
About Me: "aboutme"
|
Home: "https://bryanroessler.com"
|
||||||
Resources:
|
CV: "https://cv.bryanroessler.com"
|
||||||
- Beautiful Jekyll: "http://deanattali.com/beautiful-jekyll/"
|
Git: "https://git.bryanroessler.com"
|
||||||
- Learn markdown: "http://www.markdowntutorial.com/"
|
|
||||||
- GitHub Pages: "https://pages.github.com/"
|
|
||||||
Author's home: "http://deanattali.com"
|
|
||||||
|
|
||||||
# Image to show in the navigation bar - image must be a square (width = height)
|
# 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
|
# 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,
|
# If you want to have an image logo in the top-left corner instead of the title text,
|
||||||
# then specify the following parameter
|
# 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.
|
# Change all these values or delete the ones you don't want.
|
||||||
# Important: you must keep the "name" parameter, everything else you can remove
|
# Important: you must keep the "name" parameter, everything else you can remove
|
||||||
author:
|
author:
|
||||||
name: Some Person
|
name: Bryan Roessler
|
||||||
|
|
||||||
# Select your active Social Network Links.
|
# Select your active Social Network Links.
|
||||||
# Uncomment the links you want to show in the footer and add your information to each link.
|
# 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
|
# 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:
|
social-network-links:
|
||||||
rss: true
|
rss: true
|
||||||
email: "someone@example.com"
|
email: "bryanroessler@gmail.com"
|
||||||
facebook: daattali
|
# facebook: daattali
|
||||||
github: daattali
|
github: "https://git.bryanroessler@gmail.com"
|
||||||
twitter: daattali
|
# twitter: daattali
|
||||||
# reddit: yourname
|
# reddit: yourname
|
||||||
# google-plus: +DeanAttali
|
# google-plus: +DeanAttali
|
||||||
# linkedin: daattali
|
linkedin: bryan-roessler-phd-47535a60
|
||||||
# xing: yourname
|
# xing: yourname
|
||||||
# stackoverflow: "3943160/daattali"
|
# stackoverflow: "3943160/daattali"
|
||||||
# snapchat: deanat78
|
# snapchat: deanat78
|
||||||
@@ -92,14 +89,14 @@ social-network-links:
|
|||||||
|
|
||||||
# Select which share links to show in posts
|
# Select which share links to show in posts
|
||||||
share-links-active:
|
share-links-active:
|
||||||
twitter: true
|
twitter: false
|
||||||
facebook: true
|
facebook: false
|
||||||
google: false
|
google: false
|
||||||
linkedin: true
|
linkedin: false
|
||||||
|
|
||||||
# How to display the link to the website in the footer
|
# How to display the link to the website in the footer
|
||||||
# Remove this if you don't want a link 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 --- #
|
# --- Web Statistics Section --- #
|
||||||
|
|
||||||
@@ -142,7 +139,7 @@ title-separator: "-"
|
|||||||
# --- Don't need to touch anything below here (but you can if you want) --- #
|
# --- Don't need to touch anything below here (but you can if you want) --- #
|
||||||
|
|
||||||
# Output options (more information on Jekyll's site)
|
# Output options (more information on Jekyll's site)
|
||||||
timezone: "America/Vancouver"
|
timezone: "America/New_York"
|
||||||
markdown: kramdown
|
markdown: kramdown
|
||||||
highlighter: rouge
|
highlighter: rouge
|
||||||
permalink: /:year-:month-:day-:title/
|
permalink: /:year-:month-:day-:title/
|
||||||
|
|||||||
BIN
blog.bryanroessler.com/img/icon.png
Normal file
BIN
blog.bryanroessler.com/img/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.4 KiB |
Reference in New Issue
Block a user