diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2017-09-09 19:26:23 -0600 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2017-09-09 19:32:32 -0600 |
commit | af68efe9afd7c166de80c851d63c2ff1ae6593fd (patch) | |
tree | 530b64d71179f6a16caf2b06a6614665ff50c89a | |
parent | 7c7fb2fb683a4e1633ac73f71718b065a19a4052 (diff) |
update page formatting stuff
-rw-r--r-- | _config.yml | 5 | ||||
-rw-r--r-- | _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: <div id="stalker"> {% if site.theme.social.github %} |