From: Kai Moritz Date: Sat, 18 Apr 2026 14:43:52 +0000 (+0200) Subject: Shortcode für Auflistung der letzten Blog-Beiträge X-Git-Url: https://juplo.de/gitweb/?a=commitdiff_plain;h=7d1f3c07fbb209e7eb9265a1771601ac6609ae61;p=website Shortcode für Auflistung der letzten Blog-Beiträge --- diff --git a/exampleSite/content/_index.html b/exampleSite/content/_index.html deleted file mode 100644 index edc7f1f4..00000000 --- a/exampleSite/content/_index.html +++ /dev/null @@ -1,37 +0,0 @@ ---- -title: "Home" -layout: article ---- -
-
-

Work In Progress…

-

This page is under heavy construction.

-

Man bashing his head on a computer-keyboard

-

So, please be patiance with us…

-
-
-

About juplo

- -
-
-
-

Hibernate Maven Plugin

-

A simple Plugin for generating a Database-Schema from Hibernate Mappings

-

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.

-

Learn more...

-
-
-

Recent Posts

- -
diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md new file mode 100644 index 00000000..0a06a39d --- /dev/null +++ b/exampleSite/content/_index.md @@ -0,0 +1,50 @@ +--- +_edit_last: "3" +author: tortenheber +date: "2014-03-11T17:38:46+00:00" +guid: http://juplo.de/?page_id=271 +parent_post_id: null +post_id: "271" +title: Home +url: / + +--- +
+
+

Hibernate Maven Plugin

+

A simple Plugin for generating a Database-Schema from Hibernate Mappings

+

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.

+

Learn more...

+
+
+

Work In Progress…

+

This page is under heavy construction.

+

Man bashing his head on a computer-keyboard

+

So, please be patiance with us…

+
+
+
+

Recent Posts

+ {{< recent-posts >}} + +
+{{< 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 +[yourSHOUTER UG (haftungsbeschränkt)](http://yourshouter.com "Visit the Homepage of the company") +we publish results of a +[resarch-project](http://yourshouter.com/projekte/crowdgest%C3%BCtzte-veranstaltungs-suchmaschine.html "Show details about the funded resarch-project"), +that is funded by the European Union and the federal state Northrhine-Westphalia. + +[Europäische Union: Investitionen in unsere Zukunft - Europäischer Fonds für regionale EntwicklungEFRE.NRW 2014-2020: Invesitionen in Wachstum und Beschäftigung](http://yourshouter.com/projekte/crowdgest%C3%BCtzte-veranstaltungs-suchmaschine.html "Show details about the funded resarch-project") +{{< /marginalcontent-md >}} + diff --git a/layouts/_shortcodes/recent-posts.html b/layouts/_shortcodes/recent-posts.html new file mode 100644 index 00000000..fc09249f --- /dev/null +++ b/layouts/_shortcodes/recent-posts.html @@ -0,0 +1,5 @@ +