diff --git a/.gitignore b/.gitignore index 1fb21f6..417e6fc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,10 @@ # Jekyll ignores -.jekyll-cache _site +_draft +.jekyll-cache .sass-cache .jekyll-metadata .jekyll-cache + +# Misc +.vscode diff --git a/_config.yml b/_config.yml index 4ed2ad6..21e71f9 100644 --- a/_config.yml +++ b/_config.yml @@ -10,13 +10,47 @@ excerpt_separator: # Keywords keywords: ["seo", "key", "words"] +# Collections +collections: + rovers: + output: true + permalink: /rovers/:path/ + layout: "post" + order: "asc" + sort_by: "title" + +# Defaults +defaults: + - scope: + path: "_rovers/" + values: + title: Untitled + categories: + layout: post + read_more: false + rover: + designer: + text: N/D + launch: + text: N/D + mission: + text: N/D + destination: + text: N/D + status: + text: N/D + weight: + text: N/D + dimensions: + text: N/D + # Styling sass: sass_dir: _sass style: expanded # compact, expanded or compressed # Exclusions -exclude: ["README.md", "LICENSE"] +exclude: ["README.md", "LICENSE", "_rovers/_template.md"] # Plugins plugins: diff --git a/_draft/2022-04-02-Kalman.md b/_draft/2022-04-02-Kalman.md deleted file mode 100644 index 5ccfc47..0000000 --- a/_draft/2022-04-02-Kalman.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -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 index 4337da2..d904922 100644 --- a/_includes/category.html +++ b/_includes/category.html @@ -1,4 +1,9 @@ -