-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
58 lines (51 loc) · 1.18 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Site Specific Configuration
name: Awesome Rovers
description: Discover a world of rovers from NASA, student projects, DIY builds, and educational creations! Dive into fascinating stories, innovations, and unique features of each rover exploring our planet and beyond.
url: https://dsonyy.github.io/awesome-rovers
author: dsonyy
# Post summary
excerpt_separator: <!--more-->
# 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", "_rovers/_template.md"]
# Plugins
plugins:
- jekyll-feed
- jekyll-seo-tag