Compare commits
6 Commits
059df95959
...
83af7d0b5a
| Author | SHA1 | Date | |
|---|---|---|---|
| 83af7d0b5a | |||
| ba6886cde1 | |||
| f7579d6124 | |||
| c5c7e7f461 | |||
| 3c0ce96c99 | |||
| bd9fb7c69a |
@@ -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: Bryan's Blog
|
||||
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@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/
|
||||
|
||||
@@ -12,8 +12,8 @@ facebook:
|
||||
icon: "fa-facebook"
|
||||
|
||||
github:
|
||||
name: "GitHub"
|
||||
baseURL: "https://github.com/"
|
||||
name: "Git"
|
||||
baseURL: ""
|
||||
icon: "fa-github"
|
||||
|
||||
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
|
||||
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
|
||||
---
|
||||
|
||||
<div class="posts-list">
|
||||
|
||||
Reference in New Issue
Block a user