From 876fccbbde53e27b3fb820808d2c336ca71aa7e1 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Fri, 14 Sep 2018 17:59:21 -0700 Subject: Make this repo a standalone website These changes add the ability to generate a full website from individual style guides. The website can be viewed [here](drivergroup.github.io/best-practices). Also included, are the following additions: - Improve recommendations for Scala. - Add more recommendations for Git. - Add recommendations for Shell Script. --- layout.html | 112 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 layout.html (limited to 'layout.html') diff --git a/layout.html b/layout.html new file mode 100644 index 0000000..410a2fc --- /dev/null +++ b/layout.html @@ -0,0 +1,112 @@ + + + + + + + $for(author-meta)$ + + $endfor$ + $if(date-meta)$ + + $endif$ + $if(keywords)$ + + $endif$ + $if(title-prefix)$$title-prefix$ – $endif$$pagetitle$ + + $if(highlighting-css)$ + + $endif$ + + + + $for(css)$ + + $endfor$ + $if(math)$ + $math$ + $endif$ + $for(header-includes)$ + $header-includes$ + $endfor$ + + + $for(include-before)$ + $include-before$ + $endfor$ + $if(title)$ +
+
+

$title$

+ $if(subtitle)$ +

$subtitle$

+ $endif$ + +
+ $if(toc)$ + + $endif$ +
+ $endif$ +
+ This guide recommends stylistic and architectural best + practices, designed to make your code easier for others to + understand. It offers guidelines not rules, + and there are situations in which the advice offered + should be actively ignored. +
+
+
+ $body$ +
+ + $for(include-after)$ + $include-after$ + $endfor$ + + -- cgit v1.2.3