Skip to content

Commit 1a577dc

Browse files
committed
deleted a bunch of stuff
1 parent 78efc88 commit 1a577dc

File tree

5 files changed

+16
-506
lines changed

5 files changed

+16
-506
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ title: Birds Open Source Project
2323
description: >- # this means to ignore newlines until "baseurl:"
2424
The BIRDS program, developed by Kyushu Institute of Technology, is an educational initiative focused on CubeSat development.
2525
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.
26-
baseurl: "/" # the subpath of your site, e.g. /blog
26+
baseurl: "" # the subpath of your site, e.g. /blog
2727
url: "" # the base hostname & protocol for your site, e.g. http://example.com
2828
logo: ./assets/images/logo_2018_07.png
2929
show_downloads: false

_includes/theme.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
<div class="dropdown">
3+
<a class="dropbtn" style="color: #111; cursor: pointer; padding: 3pt; border-radius: 3pt">Theme</a>
4+
<div class="dropdown-content">
5+
{% for theme in site.data.themes %}
6+
{% if theme.name == "jekyll-theme-minimal" %}
7+
<a href="/{{ theme.url }}"><b>{{ theme.name }}</b></a>
8+
{% else %}
9+
<a href="/{{ theme.url }}">{{ theme.name }}</a>
10+
{% endif %}
11+
{% endfor %}
12+
</div>
13+
</div>

_site/LICENSE.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

assets/css/style.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
---
33

4-
{@import "{{ site.theme }}";
5-
@import "custom";}
4+
@import "{{ site.theme }}";
5+
@import "custom";

0 commit comments

Comments
 (0)