Browse Source

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

Riccardo Balbo 3 năm trước cách đây
mục cha
commit
9221bf69b5

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

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

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

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

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

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

+ 1 - 0
content/blog/minie14.md

@@ -15,6 +15,7 @@ tags:
     - "software"
     - "software"
     - "minie"
     - "minie"
     - "blog"
     - "blog"
+    - "misc"
 ---
 ---
 
 
 Minie version 1.4 is an exciting new add-on for [the JMonkeyEngine (JME) game engine](https://jmonkeyengine.org).
 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"
     - "communitylog"
     - "donations"
     - "donations"
     - "opencollective"
     - "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/)
 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"
     - "donations"
     - "opencollective"
     - "opencollective"
     - "server"
     - "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.
 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"
     - "software"
     - "website"
     - "website"
     - "communitylog"
     - "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!
 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:
 tags:
     - "communitylog"
     - "communitylog"
     - "website"
     - "website"
+    - "blog"
 ---
 ---
 
 
 Hello. 
 Hello. 

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

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

+ 1 - 0
content/devlog/jme332.md

@@ -12,6 +12,7 @@ authors:
 tags:
 tags:
     - "devlog"
     - "devlog"
     - "release"
     - "release"
+    - "blog"
 ---
 ---
 
 
 After 3 months of beta testing, the Java game engine's long-awaited v3.3 release arrived on 30 March. 
 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:
 tags:
     - "devlog"
     - "devlog"
     - "release"
     - "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.
 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>
 <a class="more responsiveWidth" href="tags/communitylog">More community updates...</a>
 
 
 <section class="list vlist responsive responsiveWidth">
 <section class="list vlist responsive responsiveWidth">
-    {{ $filter := slice "blog" }}
+    {{ $filter := slice "misc" }}
     {{ $pages :=  (where  .Site.Pages  "Params.tags"  "intersect" $filter )}}
     {{ $pages :=  (where  .Site.Pages  "Params.tags"  "intersect" $filter )}}
     {{ range first 1 $pages  }}
     {{ range first 1 $pages  }}
     {{ partial "articlePreview.html" . }}
     {{ partial "articlePreview.html" . }}