diff --git a/.eleventy.js b/.eleventy.js
index 6c92e9c08dba674737530bb602887661313e2b60..e9a9a114370d3112740653f3c65cad1d5e0d261d 100644
--- a/.eleventy.js
+++ b/.eleventy.js
@@ -58,6 +58,7 @@ module.exports = function (eleventyConfig) {
   eleventyConfig.addCollection("blog", (collectionApi) => {
     return collectionApi
       .getFilteredByGlob("src/blog/posts/*.md")
+      .filter(a => {return a.data.published == true})
       .sort((a, b) => a.data.date - b.data.date);
   });
 
diff --git a/src/blog/posts/2023-03-25-coko-eu.md b/src/blog/posts/2023-03-25-coko-eu.md
index c0ad663247291a6b8b2bbf643e5405371196e67b..970bc7da4632f49fca1a8f38f9ba0d3a2ede68d3 100644
--- a/src/blog/posts/2023-03-25-coko-eu.md
+++ b/src/blog/posts/2023-03-25-coko-eu.md
@@ -1,6 +1,7 @@
 ---
 title: Coko EU
 date: 2023-03-25
+published: true
 intro: |-
   \
   We have just opened a Coko not-for-profit branch in France.
diff --git a/src/blog/posts/2023-03-26-introducing-our-groundbreaking-ai-subsystem.md b/src/blog/posts/2023-03-26-introducing-our-groundbreaking-ai-subsystem.md
index 683421b45369f4bc6ff1543ea47f77c6842c3a2f..8f9386ef8270b5c3c08638dc8384a765fb0571c5 100644
--- a/src/blog/posts/2023-03-26-introducing-our-groundbreaking-ai-subsystem.md
+++ b/src/blog/posts/2023-03-26-introducing-our-groundbreaking-ai-subsystem.md
@@ -1,5 +1,6 @@
 ---
 title: "Here Come the Robots! : Introducing Our Groundbreaking AI Subsystem"
+published: true
 date: 2023-03-26
 intro: Stay ahead of the game with Coko's cutting-edge AI technology. Our new
   subsystem in CokoDocs, Kotahi, and Ketida is designed to empower publishing
diff --git a/src/blog/posts/2023-03-28-kotahi-1-6-release-enhancements-bug-fixes-and-plugin-architecture.md b/src/blog/posts/2023-03-28-kotahi-1-6-release-enhancements-bug-fixes-and-plugin-architecture.md
index 928001965e6add7321ff505cd87b2d6016ba21dd..a2653b0223b4d79c0dc6e46123b337e9f30903eb 100644
--- a/src/blog/posts/2023-03-28-kotahi-1-6-release-enhancements-bug-fixes-and-plugin-architecture.md
+++ b/src/blog/posts/2023-03-28-kotahi-1-6-release-enhancements-bug-fixes-and-plugin-architecture.md
@@ -1,4 +1,5 @@
 ---
+published: true
 title: "Kotahi 1.6 Release: Enhancements, Bug Fixes, and Plugin Architecture"
 date: 2023-03-28
 intro: Kotahi, an open-source, web-based platform for managing scholarly
diff --git a/src/blog/posts/2023-03-29-integrating-ai-into-kotahi-how-to-quantify-its-contribution.md b/src/blog/posts/2023-03-29-integrating-ai-into-kotahi-how-to-quantify-its-contribution.md
index d0e7fcef923b15521bf4fbfddef23799e3e0c67a..6d54e0ccaa4323a88a965e0d919928825173d8c2 100644
--- a/src/blog/posts/2023-03-29-integrating-ai-into-kotahi-how-to-quantify-its-contribution.md
+++ b/src/blog/posts/2023-03-29-integrating-ai-into-kotahi-how-to-quantify-its-contribution.md
@@ -1,6 +1,7 @@
 ---
 title: "Integrating AI into Kotahi: How to Quantify Its Contribution?"
 date: 2023-03-29
+published: true
 intro: Recently, a team of technologists from across the globe came together in
   New Zealand to brainstorm how to integrate AI into the peer review process
   using Kotahi responsibly. We recognize the potential benefits that AI can
diff --git a/src/blog/posts/2023-03-30-mellon-foundation-grants-595-000-to-support-coko-development.md b/src/blog/posts/2023-03-30-mellon-foundation-grants-595-000-to-support-coko-development.md
index c0c8aa5329a05dd303060a6d3b789981a5872b46..61f9ac9859dc7e6bd5cfd2800682ce30f6e9b25e 100644
--- a/src/blog/posts/2023-03-30-mellon-foundation-grants-595-000-to-support-coko-development.md
+++ b/src/blog/posts/2023-03-30-mellon-foundation-grants-595-000-to-support-coko-development.md
@@ -1,6 +1,7 @@
 ---
 title: Mellon Foundation Grants $595,000 to Support Coko Development
 date: 2023-03-30
+published: true
 intro: >-
   FOR IMMEDIATE RELEASE
 
diff --git a/src/blog/posts/2023-04-13-nucleus-by-amnet-harnessing-cokos-kotahi-for-a-cost-effective-journal-solution.md b/src/blog/posts/2023-04-13-nucleus-by-amnet-harnessing-cokos-kotahi-for-a-cost-effective-journal-solution.md
index 44caf781f2bf5160bc8a1c36536b483e642d26e7..1a30b6e79cd180d57757a600a3eaaea2edf134c0 100644
--- a/src/blog/posts/2023-04-13-nucleus-by-amnet-harnessing-cokos-kotahi-for-a-cost-effective-journal-solution.md
+++ b/src/blog/posts/2023-04-13-nucleus-by-amnet-harnessing-cokos-kotahi-for-a-cost-effective-journal-solution.md
@@ -2,6 +2,7 @@
 title: "Nvcleus by Amnet: Harnessing Coko's Kotahi for a Cost-Effective Journal
   Solution"
 date: 2023-04-13
+published: true
 intro: Amnet and Coko are celebrating the launch of Nvcleus, a cost-effective
   journal solution based on the Kotahi platform, at the London Book Fair. This
   partnership has successfully developed an innovative approach to journal
diff --git a/src/blog/posts/2023-04-20-coko-community-products-collaboration-guidelines.md b/src/blog/posts/2023-04-20-coko-community-products-collaboration-guidelines.md
index 46921ff4db03fc4c27d2955350f61ab8b50d4e6b..ee72cbc51af6009473168a18f53cbf9a1a4a3dc8 100644
--- a/src/blog/posts/2023-04-20-coko-community-products-collaboration-guidelines.md
+++ b/src/blog/posts/2023-04-20-coko-community-products-collaboration-guidelines.md
@@ -1,6 +1,7 @@
 ---
 title: Coko Community Products Collaboration Guidelines
 date: 2023-04-20
+published: true
 intro: Guidelines for contributing to Coko products.
 icon: /static/images/uploads/adaminski_a_close_up_of_people_building_a_robot_style_8bit_ae3d56c1-776c-47d4-8d26-362f384964d0.png
 image: /static/images/uploads/adaminski_a_close_up_of_people_building_a_robot_style_8bit_ae3d56c1-776c-47d4-8d26-362f384964d0.png
diff --git a/src/blog/posts/2023-05-22-flax-arrives.md b/src/blog/posts/2023-05-22-flax-arrives.md
index cf594bbbe7d3975282cab1725da6746b66d0e674..8484db2767fb23bebfc4185f4980b966d19fc91d 100644
--- a/src/blog/posts/2023-05-22-flax-arrives.md
+++ b/src/blog/posts/2023-05-22-flax-arrives.md
@@ -1,6 +1,7 @@
 ---
 title: FLAX Arrives
 date: 2023-05-22
+published: true
 intro: Our new publishing front end and web presence platform for content,
   arrives. The first project to host content in FLAX is... the Louvre!
 icon: /static/images/uploads/flax.png
diff --git a/src/blog/posts/2023-05-22-ketida-textbook-designer.md b/src/blog/posts/2023-05-22-ketida-textbook-designer.md
index 703bfc5ae2a028971fc51b3a15c85c9155a368a4..dce48d498c0aa316dce77449afefaaeb6ad4b43c 100644
--- a/src/blog/posts/2023-05-22-ketida-textbook-designer.md
+++ b/src/blog/posts/2023-05-22-ketida-textbook-designer.md
@@ -1,6 +1,7 @@
 ---
 title: Ketida Textbook Designer!
 date: 2023-05-22
+published: true
 intro: |-
   Beautiful textbooks are here! Watch this amazing demo.
 
diff --git a/src/blog/posts/2023-05-23-kotahi-1-7-1-released-today.md b/src/blog/posts/2023-05-23-kotahi-1-7-1-released-today.md
index 6d7475c188359f441df721e997486c97545d5af8..b9a70d280af2e880dd2d7ecc88a566b48cb13bf6 100644
--- a/src/blog/posts/2023-05-23-kotahi-1-7-1-released-today.md
+++ b/src/blog/posts/2023-05-23-kotahi-1-7-1-released-today.md
@@ -1,6 +1,7 @@
 ---
 title: Kotahi 1.7.1 released today!
 date: 2023-05-23
+published: true
 intro: Its a 'minor' release but lots of good updates for our best in class
   journal and preprint/PRC platform. Multitenancy coming in a few weeks!
 icon: /static/images/uploads/Kotahi.png
diff --git a/src/blog/posts/2023-06-20-kotahi-1-7-2-release.md b/src/blog/posts/2023-06-20-kotahi-1-7-2-release.md
index 5bd854a537b2edff892d920ded9e4384a0d4cb31..d4b81cbfa764774685acaef3f8849383015a850c 100644
--- a/src/blog/posts/2023-06-20-kotahi-1-7-2-release.md
+++ b/src/blog/posts/2023-06-20-kotahi-1-7-2-release.md
@@ -1,6 +1,7 @@
 ---
 title: Kotahi 1.7.2 Release
 date: 2023-06-20
+published: true
 intro: Mainly a bug fix release with a few new features.
 icon: /static/images/uploads/Kotahi.png
 image: /static/images/uploads/Kotahi.png
diff --git a/src/blog/posts/2023-06-20-kotahi-multitenancy-one-step-closer.md b/src/blog/posts/2023-06-20-kotahi-multitenancy-one-step-closer.md
index 2822f168ba8492c83312ab255a89b66890521987..b6639032e16faf331f74fbc942a495c033123b9e 100644
--- a/src/blog/posts/2023-06-20-kotahi-multitenancy-one-step-closer.md
+++ b/src/blog/posts/2023-06-20-kotahi-multitenancy-one-step-closer.md
@@ -1,6 +1,7 @@
 ---
 title: Kotahi Multitenancy One Step Closer...
 date: 2023-06-20
+published: true
 intro: Kotahi is about to wake some folks up...
 icon: /static/images/uploads/gitlab.png
 image: /static/images/uploads/gitlab.png
diff --git a/src/blog/posts/entry1.md b/src/blog/posts/entry1.md
index 23209c810155fbf5bbf7df28cf8ea0ad6009d779..a5f7545a8a43c4e7939af2620824e880222dd55d 100644
--- a/src/blog/posts/entry1.md
+++ b/src/blog/posts/entry1.md
@@ -1,4 +1,5 @@
 ---
+published: true
 title: "Rant #1: Word Processors" 
 date: 2021-12-10
 intro: The start of a new series of longer from rants on video. This is about Word Processors and why they might be a lot more important than you think!
diff --git a/src/blog/posts/entry10.md b/src/blog/posts/entry10.md
index 068ece0c34415de10334708f227fb600f4e099a6..ced37c1fad90f233e872d8f1e381b894126327be 100644
--- a/src/blog/posts/entry10.md
+++ b/src/blog/posts/entry10.md
@@ -1,4 +1,5 @@
 ---
+published: true
 title: "Kotahi and Workflow Optimization"
 date: 2022-02-24
 intro: Adam discusses how Kotahi accelerates scholarly publishing.
diff --git a/src/blog/posts/entry11.md b/src/blog/posts/entry11.md
index 7be5ff1d2b42b3776b3c22f5aea75988241e6a93..074fafe16b6e12168a09e2e96c98cdb151ff6a2f 100644
--- a/src/blog/posts/entry11.md
+++ b/src/blog/posts/entry11.md
@@ -1,4 +1,5 @@
 ---
+published: true
 title: "Peerwith chooses Kotahi"
 date: 2022-02-25
 intro: Peerwith announcement about their adoption of Kotahi!
diff --git a/src/blog/posts/entry12.md b/src/blog/posts/entry12.md
index 0b3e4f3f0c986d87093343f2115f0f5ccc7f662b..17a0b9e8b66c77c2f7f1927529f775d937ba384e 100644
--- a/src/blog/posts/entry12.md
+++ b/src/blog/posts/entry12.md
@@ -1,4 +1,5 @@
 ---
+published: true
 title: "Publishers vs The Web"
 date: 2022-03-04
 intro: Some whimsical theory about the web and publishing that hopefully makes sense.
diff --git a/src/blog/posts/entry13.md b/src/blog/posts/entry13.md
index 22e97b97d5c2254a5628d13b0990c057520eb793..54d7c9967044ea7bd264c3416f77fb54cf3cc41d 100644
--- a/src/blog/posts/entry13.md
+++ b/src/blog/posts/entry13.md
@@ -1,5 +1,6 @@
 ---
 title: "Thoughts on ScienceBeam and Libero Editor"
+published: true
 date: 2022-04-04
 intro: Thoughts about the exciting recent eLife Announcement.
 author: Adam Hyde
diff --git a/src/blog/posts/entry14.md b/src/blog/posts/entry14.md
index c6eecdfa8b6909675d4faa22b37cc827b611f567..bbac82438a379b1886ae245bd0ac68a988774220 100644
--- a/src/blog/posts/entry14.md
+++ b/src/blog/posts/entry14.md
@@ -1,4 +1,5 @@
 ---
+published: true
 title: "Kotahi: A new way to produce JATS"
 date: 2022-05-07
 intro: Coko has a new detailed article on push button JATS creation from Kotahi.
diff --git a/src/blog/posts/entry15.md b/src/blog/posts/entry15.md
index c54c068bc50ebd14023d85ea4ec294f0bae20618..33cc13e3a26b6462db5b32591550c7c4ad01b2d7 100644
--- a/src/blog/posts/entry15.md
+++ b/src/blog/posts/entry15.md
@@ -1,4 +1,5 @@
 ---
+published: true
 title: "Push Button JATS Production now here!"
 date: 2022-05-14
 intro: We have been working hard on an exciting new innovation.
diff --git a/src/blog/posts/entry16.md b/src/blog/posts/entry16.md
index 4e16e4d98f56d9516370a07d6940b39ec8c3fcdc..bf79883b8edf97d82cc12ebea3e87ea4e1cd41f3 100644
--- a/src/blog/posts/entry16.md
+++ b/src/blog/posts/entry16.md
@@ -1,4 +1,5 @@
 ---
+published: true
 title: "Coko Newsletter number 17 out now!"
 date: 2022-05-14
 intro: Featuring - Kotahi and JATS, Editoria new feature, more on the forthcoming PageBreak Conference.
diff --git a/src/blog/posts/entry17.md b/src/blog/posts/entry17.md
index 2de0cae056c70873ef25cdb802a7ed3381073bac..008923724cd74d82eb1aedf3f4762d1dafae72e2 100644
--- a/src/blog/posts/entry17.md
+++ b/src/blog/posts/entry17.md
@@ -1,4 +1,5 @@
 ---
+published: true
 title: "Coko Newsletter number 18 out now!"
 date: 2022-06-04
 intro: Featuring - It's a bumper GEEK issue! We cover some recent Coko technology developments including - Pagedjs Template Sprint (OER), Wax Question Model Widgets, Libero Editor Consortium, PDF ingestion, Kotahi Multitenancy.
diff --git a/src/blog/posts/entry18.md b/src/blog/posts/entry18.md
index d1fc8b8d7d3cbbb29976054c7c7c29a7406f983a..fd76d3a372c4e70cc58981e4fb4f0da4433bb04d 100644
--- a/src/blog/posts/entry18.md
+++ b/src/blog/posts/entry18.md
@@ -1,4 +1,5 @@
 ---
+published: true
 title: "CokoDocs coming soon!"
 date: 2022-06-04
 intro: New Product Announcement
diff --git a/src/blog/posts/entry19.md b/src/blog/posts/entry19.md
index 12a877d17438f7caddcdf26b90ecbbce5eb40c77..3679de3cde0c98a674aa47e5d060aa720fa9bcd9 100644
--- a/src/blog/posts/entry19.md
+++ b/src/blog/posts/entry19.md
@@ -1,4 +1,5 @@
 ---
+published: true
 title: "Coko Annual Report!"
 date: 2022-06-04
 intro: The 2021 - 2022 Coko Annual Report is available for download.
diff --git a/src/blog/posts/entry2.md b/src/blog/posts/entry2.md
index 599b1988505136b87eb8cdb498f142224883075a..45b8d271cceec34a8fd111deaa17d3b9c6573921 100644
--- a/src/blog/posts/entry2.md
+++ b/src/blog/posts/entry2.md
@@ -1,4 +1,5 @@
 ---
+published: true
 title: "Announcement: Women in Tech Collectives and Coko form Partnership" 
 date: 2021-11-01
 intro: Coko and the Women in Tech Collectives are proud to announce a new partnership! The Women in Tech Collectives from India is a small community led by women tech enthusiasts…
@@ -24,4 +25,4 @@ In June of 2021 Bhuvana approached Coko Founder Adam Hyde about possible collabo
 
 Coko Founder Adam Hyde is also very happy about this collaboration – “Bhuvana and the WITc are awesome! We have welcomed 4 people from the collective into our team so far and looking to work with more within a few weeks. Everyone has been extremely nice, hard working, and enthusiastic about what we do. “
 
-Coko is also supporting these four team members to work during the week on other WiTc projects to assist the community. Additionally Bhuvana has joined the judging panel of the Open Publishing Awards and Adam and Bhuvana have more exciting ideas for WItC and Coko collaborations in the pipeline to announce! Stay tuned!
\ No newline at end of file
+Coko is also supporting these four team members to work during the week on other WiTc projects to assist the community. Additionally Bhuvana has joined the judging panel of the Open Publishing Awards and Adam and Bhuvana have more exciting ideas for WItC and Coko collaborations in the pipeline to announce! Stay tuned!
diff --git a/src/blog/posts/entry20.md b/src/blog/posts/entry20.md
index 138a972122524d5ebe2a9df0fe5e8e5a02c99ae6..fc3b6b16ecb410f0c97ebede2b3ebc5b5b89bf46 100644
--- a/src/blog/posts/entry20.md
+++ b/src/blog/posts/entry20.md
@@ -1,4 +1,5 @@
 ---
+published: true
 title: "Update from Croatia"
 date: 2022-08-31
 intro: We have been working hard in Croatia!
diff --git a/src/blog/posts/entry21.md b/src/blog/posts/entry21.md
index f31f1bb4a8174cb959ae20b965a202b8f4483fb3..ee1549f050cd4348a97ddfe5ce54aa8c603d4f1d 100644
--- a/src/blog/posts/entry21.md
+++ b/src/blog/posts/entry21.md
@@ -1,4 +1,5 @@
 ---
+published: true
 title: "Understanding Workflow-first Design"
 date: 2022-09-22
 intro: First in a new two part series of articles on Workflow-first design principles by Coko Founder Adam Hyde..
diff --git a/src/blog/posts/entry22.md b/src/blog/posts/entry22.md
index fe7ddbe840c06eea46fc91ffce7698b47f45c9f8..ddebce43c9a8bc6961b9b8dcacdb9dfd5d99147e 100644
--- a/src/blog/posts/entry22.md
+++ b/src/blog/posts/entry22.md
@@ -1,4 +1,5 @@
 ---
+published: true
 title: "Coko Newsletter #22"
 date: 2022-09-23
 intro: Kotahi Update, PageBreak and more...
diff --git a/src/blog/posts/entry23.md b/src/blog/posts/entry23.md
index a64af37fc4e6c85e1addf0e7bad93aba17c043af..a9a079d9ebfc4d479d0695e84891e4fec6d79e04 100644
--- a/src/blog/posts/entry23.md
+++ b/src/blog/posts/entry23.md
@@ -1,4 +1,5 @@
 ---
+published: true
 title: "Understanding Workflow-first Design Part 2"
 date: 2022-09-27
 intro: The Second in a two part series of articles on Workflow-first design principles by Coko Founder Adam Hyde.
diff --git a/src/blog/posts/entry3.md b/src/blog/posts/entry3.md
index 1052f4a421a1bac02318ea577197c2e07b752c2c..4b30d9616b6f855310b3dadaf56cdbac768bc847 100644
--- a/src/blog/posts/entry3.md
+++ b/src/blog/posts/entry3.md
@@ -1,4 +1,5 @@
 ---
+published: true
 title: "Adam Hyde recieves Open Source Award"
 date: 2022-02-02
 intro: Coko Founder Adam Hyde recieves Open Source Award for "Exceptional Leadership"
diff --git a/src/blog/posts/entry4.md b/src/blog/posts/entry4.md
index ffcd1ba5df249f62fae1983b84c1de4b4eddd6b0..f354cb703109b087af0bcf4de42f5baa0a9746e5 100644
--- a/src/blog/posts/entry4.md
+++ b/src/blog/posts/entry4.md
@@ -1,6 +1,7 @@
 ---
 title: "All About Coko Architects"
 date: 2022-02-08
+published: true
 intro: An introduction to Coko Architects
 author: Adam Hyde
 tags: featured
diff --git a/src/blog/posts/entry5.md b/src/blog/posts/entry5.md
index 0f1883d20d5da1f5d18680dd6ecb5b54ff357f6e..7b84c2066df7f3b525c9d687efcc854e7d5baad1 100644
--- a/src/blog/posts/entry5.md
+++ b/src/blog/posts/entry5.md
@@ -1,4 +1,5 @@
 ---
+published: true
 title: "Pandoc Integrates Pagedjs"
 date: 2022-02-10
 intro: Popular conversion tool Pandoc integrates Pagedjs"
diff --git a/src/blog/posts/entry6.md b/src/blog/posts/entry6.md
index f7d489c4a809b12935ec19081708c8fa96c4c3ed..0111ff1b9f517faf0eb3fa7119fac8aef512cffb 100644
--- a/src/blog/posts/entry6.md
+++ b/src/blog/posts/entry6.md
@@ -1,4 +1,5 @@
 ---
+published: true
 title: "How to Radically Optimise Publishing"
 date: 2022-02-11
 intro: Adam discusses a key ingredient for radically improving the time and cost to publish.
diff --git a/src/blog/posts/entry7.md b/src/blog/posts/entry7.md
index 11dd6028724cf6d1f50b73c8be9b835da4d1f7cf..aaf898756693b4872efbef5762587c47f1f17bd5 100644
--- a/src/blog/posts/entry7.md
+++ b/src/blog/posts/entry7.md
@@ -1,4 +1,5 @@
 ---
+published: true
 title: "Coko website almost done!"
 date: 2022-02-16
 intro: We have been updating the Coko website and it is almost finished!
diff --git a/src/blog/posts/entry8.md b/src/blog/posts/entry8.md
index 1d1d24d6e0849ef1d31229331d2f9c9002bd045f..d3528356688945ee0bec1c48e1589d86b5f8a61a 100644
--- a/src/blog/posts/entry8.md
+++ b/src/blog/posts/entry8.md
@@ -1,4 +1,5 @@
 ---
+published: true
 title: "Publishing and Facilitation"
 date: 2022-02-17
 intro: Adam discusses managing publishing processes in a concurrent environment.
diff --git a/src/blog/posts/entry9.md b/src/blog/posts/entry9.md
index b793ae676e7cb10d030c401efe46fdafe7f639bf..6f5f9aed62c4f0f1c520d66017160f554b0e448b 100644
--- a/src/blog/posts/entry9.md
+++ b/src/blog/posts/entry9.md
@@ -1,4 +1,5 @@
 ---
+published: true
 title: "New Colab Site"
 date: 2022-02-20
 intro: Our Partners Biophysics Colab launch their Website!
diff --git a/src/layouts/_partials/menu.njk b/src/layouts/_partials/menu.njk
index 9a9ef37bc8f8c73b91a3e5ccbd72b925e9d83c0f..7eeabffc1dcace6216e4db5285811d1a759bcf02 100644
--- a/src/layouts/_partials/menu.njk
+++ b/src/layouts/_partials/menu.njk
@@ -11,7 +11,6 @@
                 
                     {% if item.data.menu %}
                         <li>
-                        {# <span>{{item.data.order}}</span> #}
                             <a data-instant class="{% if item.url == page.url %}active{% endif %}"  href="{{ item.url }}" title="{{ item.data.title }}">{%- if item.data.menutitle -%}{{ item.data.menutitle }}{% else %}{{ item.data.title }}{% endif %}</a>
                         </li>
                     {% endif %}
@@ -28,4 +27,4 @@
         document.querySelector('.topbar nav').classList.toggle('hide');
     })
     
