summaryrefslogtreecommitdiff
path: root/_config.yml
diff options
context:
space:
mode:
authorBrian Picciano <bgp2396@bellsouth.net>2013-10-16 20:20:50 -0400
committerBrian Picciano <bgp2396@bellsouth.net>2013-10-16 20:20:50 -0400
commit5405686b0ed1a6e0a9bbf34355b7e077930f4101 (patch)
tree107e93bb237a9d04e69c853df47b492175b3ce6a /_config.yml
parent7a5172710b5eb93209293adfc9c773838befed62 (diff)
using lagom theme
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml24
1 files changed, 24 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml
new file mode 100644
index 0000000..0afbce8
--- /dev/null
+++ b/_config.yml
@@ -0,0 +1,24 @@
+# General Jekyll Config
+pygments: true
+url: http://mediocregopher.com
+lsi: false
+exclude: [LICENSE, CNAME, README.md, .gitignore]
+markdown: redcarpet
+
+# Theme customization - please change from the defaults!
+theme:
+ # Color for top bar, links, etc
+ highlight_color: '#434343'
+
+ # Profile links on the left sidebar, leave blank to ignore
+ social:
+ github: mediocregopher
+ hacker_news: mediocregopher
+
+ # "Hi, I'm _______"
+ name: Brian Picciano
+ email: mediocregopher@gmail.com
+ tagline: "A blog about code, languages, and systems"
+
+ # Toggle "Postings are my own" disclaimer in footer
+ show_disclaimer: false