Skip to content

Instantly share code, notes, and snippets.

@JD10NN3
Created May 7, 2019 10:10
Show Gist options
  • Save JD10NN3/05119e866a889a4f9b39f149f3e4d9dd to your computer and use it in GitHub Desktop.
Save JD10NN3/05119e866a889a4f9b39f149f3e4d9dd to your computer and use it in GitHub Desktop.
Eleventy Metadatas file with disqusShortname and rootUrl to allow the usage of disqus comments
module.exports = {
"title": "Nice website title",
"description": "My website description",
"rootUrl" : "https://website.net",
"disqusShortname" : "myDisqusShortname",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment