diff --git a/_config.yml b/_config.yml
index 1ca0895..1a4a1cb 100644
--- a/_config.yml
+++ b/_config.yml
@@ -10,26 +10,11 @@ excerpt_separator:
# Keywords
keywords: ["seo", "key", "words"]
-# Analytics (Plausible requires sign-up)
-analytics:
- plausible:
- enabled: false
- site_fqdn: "your.site.fqdn"
- script_source: "https://plausible.io/js/script.js"
-
# Styling
sass:
sass_dir: _sass
style: expanded # compact, expanded or compressed
-# Category Paginating
-autopages:
- enabled: true
- categories:
- title: "Posts in category :cat"
- permalink: "/category/:cat"
- silent: false
-
# Exclusions
exclude: ["README.md", "LICENSE"]
diff --git a/_data/nav.yml b/_data/nav.yml
deleted file mode 100644
index d10a19f..0000000
--- a/_data/nav.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-- name: Home
- link: /awesomerovers
-# - name: Rovers
-# link: /posts
-# - name: Categories
-# link: /categories/
-# - name: About
-# link: /categories/
-# - name: Contact
-# link: /categories/
diff --git a/_draft/2022-04-02-Kalman.md b/_draft/2022-04-02-Kalman.md
new file mode 100644
index 0000000..bf0f89e
--- /dev/null
+++ b/_draft/2022-04-02-Kalman.md
@@ -0,0 +1,34 @@
+---
+title: Kalman
+categories: earth students education
+layout: post
+read_more: false
+rover:
+ org:
+ text: AGH Space Systems
+ link: https://spacesystems.agh.edu.pl/
+ mission:
+ text: Rover Challenge series
+ launch:
+ text: 2018
+ destination:
+ text: Earth
+ status:
+ text: Active
+ weight:
+ text: 50 kg
+ dimensions:
+ text: 1.2 x 1.2 x 1.2 m
+---
+
+
+
+Kalman is one of two planetary rovers built by [AGH Space Systems](https://spacesystems.agh.edu.pl/), following the earlier [Phobos](#phobos) model with advanced new technical solutions. This agile, four-wheeled research vehicle features vision systems for remote control and terrain documentation. It’s equipped with a manipulator for handling objects, performing basic repairs, and operating control panels, as well as a mobile lab for soil sample analysis.
+
+
\ No newline at end of file
diff --git a/_includes/category.html b/_includes/category.html
new file mode 100644
index 0000000..4337da2
--- /dev/null
+++ b/_includes/category.html
@@ -0,0 +1,4 @@
+
Rovers in #{{ page.category }} category
+
+{% for post in site.categories[page.category] %} {% include post.html post=post
+%} {% endfor %}
diff --git a/_includes/footer.html b/_includes/footer.html
index 272ea3a..7287150 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -1,10 +1,6 @@
diff --git a/_includes/head.html b/_includes/head.html
index 1c17157..d714ea1 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -1,15 +1,33 @@
-{% seo %}
-{% if site.keywords or page.tags %}
-
+{% seo %} {% if site.keywords or page.tags %}
+
{% endif %}
-
-
-
-
+
+
+
+
+
-{% if site.analytics.plausible.enabled %}
-
-{% endif %}
\ No newline at end of file
+{% if site.analytics.plausible.enabled %}
+
+{% endif %}
diff --git a/_includes/header.html b/_includes/header.html
index 76c193f..ab975b2 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -3,14 +3,19 @@
Welcome to...
awesome rovers
-
-
Your ultimate guide to rovers from across the world and beyond!
+
+
+ The world of rovers is as diverse as it is inspiring. These remarkable
+ machines showcase the power of space exploration and research by
+ performing complex, specialized tasks.
+
- From NASA's legendary explorers to student-built machines, DIY projects,
- and educational marvels. Dive in, explore, and uncover the incredible
- innovation driving our exploration of new frontiers!
+ On this page, you'll find not only advanced rovers from major space
+ agencies but also creative projects from students and enthusiasts. While
+ not always perfect, these projects demonstrate that building your own
+ rover is achievable for anyone and limited only by your creativity!