Skip to content

Instantly share code, notes, and snippets.

@ericalli
Last active April 9, 2020 07:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ericalli/e66f0fc0df3c11a2d3eb6c92d386f129 to your computer and use it in GitHub Desktop.
Save ericalli/e66f0fc0df3c11a2d3eb6c92d386f129 to your computer and use it in GitHub Desktop.
<script>
// Custom configration for Dandelion theme
var themeConfig = {
// The API key for your Ghost blog
ghostSearchKey: 'xxxx',
// Custom taglines for the 'Subscribe' section of your homepage (if subscribers are enabled), comma separated
newsletterTaglines: ['My first tagline', 'My second tagline', 'My third tagline'],
// Your disqus username (leave blank for no comments)
disqusUsername: 'dandelion-theme',
// Hide the default Sign In and Sign Out links (when Membership is enabled)
showMembershipNavLinks: true,
// Override the default features for each membership plan
planFeatures: {
free: [
'Access to subscriber posts',
'Support independent publishing',
'Simple, secure card payment'
],
monthly: [
'Full access to all private posts',
'Regular updates with new content',
'Support independent publishing',
'Simple, secure card payment'
],
yearly: [
'Full access to all private posts',
'Regular updates with new content',
'Support independent publishing',
'Simple, secure card payment',
'One easy payment instead of 12!'
]
}
};
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment