Compare commits
1 Commits
83af7d0b5a
...
059df95959
| Author | SHA1 | Date | |
|---|---|---|---|
| 059df95959 |
@@ -14,25 +14,22 @@ 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: Bryan Roessler
|
||||||
|
|
||||||
# Short description of your site
|
# Short description of your site
|
||||||
description: A virtual proof that name is awesome!
|
description: Ordo ab chao
|
||||||
|
|
||||||
# --- Navigation bar options --- #
|
# --- Navigation bar options --- #
|
||||||
|
|
||||||
# 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: ""
|
||||||
- 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/blogger-circle_318-27548.jpg"
|
||||||
|
|
||||||
# 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/
|
||||||
|
|||||||
@@ -12,8 +12,8 @@ facebook:
|
|||||||
icon: "fa-facebook"
|
icon: "fa-facebook"
|
||||||
|
|
||||||
github:
|
github:
|
||||||
name: "GitHub"
|
name: "Git"
|
||||||
baseURL: "https://github.com/"
|
baseURL: "https://git.bryanroessler.com"
|
||||||
icon: "fa-github"
|
icon: "fa-github"
|
||||||
|
|
||||||
twitter:
|
twitter:
|
||||||
|
|||||||
@@ -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.
|
|
||||||
BIN
blog.bryanroessler.com/img/blogger-circle_318-27548.jpg
Normal file
BIN
blog.bryanroessler.com/img/blogger-circle_318-27548.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
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: 28 KiB |
@@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: My website
|
title:
|
||||||
subtitle: This is where I will tell my friends way too much about me
|
subtitle:
|
||||||
use-site-title: true
|
use-site-title: false
|
||||||
---
|
---
|
||||||
|
|
||||||
<div class="posts-list">
|
<div class="posts-list">
|
||||||
|
|||||||
Reference in New Issue
Block a user