Skip to content

Commit 354a88b

Browse files
committed
removed sass folder
1 parent 47d3a4f commit 354a88b

3 files changed

Lines changed: 3 additions & 485 deletions

File tree

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Birds Open Source Project
33
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.
44
logo: ./assets/images/logo_2018_07.png
55
show_downloads: false
6-
url: "https://birdsopensource.github.io"
6+
url: ""
77
baseurl: "/"
88
plugins:
99
- jekyll-sitemap

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)