-
Notifications
You must be signed in to change notification settings - Fork 11
/
_config.yml
28 lines (26 loc) · 909 Bytes
/
_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
# Site settings
title: OpenRocket Simulator
mantra: Build better rockets
email: openrocket-website@lists.sourceforge.net
description: > # this means to ignore newlines until "baseurl:"
OpenRocket is a free, fully featured model rocket simulator that allows you to
design and simulate your rockets before actually building and flying them.
baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://openrocket.info" # the base hostname & protocol for your site
github_username: openrocket
current_version: 23.09
defaults:
-
scope:
path: "" # an empty string here means all files in the project
values:
layout: "default"
exclude: ['CNAME', 'Gruntfile.js', 'node_modules', 'original', 'resources', 'params.json', 'package.json']
collections:
tutorials:
output: true
permalink: /tutorials/:name.html
whats-new:
output: true
# Build settings
markdown: kramdown