+
+ Source Code
+Loading source code...
+
+
+ diff --git a/_config.yml b/_config.yml index e7adb82c4..2f4c85c37 100644 --- a/_config.yml +++ b/_config.yml @@ -47,5 +47,6 @@ exclude: - vendor/gems/ - vendor/ruby/ - STYLE_GUIDE.md + - "**/README.md" include: ["CNAME"] diff --git a/_layouts/code-preview.html b/_layouts/code-preview.html new file mode 100644 index 000000000..75650ba43 --- /dev/null +++ b/_layouts/code-preview.html @@ -0,0 +1,83 @@ +{% comment %} +Displays another page inside an iframe with source code on the left and the page on the right + +For maintainers: Set the url to display using the iframe_content_url variable in the frontmatter. +{% endcomment %} + + + + +
+Loading source code...
+