mirror of
https://github.com/MinimalBible/MinimalBible.github.io
synced 2025-07-12 03:04:45 -04:00
Add social sharing widgets
This commit is contained in:
@ -1,16 +1,17 @@
|
||||
---
|
||||
layout: page
|
||||
permalink: /theme-setup/index.html
|
||||
permalink: /theme-setup/
|
||||
title: Theme Setup
|
||||
description: "Instructions on how to install and customize the Jekyll theme HPSTR RDX."
|
||||
description: "Instructions on how to install and customize the modern Jekyll theme HPSTR."
|
||||
tags: [Jekyll, theme, install, setup]
|
||||
image:
|
||||
feature: abstract-11.jpg
|
||||
credit: dargadgetz
|
||||
creditlink: http://www.dargadgetz.com/ios-7-abstract-wallpaper-pack-for-iphone-5-and-ipod-touch-retina/
|
||||
share: true
|
||||
---
|
||||
|
||||
General notes and suggestions for customizing **HPSTR RDX**.
|
||||
General notes and suggestions for customizing **HPSTR**.
|
||||
|
||||
## Basic Setup for a new Jekyll site
|
||||
|
||||
@ -132,6 +133,14 @@ Create a [Disqus](http://disqus.com) account and change `disqus_shortname` in `_
|
||||
comments: true
|
||||
{% endhighlight %}
|
||||
|
||||
#### Social Share Links
|
||||
|
||||
To enable Facebook, Twitter, and Google+ share links on a post or page, add the following to its front matter:
|
||||
|
||||
{% highlight yaml %}
|
||||
share: true
|
||||
{% endhighlight %}
|
||||
|
||||
#### Owner/Author Information
|
||||
|
||||
Change your name, and avatar photo (200x200 pixels or larger), email, and social networking URLs. If you want to link to an external image on Gravatar or something similar you'll need to edit the path in `head.html` since it assumes it is located in `/images`.
|
||||
|
Reference in New Issue
Block a user