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 +--- + +
+ + + + +
Photos by KSAF AGH.
+
+ +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!

{% include nav.html %} diff --git a/_includes/nav.html b/_includes/nav.html index c959537..48e2b03 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -1,4 +1,6 @@ diff --git a/_includes/post.html b/_includes/post.html index cdcd5ff..c222295 100644 --- a/_includes/post.html +++ b/_includes/post.html @@ -1,5 +1,15 @@
+

{{ post.title }}

+ + +
+ {% for cat in post.categories %} + #{{ cat }} + {% endfor %} +
+ +
{% for param in post.rover %}
{{ param[0] }}:
@@ -9,9 +19,13 @@

{{ post.title }}

{{ param[1].text }}
{% endif %} {% endfor %}
+ +

{{ post.excerpt }}

+ + {% if post.read_more %}
➡️ Read more... diff --git a/_posts/2022-04-02-Kalman.md b/_posts/2022-04-02-Kalman.md index b9f40bf..bf0f89e 100644 --- a/_posts/2022-04-02-Kalman.md +++ b/_posts/2022-04-02-Kalman.md @@ -1,6 +1,7 @@ --- -layout: post title: Kalman +categories: earth students education +layout: post read_more: false rover: org: @@ -10,19 +11,21 @@ rover: text: Rover Challenge series launch: text: 2018 - location: - text: Earth, Poland, Kraków + destination: + text: Earth status: text: Active weight: text: 50 kg + dimensions: + text: 1.2 x 1.2 x 1.2 m ---
- - - - + + + +
Photos by KSAF AGH.
diff --git a/_posts/2022-04-02-Lego-42158.md b/_posts/2022-04-02-Lego-42158.md index 203952d..1e3b158 100644 --- a/_posts/2022-04-02-Lego-42158.md +++ b/_posts/2022-04-02-Lego-42158.md @@ -1,6 +1,7 @@ --- layout: post title: LEGO 42158 +categories: earth toy rover: org: text: LEGO @@ -20,9 +21,9 @@ rover: ---
- - - + + +
Photos by LEGO.
diff --git a/_posts/2022-04-02-Phobos.md b/_posts/2022-04-02-Phobos.md index 52b9440..54420a9 100644 --- a/_posts/2022-04-02-Phobos.md +++ b/_posts/2022-04-02-Phobos.md @@ -2,6 +2,7 @@ layout: post author: tajacks title: Phobos +categories: earth students education rover: org: text: AGH Space Systems @@ -20,9 +21,9 @@ rover: ---
- - - + + +
Photos by AGH Space Systems.
diff --git a/_posts/2022-04-02-PrOP-M.md b/_posts/2022-04-02-PrOP-M.md new file mode 100644 index 0000000..e7b764a --- /dev/null +++ b/_posts/2022-04-02-PrOP-M.md @@ -0,0 +1,44 @@ +--- +title: ПрОП-М / PrOP-M +categories: mars +layout: post +read_more: false +rover: + org: + text: USSR + mission: + text: Mars 2, Mars 3 + launch: + text: 1971 + destination: + text: Mars + status: + text: Failed + weight: + text: 4.5 kg + dimensions: + text: (?) 21-25 x 16-25 x 4-6 cm +--- + +
+ + + + +
Soviet Space Program / VNIITransmash
+
+ + + +- Connected to the lander by a 15-meter power cable. +- Equipped with two small metal rods for autonomous obstacle avoidance. +- Built 26 years before NASA's first rover in 1997. +- Two PrOP-M rovers were built for Mars 2 and Mars 3 missions (possibly more for further missions). +- After landing, meant to be placed on the Martian surface by a 6-joint robotic arm, moving within the view of the lander’s cameras. +- Carried two instruments, a dynamic penetrometer and a gamma-ray densitometer. +- Their tracks in the Martian soil would have helped analyze the soil’s material properties. + + + + + diff --git a/_sass/header.scss b/_sass/header.scss index 613f8e4..a9aa55e 100644 --- a/_sass/header.scss +++ b/_sass/header.scss @@ -1,7 +1,6 @@ .header { padding-top: 35px; - width: calc(min(80vw, 500px)); - margin: 0 auto 0 auto; + margin: 0 auto 0 auto; } .header nav { @@ -15,7 +14,6 @@ } .header div { - font-size: 16px; padding: 20px 0 20px 0 ; } diff --git a/_sass/page.scss b/_sass/page.scss index 47a33e8..7249cf0 100644 --- a/_sass/page.scss +++ b/_sass/page.scss @@ -2,15 +2,14 @@ /* Base */ html { - font-size: 18px; } /* 01 Font family */ body { - // font-family: 'Lato', 'Open Sans', sans-serif; - - font-family: 'Courier New', Courier, monospace; + font-family: 'Lato', 'Open Sans', sans-serif; + line-height: 1.5em; + font-size: 18px; } /* 03 Spacing */ diff --git a/_sass/post.scss b/_sass/post.scss index 5aa76f0..9fad169 100644 --- a/_sass/post.scss +++ b/_sass/post.scss @@ -1,7 +1,6 @@ .post { font-family: 'Lato'; - width: calc(min(80vw, 500px)); margin: 0px auto 50px auto; text-align: justify; } @@ -13,12 +12,22 @@ display: grid; grid-template-columns: auto 1fr; column-gap: 16px; + line-height: 1.5em; } .post .info div:nth-child(even) { color: white; } +.post .info div:nth-child(odd) { + text-transform: capitalize; +} + .post .content { margin-top: 20px; +} + +.tags span { + font-size: 16px; + color: grey } \ No newline at end of file diff --git a/_sass/wrapper.scss b/_sass/wrapper.scss index a49d0a1..09581fc 100644 --- a/_sass/wrapper.scss +++ b/_sass/wrapper.scss @@ -1,9 +1,8 @@ @charset "utf-8"; .wrapper-main, .wrapper-header, .wrapper-footer { - width: 100%; margin: 0 auto; - max-width: 900px; + width: calc(min(80vw, 600px)); } /* Sticky Footer */ diff --git a/assets/img/prop-m/1.jpg b/assets/img/prop-m/1.jpg new file mode 100644 index 0000000..6860c7d Binary files /dev/null and b/assets/img/prop-m/1.jpg differ diff --git a/assets/img/prop-m/2.jpg b/assets/img/prop-m/2.jpg new file mode 100644 index 0000000..47a26af Binary files /dev/null and b/assets/img/prop-m/2.jpg differ diff --git a/assets/img/prop-m/3.gif b/assets/img/prop-m/3.gif new file mode 100644 index 0000000..2b36604 Binary files /dev/null and b/assets/img/prop-m/3.gif differ diff --git a/assets/img/prop-m/4.png b/assets/img/prop-m/4.png new file mode 100644 index 0000000..53fe9c7 Binary files /dev/null and b/assets/img/prop-m/4.png differ diff --git a/categories/index.html b/categories/index.html deleted file mode 100644 index 0283058..0000000 --- a/categories/index.html +++ /dev/null @@ -1,21 +0,0 @@ ---- -layout: default -title: LightSpeed Categories ---- - -

