|
@@ -5,7 +5,7 @@
|
|
|
|
|
|
# If you are building a simple GitHub user page (http://username.github.io) then use these settings:
|
|
|
url: "https://bryanroessler.com"
|
|
|
-baseurl: "."
|
|
|
+baseurl: ""
|
|
|
|
|
|
# If you are building a GitHub project page then use these settings:
|
|
|
#url: "http://username.github.io/projectname"
|
|
@@ -23,7 +23,6 @@ description: Ordo ab chao
|
|
|
|
|
|
# List of links in the navigation bar
|
|
|
navbar-links:
|
|
|
- Home: "https://bryanroessler.com"
|
|
|
CV: "https://cv.bryanroessler.com"
|
|
|
Repos: "https://git.bryanroessler.com"
|
|
|
Services:
|
|
@@ -32,11 +31,11 @@ navbar-links:
|
|
|
|
|
|
# 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/spinning_logo.gif"
|
|
|
+avatar: "/img/me_square_sepia_small.jpg"
|
|
|
|
|
|
# If you want to have an image logo in the top-left corner instead of the title text,
|
|
|
# then specify the following parameter
|
|
|
-# title-img: /path/to/image
|
|
|
+#title-img: "./img/me_square_sepia_small.jpg"
|
|
|
|
|
|
# --- Background colour/image options --- #
|
|
|
|
|
@@ -160,7 +159,7 @@ defaults:
|
|
|
values:
|
|
|
layout: "post"
|
|
|
comments: true # add comments to all blog posts
|
|
|
- social-share: false # add social media sharing buttons to all blog posts
|
|
|
+ social-share: true # add social media sharing buttons to all blog posts
|
|
|
-
|
|
|
scope:
|
|
|
path: "" # all files
|