Skip to content

Commit

Permalink
deleted a bunch of stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
balotofi committed Oct 22, 2024
1 parent 78efc88 commit 1a577dc
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 506 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ title: Birds Open Source Project
description: >- # this means to ignore newlines until "baseurl:"
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.
baseurl: "/" # the subpath of your site, e.g. /blog
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
logo: ./assets/images/logo_2018_07.png
show_downloads: false
Expand Down
13 changes: 13 additions & 0 deletions _includes/theme.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

<div class="dropdown">
<a class="dropbtn" style="color: #111; cursor: pointer; padding: 3pt; border-radius: 3pt">Theme</a>
<div class="dropdown-content">
{% for theme in site.data.themes %}
{% if theme.name == "jekyll-theme-minimal" %}
<a href="/{{ theme.url }}"><b>{{ theme.name }}</b></a>
{% else %}
<a href="/{{ theme.url }}">{{ theme.name }}</a>
{% endif %}
{% endfor %}
</div>
</div>
21 changes: 0 additions & 21 deletions _site/LICENSE.md

This file was deleted.

4 changes: 2 additions & 2 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
---

{@import "{{ site.theme }}";
@import "custom";}
@import "{{ site.theme }}";
@import "custom";
Loading

0 comments on commit 1a577dc

Please sign in to comment.