Upgrade to JBake version that runs on Mac Silicon ARM64 and update for Roller 6.1.2 release
diff --git a/sources/pom.xml b/sources/pom.xml
index 4f60f14..2992521 100644
--- a/sources/pom.xml
+++ b/sources/pom.xml
@@ -33,7 +33,7 @@
                     <dependency>
                         <groupId>org.jbake</groupId>
                         <artifactId>jbake-core</artifactId>
-                        <version>2.4.0</version>
+                        <version>2.7.0-rc.7</version>
                     </dependency>
                     
                     <dependency>
@@ -41,11 +41,11 @@
                         <artifactId>freemarker</artifactId>
                         <version>2.3.23</version>
                     </dependency>
-                    
+
                     <dependency>
-                        <groupId>org.pegdown</groupId>
-                        <artifactId>pegdown</artifactId>
-                        <version>1.6.0</version>
+                        <groupId>com.vladsch.flexmark</groupId>
+                        <artifactId>flexmark-all</artifactId>
+                        <version>0.64.8</version>
                     </dependency>
 
                 </dependencies>
diff --git a/sources/src/main/jbake/content/downloads/downloads.md b/sources/src/main/jbake/content/downloads/downloads.md
index a521dcc..ac2f99c 100644
--- a/sources/src/main/jbake/content/downloads/downloads.md
+++ b/sources/src/main/jbake/content/downloads/downloads.md
@@ -8,7 +8,7 @@
 Releases of the Apache Roller blog server are made available to the general public at no charge, under the <a href="http://apache.org/licenses/">Apache License,</a> in both binary and source distributions.

 

 ### General Availability (GA) Releases</strong> - <em>Ready for Prime Time!</em>

-__<a href="http://www.apache.org/dyn/closer.cgi/roller/roller-6.1/v6.1.1">Roller 6.1.1</a> (&quot;best available&quot;)__

+__<a href="http://www.apache.org/dyn/closer.cgi/roller/roller-6.1/v6.1.2">Roller 6.1.2</a> (&quot;best available&quot;)__

 

 Previous source and binary distributions, including documentation, are available in the <a class="external" href="http://archive.apache.org/dist/roller/">Apache archives</a>.

 

diff --git a/sources/src/main/jbake/custom.properties b/sources/src/main/jbake/jbake.properties
similarity index 100%
rename from sources/src/main/jbake/custom.properties
rename to sources/src/main/jbake/jbake.properties
diff --git a/sources/src/main/jbake/templates/post.ftl b/sources/src/main/jbake/templates/post.ftl
new file mode 100644
index 0000000..d21c7bd
--- /dev/null
+++ b/sources/src/main/jbake/templates/post.ftl
@@ -0,0 +1,12 @@
+<#include "header.ftl">
+
+
+<div class="container">
+    <!-- Example row of columns -->
+    <div class="row">
+        <h1>${content.title}</h1>
+        <p>${content.body}</p>
+    </div>
+</div>
+
+<#include "footer.ftl">