This is an automated email from the ASF dual-hosted git repository.

snoopdave pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/roller-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new abc1dae  Upgrade to JBake version that runs on Mac Silicon ARM64 and 
update for Roller 6.1.2 release
abc1dae is described below

commit abc1dae6391df2d2bfc6ca7c19e156ad286fbad0
Author: Dave Johnson <snoopd...@gmail.com>
AuthorDate: Wed Aug 2 19:11:00 2023 -0400

    Upgrade to JBake version that runs on Mac Silicon ARM64 and update for 
Roller 6.1.2 release
---
 sources/pom.xml                                              | 10 +++++-----
 sources/src/main/jbake/content/downloads/downloads.md        |  2 +-
 .../src/main/jbake/{custom.properties => jbake.properties}   |  0
 sources/src/main/jbake/templates/post.ftl                    | 12 ++++++++++++
 4 files changed, 18 insertions(+), 6 deletions(-)

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 @@ type=page
 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">

Reply via email to