Categories

-{% for category in site.categories %} -

{{category | first}}

-{% for post in category[1] limit:3 %} -{{ post.date | date: '%Y-%m-%d' }} >> - {{ post.title }} -{% endfor %} -
-

- See all posts in {{category | first}} ({{category[1] | size}}) - >> -

-
-{% endfor %} diff --git a/category/earth.html b/category/earth.html new file mode 100644 index 0000000..a02e852 --- /dev/null +++ b/category/earth.html @@ -0,0 +1,7 @@ +--- +layout: default +title: Earth +category: earth +--- + +{% include category.html post=post %} diff --git a/category/mars.html b/category/mars.html new file mode 100644 index 0000000..934a939 --- /dev/null +++ b/category/mars.html @@ -0,0 +1,7 @@ +--- +layout: default +title: Mars +category: mars +--- + +{% include category.html post=post %} diff --git a/category/moon.html b/category/moon.html new file mode 100644 index 0000000..56952bf --- /dev/null +++ b/category/moon.html @@ -0,0 +1,7 @@ +--- +layout: default +title: Moon +category: moon +--- + +{% include category.html post=post %} diff --git a/index.html b/index.html index b01257c..6150cdf 100644 --- a/index.html +++ b/index.html @@ -3,5 +3,6 @@ title: Only Rovers --- + {% if site.posts %} {% for post in site.posts %} {% include post.html post=post %} {% endfor %} {% endif %}