-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy path_config.yml
More file actions
38 lines (36 loc) · 957 Bytes
/
_config.yml
File metadata and controls
38 lines (36 loc) · 957 Bytes
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
# 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: 24.12
defaults:
-
scope:
path: "" # an empty string here means all files in the project
values:
layout: "default"
exclude:
- CNAME
- Gemfile
- Gemfile.lock
- Gruntfile.js
- node_modules
- resources
- params.json
- package.json
collections:
pages:
output: true
tutorials:
output: true
permalink: /tutorials/:name.html
whats-new:
output: true
# Build settings
markdown: kramdown