From af68efe9afd7c166de80c851d63c2ff1ae6593fd Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Sat, 9 Sep 2017 19:26:23 -0600 Subject: [PATCH] update page formatting stuff --- _config.yml | 5 +++-- _includes/social.html | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 0f997d7..ae68360 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,6 @@ # General Jekyll Config pygments: true -url: http://mediocregopher.com +url: http://blog.mediocregopher.com lsi: false exclude: [LICENSE, CNAME, README.md, .gitignore] markdown: redcarpet @@ -15,11 +15,12 @@ theme: social: github: mediocregopher hacker_news: mediocregopher + twitter: mediocre_gopher # "Hi, I'm _______" name: Brian Picciano email: mediocregopher@gmail.com - tagline: "A blog about code, languages, and systems" + tagline: "A blog whose general purpose I haven't really landed on yet" # Toggle "Postings are my own" disclaimer in footer show_disclaimer: false diff --git a/_includes/social.html b/_includes/social.html index e7bb50c..41a4908 100644 --- a/_includes/social.html +++ b/_includes/social.html @@ -1,3 +1,5 @@ +{{ site | jsonify }} +TESTING SOMETHING IGNORE ME Follow me:
{% if site.theme.social.github %}