diff --git a/config.yaml b/config.yaml
index b80d12ed5af9aea43e044ab7c3add8b85456edb8..c71cc04a41970ad126f1169aeee5e8b0f5ea58c6 100644
--- a/config.yaml
+++ b/config.yaml
@@ -16,11 +16,11 @@ params:
     page: https://gdpr.eu/cookies/
   posts:
     list:
-      show_categories: true
-      truncate_description: 0 # Set to 0 to disable truncate
+      show_categories: false
+      truncate_description: 200 # Set to 0 to disable truncate
   pages:
     list:
-      truncate_description: 0 # Set to 0 to disable truncate
+      truncate_description: 200 # Set to 0 to disable truncate
   home:
     toc:
       disabled: true
\ No newline at end of file