-</script>
\ No newline at end of file
+</script>
diff --git a/src/layouts/base.njk b/src/layouts/base.njk
index f05953c3d9ea502eeb26e259d05332a7e9326276..bef9ecf9a92fa190c71727c21d8b766ede21492f 100644
--- a/src/layouts/base.njk
+++ b/src/layouts/base.njk
@@ -1,5 +1,4 @@
 <!DOCTYPE html>
-
 {# from https://www.matuzo.at/blog/html-boilerplate/ #}
 
 <html lang="{% if lang %}{{lang}}{% else %} {{site.lang}}{% endif %}" class="no-js">
diff --git a/static/admin/config.yml b/static/admin/config.yml
index d24532401ead3ead7077d59a9c99c714abb0aacd..4b170d4a842aede94234af91ec9c41993d0a3fd5 100644
--- a/static/admin/config.yml
+++ b/static/admin/config.yml
@@ -12,26 +12,50 @@ backend:
   base_url: https://gitlab.coko.foundation
   auth_endpoint: oauth/authorize
   site_domain: https://coko.foundation/
-  # local_backend: true # for local update
+
+  # name: git-gateway
+local_backend: true # for local update
 # publish_mode: editorial_workflow #remove editorial workflow as its in beta for gitlab
-media_folder: 'static/images/uploads' # Media files will be stored in the repo under images/uploads
+media_folder: "static/images/uploads" # Media files will be stored in the repo under images/uploads
 collections:
-  - name: 'blog'
-    label: 'blog entry' # Used in the UI
-    folder: 'src/blog/posts/' # The path to the folder where the documents are stored
-    slug: '{{year}}-{{month}}-{{day}}-{{slug}}'
+  - name: "blog"
+    label: "Blog" # Used in the UI
+    folder: "src/blog/posts/" # The path to the folder where the documents are stored
+    slug: "{{year}}-{{month}}-{{day}}-{{slug}}"
     create: true
     fields:
-      - { label: 'Title', name: 'title', widget: 'string' }
-      - { label: 'Date', name: 'date', widget: 'date' }
-      - { label: 'Intro', required: false, name: 'intro', widget: 'markdown' }
-      - { label: 'The content', name: 'body', widget: 'markdown' }
-      - {
-          label: 'Custom class (leave empty)',
-          required: false,
-          name: 'class',
-          widget: 'string',
-        }
-      - { label: 'Video', required: false, name: 'video', widget: 'string' }
-      - { label: 'icon', required: false, name: 'icon', widget: 'file' }
-      - { label: 'image', required: false, name: 'image', widget: 'file' }
+      - label: "Date"
+        name: "date"
+        widget: "datetime"
+        format: "yyyy-MM-dd"
+      - label: "published"
+        name: "published"
+        widget: "boolean"
+        required: true
+        default: true
+      - label: "Title"
+        name: "title"
+        widget: "string"
+      - label: "Intro"
+        required: false
+        name: "intro"
+        widget: "markdown"
+      - label: "The content"
+        name: "body"
+        widget: "markdown"
+      - label: "Custom class (leave empty)"
+        required: false
+        name: "class"
+        widget: "string"
+      - label: "Video"
+        required: false
+        name: "video"
+        widget: "string"
+      - label: "icon"
+        required: false
+        name: "icon"
+        widget: "file"
+      - label: "image"
+        required: false
+        name: "image"
+        widget: "file"
diff --git a/static/admin/index.html b/static/admin/index.html
index 62d223bc20e6024b9db461eb2fbae114d21f89e4..5149a717c00df25a05865669452d07d0299e2585 100644
--- a/static/admin/index.html
+++ b/static/admin/index.html
@@ -1,13 +1,34 @@
-<!doctype html>
+<!-- <!doctype html> -->
+<!-- <html> -->
+<!-- <head> -->
+<!--   <meta charset="utf-8" /> -->
+<!--   <meta name="viewport" content="width=device-width, initial-scale=1.0" /> -->
+<!--   <title>Content Manager</title> -->
+<!-- </head> -->
+<!-- <body> -->
+<!--   //-- real comment --/ Include the script that builds the page and powers Netlify CMS -->
+<!--   <script src="https://unpkg.com/netlify-cms@^2.0.0/dist/netlify-cms.js"></script> -->
+<!-- </body> -->
+<!-- </html> -->
+<!---->
+
+<!DOCTYPE html>
 <html>
-<head>
-  <meta charset="utf-8" />
-  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <title>Content Manager</title>
-</head>
-<body>
-  <!-- Include the script that builds the page and powers Netlify CMS -->
-  <script src="https://unpkg.com/netlify-cms@^2.0.0/dist/netlify-cms.js"></script>
+  <head>
+    <meta charset="utf-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <title>Content Manager</title>
+    <link
+      rel="stylesheet"
+      href="https://unpkg.com/@staticcms/app@^2.0.0/dist/main.css"
+    />
+  </head>
+  <body>
+    <!-- Include the script that builds the page and powers StaticJs CMS -->
+    <script src="https://unpkg.com/@staticcms/app@^2.0.0/dist/static-cms-app.js"></script>
 
-</body>
-</html>
\ No newline at end of file
+    <script>
+      CMS.init();
+    </script>
+  </body>
+</html>