summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_config.yml5
-rw-r--r--_includes/social.html2
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 %}