diff --git a/jbake.properties b/jbake.properties index 16cfa66..6ef6f73 100644 --- a/jbake.properties +++ b/jbake.properties @@ -21,6 +21,7 @@ template.reference.file=reference.ftl template.about.file=about.ftl template.guides.file=guides.ftl template.learn.file=learn.ftl +template.programming_at_the_repl.file=programming_at_the_repl.ftl template.community.file=community.ftl template.notfound.file=404.ftl template.news.file=news.ftl diff --git a/templates/guides.ftl b/templates/guides.ftl index f87890d..f20fbf5 100644 --- a/templates/guides.ftl +++ b/templates/guides.ftl @@ -9,6 +9,7 @@ Getting Started Learn Clojure + Programming at the REPL FAQ spec diff --git a/templates/programming_at_the_repl.ftl b/templates/programming_at_the_repl.ftl new file mode 100644 index 0000000..21f6bc0 --- /dev/null +++ b/templates/programming_at_the_repl.ftl @@ -0,0 +1,41 @@ +<#include "header.ftl"> + +
+
+
+
+
+ +
+
<#if (content.navlinktext)??>${content.navlinktext}<#else>${content.title}
+
+
+
+
+
+
+
+ +

<#escape x as x?xml>${content.title}

+ + ${content.body} + + <#include "prevnext.ftl"> + +
+
+
+ +<#include "footer.ftl">