jason/nest

d2e5109efaf2
Improves on **Copy Code to Clipboard** tool

* Code snippets in headers no longer have a copy button attached
* Stylying
* Inline snippets are purple to match theme
* Heading snippets are a lighter purple
* Code
* Uses a variable instead of hiding the clipboard buttons with styling
* Simplify code execution
* Add **copy to** config to readme
[build]
publish = "exampleSite/public"
command = "hugo -s exampleSite"
[build.environment]
HUGO_THEME = "repo"
HUGO_THEMESDIR = "/opt/build"
HUGO_VERSION = "0.50"
[context.production.environment]
HUGO_BASEURL = "https://learn.netlify.com/"
[context.deploy-preview]
command = "hugo -s exampleSite -b $DEPLOY_PRIME_URL"
[context.deploy-preview.environment]
HUGO_ENABLEGITINFO = "true"
[context.branch-deplpy]
command = "hugo -s exampleSite -b $DEPLOY_PRIME_URL"
[context.branch-deploy.environment]
HUGO_ENABLEGITINFO = "true"