Skip to content

Commit

Permalink
removed sass folder
Browse files Browse the repository at this point in the history
  • Loading branch information
balotofi committed Sep 6, 2024
1 parent 47d3a4f commit 354a88b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 485 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Birds Open Source Project
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.
logo: ./assets/images/logo_2018_07.png
show_downloads: false
url: "https://birdsopensource.github.io"
url: ""
baseurl: "/"
plugins:
- jekyll-sitemap
Expand Down
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 354a88b

Please sign in to comment.