Skip to content

Commit 78efc88

Browse files
committed
modified docs site config file
1 parent c61790a commit 78efc88

File tree

2 files changed

+46
-8
lines changed

2 files changed

+46
-8
lines changed

_config.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,13 @@
2020

2121

2222
title: Birds Open Source Project
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.
24-
logo: ./assets/images/logo_2018_07.png
25-
show_downloads: false
23+
description: >- # this means to ignore newlines until "baseurl:"
24+
The BIRDS program, developed by Kyushu Institute of Technology, is an educational initiative focused on CubeSat development.
25+
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.
2626
baseurl: "/" # the subpath of your site, e.g. /blog
2727
url: "" # the base hostname & protocol for your site, e.g. http://example.com
28+
logo: ./assets/images/logo_2018_07.png
29+
show_downloads: false
2830
email: null
2931
keep_files: ['/docs', 'docs']
3032

@@ -45,7 +47,7 @@ plugins:
4547
#
4648
exclude:
4749
- docs
48-
- build_theme_sites.sh
50+
- build_themes.sh
4951
- Gemfile
5052
- Gemfile.lock
5153
- LICENSE

docs/_config.yml

Lines changed: 40 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,44 @@
1-
title: Just the Docs Template
2-
description: A starter template for a Jeykll site using the Just the Docs theme!
3-
theme: just-the-docs
1+
# Welcome to Jekyll!
2+
#
3+
# This config file is meant for settings that affect your whole blog, values
4+
# which you are expected to set up once and rarely edit after that. If you find
5+
# yourself editing this file very often, consider using Jekyll's data files
6+
# feature for the data you need to update frequently.
7+
#
8+
# For technical reasons, this file is *NOT* reloaded automatically when you use
9+
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
410

5-
url: https://just-the-docs.github.io
11+
# Site settings
12+
# These are used to personalize your new site. If you look in the HTML files,
13+
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
14+
# You can create any custom variable you would like, and they will be accessible
15+
# in the templates via {{ site.myvariable }}.
16+
title: BIRDS Project Docs
17+
email: null
18+
description: >- # this means to ignore newlines until "baseurl:"
19+
Documentation for the entirety of the BIRDS project
20+
baseurl: "/docs/" # the subpath of your site, e.g. /blog
21+
url: "" # the base hostname & protocol for your site, e.g. http://example.com
22+
destination: ../_site/docs
23+
show_downloads: false
624

725
aux_links:
826
Template Repository: https://github.com/just-the-docs/just-the-docs-template
27+
28+
# Build settings
29+
markdown: kramdown
30+
theme: just-the-docs
31+
plugins:
32+
- jekyll-feed
33+
34+
# Exclude from processing.
35+
# The following items will not be processed, by default. Create a custom list
36+
# to override the default setting.
37+
# exclude:
38+
# - Gemfile
39+
# - Gemfile.lock
40+
# - node_modules
41+
# - vendor/bundle/
42+
# - vendor/cache/
43+
# - vendor/gems/
44+
# - vendor/ruby/

0 commit comments

Comments
 (0)