Selaa lähdekoodia

Fix issue #20. Group all posts (not showcase content) under blog

Riccardo Balbo 3 vuotta sitten
vanhempi
commit
9221bf69b5

+ 1 - 0
content/blog/interview-adibarda.md

@@ -12,6 +12,7 @@ authors:
 tags:
     - "interview"
     - "blog"
+    - "misc"
 ---
 
 {{< ghuser  user="stephengold" mode="inline" >}}

+ 1 - 0
content/blog/interview-danielp.md

@@ -12,6 +12,7 @@ authors:
 tags:
     - "interview"
     - "blog"
+    - "misc"
 ---
 
 {{< ghuser  user="stephengold" mode="inline" >}}

+ 1 - 0
content/blog/interview-jayfella.md

@@ -11,6 +11,7 @@ enable_comments: true
 tags:
     - "interview"
     - "blog"
+    - "misc"
 ---
 
 {{< ghuser  user="stephengold" mode="inline" >}}

+ 1 - 0
content/blog/minie14.md

@@ -15,6 +15,7 @@ tags:
     - "software"
     - "minie"
     - "blog"
+    - "misc"
 ---
 
 Minie version 1.4 is an exciting new add-on for [the JMonkeyEngine (JME) game engine](https://jmonkeyengine.org).

+ 1 - 0
content/communitylog/community-update-donations.md

@@ -12,6 +12,7 @@ tags:
     - "communitylog"
     - "donations"
     - "opencollective"
+    - "blog"
 ---
 
 Hello fellow community members, this is the promised followup of [Update in the wake of recent events](/communitylog/update-in-the-wake-of-recent-events/)

+ 1 - 0
content/communitylog/host-migration-and-funding.md

@@ -14,6 +14,7 @@ tags:
     - "donations"
     - "opencollective"
     - "server"
+    - "blog"
 ---
 
 As you might have noticed already, our services were progressively migrated, during the month of October, to a cloud provider that, I believe, provides the best price/quality for our project.

+ 1 - 0
content/communitylog/new-store.md

@@ -14,6 +14,7 @@ tags:
     - "software"
     - "website"
     - "communitylog"
+    - "blog"
 ---
 
 After years of requests and attempts, a software store (a.k.a an asset store) for jmonkey has finally been created and is now open to registration. Everybody can register and submit their software!

+ 1 - 0
content/communitylog/new-website.md

@@ -12,6 +12,7 @@ images:
 tags:
     - "communitylog"
     - "website"
+    - "blog"
 ---
 
 Hello. 

+ 1 - 0
content/communitylog/update-in-the-wake-of-recent-events.md

@@ -12,6 +12,7 @@ tags:
     - "communitylog"
     - "donations"
     - "opencollective"
+    - "blog"
 ---
 ## Hello fellow community members.
 

+ 1 - 0
content/devlog/jme332.md

@@ -12,6 +12,7 @@ authors:
 tags:
     - "devlog"
     - "release"
+    - "blog"
 ---
 
 After 3 months of beta testing, the Java game engine's long-awaited v3.3 release arrived on 30 March. 

+ 1 - 0
content/devlog/jme341.md

@@ -11,6 +11,7 @@ authors:
 tags:
     - "devlog"
     - "release"
+    - "blog"
 ---
 
 The JMonkeyEngine team is proud to announce the 3.4.1-stable release of its 3-D game engine for Java programmers. JMonkeyEngine 3.4.1 is an interim release that patches a handful of bugs and performance issues discovered in the JME 3.4 libraries since they became generally available in May.

+ 1 - 1
layouts/index.html

@@ -26,7 +26,7 @@
 <a class="more responsiveWidth" href="tags/communitylog">More community updates...</a>
 
 <section class="list vlist responsive responsiveWidth">
-    {{ $filter := slice "blog" }}
+    {{ $filter := slice "misc" }}
     {{ $pages :=  (where  .Site.Pages  "Params.tags"  "intersect" $filter )}}
     {{ range first 1 $pages  }}
     {{ partial "articlePreview.html" . }}