]> juplo.de Git - website/commitdiff
WIP:Cards auf Home
authorKai Moritz <kai@juplo.de>
Sat, 18 Apr 2026 14:45:11 +0000 (16:45 +0200)
committerKai Moritz <kai@juplo.de>
Sat, 18 Apr 2026 14:45:11 +0000 (16:45 +0200)
content/_index.md

index f3efe79bf71ac56292e89208897044a60e71a3d2..0a06a39ddc475afd3dc1cc782e8305aeae43dae4 100644 (file)
@@ -11,38 +11,32 @@ url: /
 ---
 <div class="pack bg cf">
   <div class="p right">
+    <h2>Hibernate Maven Plugin</h2>
+    <p><strong>A simple Plugin for generating a Database-Schema from Hibernate Mappings</strong></p>
+    <p>hibernate-maven-plugin is a plugin for generating a database-schema from your Hibernate mappings and create or update your database accordingly. Its main usage is to automatically create and populate a test-database for unit-tests in cooperation with the dbunit-maven-plugin.</p>
+    <p><a href="/hibernate-maven-plugin/index.html" title="Visit the plugin-documentation">Learn more...</a></p>
+  </div>
+  <div class="p left">
     <h2>Work In Progress…</h2>
     <p>This page is under heavy construction.</p>
     <p style="text-align: center"><img alt="Man bashing his head on a computer-keyboard" src="/img/wip.gif"></p>
     <p>So, please be patiance with us…</p>
   </div>
-  <div class="p left">
-    <h2>About juplo</h2>
-    <ul>
-      <li><a href="/about.html" title="Visit my about-pag">More about juplo</a></li>
-      <li><a href="/blog" title="(Hopefully) helpful stuff">Blog</a></li>
-      <li><a href="/projects.html" title="All current projects">Projects</a></li>
-      <li><a href="/contact.html" title="All contact-information on a glance">Contact</a></li>
-    </ul>
-  </div>
 </div>
 <div class="single">
-  <h1>Hibernate Maven Plugin</h1>
-  <p><strong>A simple Plugin for generating a Database-Schema from Hibernate Mappings</strong></p>
-  <p>hibernate-maven-plugin is a plugin for generating a database-schema from your Hibernate mappings and create or update your database accordingly. Its main usage is to automatically create and populate a test-database for unit-tests in cooperation with the dbunit-maven-plugin.</p>
-  <p><a href="/hibernate-maven-plugin/index.html" title="Visit the plugin-documentation">Learn more...</a></p>
-</div>
-<div class="widget widget_recent_entries">
   <h2 class="widgettitle">Recent Posts</h2>
-  <ul>
-    <li><a href="http://juplo.de/show-spring-boot-auto-configuration-report-when-running-via-mvn-spring-boot-run/">Show Spring-Boot Auto-Configuration-Report When Running Via “mvn spring-boot:run”</a></li>
-    <li><a href="http://juplo.de/parsing-json-from-facebooks-graph-api-using-jackson-2-x-and-javas-new-time-api/">Parsing JSON From Facebooks Graph-API Using Jackson 2.x And Java’s New Time-API</a></li>
-    <li><a href="http://juplo.de/problems-deploying-a-spring-boot-app-as-war/">Problems Deploying A Spring-Boot-App As WAR</a></li>
-    <li><a href="http://juplo.de/hibernate-maven-plugin-2-0-0-released/">hibernate-maven-plugin 2.0.0 released!</a></li>
-    <li><a href="http://juplo.de/release-of-a-maven-plugin-to-maven-central-fails-with-error-unknown-tag-goal/">Release Of A Maven-Plugin to Maven Central Fails With “error: unknown tag: goal”</a></li>
+  {{< recent-posts >}}
   </ul>
 </div>
 {{< marginalcontent-md >}}
+## About juplo
+
+- [More about juplo](/about.html "Visit my about-pag")
+- [Blog](/blog/ "(Hopefully) helpful stuff")
+- [Projects](/projects/ "All current projects")
+- [Contact](/contact.html "All contact-information on a glance")
+{{< /marginalcontent-md >}}
+{{< marginalcontent-md >}}
 ## Funded by the Europian Union
 
 As partner of the company
@@ -54,29 +48,3 @@ that is funded by the European Union and the federal state Northrhine-Westphalia
 [<img alt="Europäische Union: Investitionen in unsere Zukunft - Europäischer Fonds für regionale Entwicklung" src="/img/EFRE_Foerderhinweis_deutsch_farbig.svg" width="100%"><img alt="EFRE.NRW 2014-2020: Invesitionen in Wachstum und Beschäftigung" src="/img/Ziel2NRW_4c_1809_eps.svg" width="100%">](http://yourshouter.com/projekte/crowdgest%C3%BCtzte-veranstaltungs-suchmaschine.html "Show details about the funded resarch-project")
 {{< /marginalcontent-md >}}
 
-{{< marginalcontent-md >}}
-## About juplo
-
-- [More about juplo](/about.html "Visit my about-pag")
-- [Blog](/blog/ "(Hopefully) helpful stuff")
-- [Projects](/projects/ "All current projects")
-- [Contact](/contact.html "All contact-information on a glance")
-{{< /marginalcontent-md >}}
-
-## Work In Progress...
-
-Due to lack of time, this page is still under construction.
-
-![Man bashing his head on a computer-keyboard](/img/wip.gif)
-
-So, please be a litle more patiance with us...
-
-
-
-## hibernate-maven-plugin
-
-**A simple Plugin for generating a Database-Schema from Hibernate Mapping-Annotations**
-
-hibernate4-maven-plugin is a plugin for generating a database-schema from your Hibernate-Mappings and create or update your database accordingly. Its main usage is to automatically create and populate a test-database for unit-tests in cooperation with the dbunit-maven-plugin.
-
-[Learn more](/hibernate-maven-plugin/ "Visit the plugin-documentation")