diff --git a/_config.yml b/_config.yml index 6ae6e0ba21c84..07974edb3fd31 100644 --- a/_config.yml +++ b/_config.yml @@ -1,17 +1,22 @@ # Site settings -title: Pixyll -email: your_email@example.com -author: John Otander +title: Pixyll +email: your_email@example.com +author: John Otander description: "A simple, beautiful theme for Jekyll that emphasizes content rather than aesthetic fluff." -baseurl: "" -url: "http://pixyll.com" +baseurl: "" +url: "http://pixyll.com" + +# Google analytics google_analytics: -animated: false + +# Optional features +animated: false show_related_posts: false +show_post_footers: false # Build settings -markdown: kramdown -permalink: pretty -paginate: 3 +markdown: kramdown +permalink: pretty +paginate: 3 sass: compressed: true diff --git a/_includes/post_footer.html b/_includes/post_footer.html new file mode 100644 index 0000000000000..9fdb646efbf67 --- /dev/null +++ b/_includes/post_footer.html @@ -0,0 +1,10 @@ +
diff --git a/_layouts/post.html b/_layouts/post.html index c6c489e55b475..59d6db7804e83 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -20,6 +20,10 @@