You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# These are used to personalize your new site. If you look in the HTML files,
17
+
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
18
+
# You can create any custom variable you would like, and they will be accessible
19
+
# in the templates via {{ site.myvariable }}.
20
+
21
+
2
22
title: Birds Open Source Project
3
23
description: The BIRDS program, developed by Kyushu Institute of Technology, is an educational initiative focused on CubeSat development. The BIRDS Open Source project is committed to demonstrating lean satellite development that is well documented, easy to adapt and debug, and that caters to the needs of the entire satellite development workflow, from satellite design configurations to ground station data collection and analysis.
4
24
logo: ./assets/images/logo_2018_07.png
5
25
show_downloads: false
6
-
url: "/"
26
+
baseurl: "/"# the subpath of your site, e.g. /blog
27
+
url: ""# the base hostname & protocol for your site, e.g. http://example.com
28
+
email: null
29
+
keep_files: ['/docs', 'docs']
7
30
31
+
32
+
# Build settings
33
+
theme: jekyll-theme-minimal
8
34
plugins:
9
35
- jekyll-sitemap
10
-
- jekyll-seo-tag
36
+
- jekyll-seo-tag
37
+
38
+
# Exclude from processing.
39
+
# The following items will not be processed, by default.
40
+
# Any item listed under the `exclude:` key here will be automatically added to
41
+
# the internal "default list".
42
+
#
43
+
# Excluded items can be processed by explicitly listing the directories or
44
+
# their entries' file path in the `include:` list.
0 commit comments