diff --git a/README.md b/README.md index 690c0ce..ceeae0f 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,8 @@ ext-js | List of external JavaScript files to include in the page (eg. `//c css | List of local CSS files to include in the page ext-css | List of external CSS files to include in the page. External CSS files using SRI (see `ext-js` parameter) are also supported. googlefonts | List of Google fonts to include in the page (eg. `["Monoton", "Lobster"]`) +gh-repo | If you want to show GitHub buttons at the top of a post, this sets the GitHub repo name (eg. `daattali/beautiful-jekyll`). You must also use the `gh-badge` parameter to specify what buttons to show. +gh-badge | Select which GitHub buttons to display, available options are: [star, watch, fork, follow]. You must also use the `gh-repo` parameter to specify the GitHub repo. ### Advanced features (including how to use a custom URL address for your site) diff --git a/_layouts/post.html b/_layouts/post.html index bd3c20c..1055722 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -8,6 +8,29 @@ layout: base