From b39534e949155de1c65e80bbd7822b71f8582992 Mon Sep 17 00:00:00 2001 From: Husseinat Etti-Balogun Date: Sat, 26 Oct 2024 13:31:16 +0900 Subject: [PATCH 1/3] changed colour scheme --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 340606a..7a063ca 100644 --- a/_config.yml +++ b/_config.yml @@ -62,7 +62,7 @@ gh_edit_branch: "main" # the branch that your docs is served from gh_edit_view_mode: "tree" # "tree" or "edit" if you want the user to jump into the editor immediately # Color scheme supports "light" (default) and "dark" -color_scheme: light +color_scheme: dark # Define Jekyll collections collections: From 39236e160c6ebc100382d90bf5f5f7235f54cf71 Mon Sep 17 00:00:00 2001 From: Husseinat Etti-Balogun Date: Sat, 26 Oct 2024 13:37:57 +0900 Subject: [PATCH 2/3] added kyutech laseine link to footer --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 7a063ca..2d36189 100644 --- a/_config.yml +++ b/_config.yml @@ -47,7 +47,7 @@ nav_enabled: true # Footer content # appears at the bottom of every page's main content # Note: The footer_content option is deprecated and will be removed in a future major release. Please use `_includes/footer_custom.html` for more robust markup / liquid-based content. -footer_content: "Copyright © 2015-2024 Laboratory of Lean Satellite Enterprises and In-Orbit Experiment. Distributed by an MIT license." +footer_content: "Copyright © 2015-2024 Laboratory of Lean Satellite Enterprises and In-Orbit Experiment (LaSeine), Kyutech. Distributed by an MIT license." # Footer last edited timestamp last_edit_timestamp: true # show or hide edit time - page must have `last_modified_date` defined in the frontmatter From 8c0b172103908e37beb628548f83b4858e543639 Mon Sep 17 00:00:00 2001 From: Husseinat Etti-Balogun Date: Sat, 26 Oct 2024 13:40:00 +0900 Subject: [PATCH 3/3] .. --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 2d36189..0b39d38 100644 --- a/_config.yml +++ b/_config.yml @@ -47,7 +47,7 @@ nav_enabled: true # Footer content # appears at the bottom of every page's main content # Note: The footer_content option is deprecated and will be removed in a future major release. Please use `_includes/footer_custom.html` for more robust markup / liquid-based content. -footer_content: "Copyright © 2015-2024 Laboratory of Lean Satellite Enterprises and In-Orbit Experiment (LaSeine), Kyutech. Distributed by an MIT license." +footer_content: "Copyright © 2015-2024 Laboratory of Lean Satellite Enterprises and In-Orbit Experiment (LaSeine), Kyutech. Distributed by an MIT license." # Footer last edited timestamp last_edit_timestamp: true # show or hide edit time - page must have `last_modified_date` defined in the frontmatter