diff --git a/assets/images/FSFW_Logo_V3_bw.png b/content/projects/fsfw/FSFW_Logo_V3_bw.png similarity index 100% rename from assets/images/FSFW_Logo_V3_bw.png rename to content/projects/fsfw/FSFW_Logo_V3_bw.png diff --git a/content/projects/fsfw/index.html b/content/projects/fsfw/index.html index 3dfea4d..f97b764 100644 --- a/content/projects/fsfw/index.html +++ b/content/projects/fsfw/index.html @@ -5,6 +5,23 @@ draft = false +++
-

FSFW

-

Hello!

+ +
+

+ The Flight Software Framework is a C++ Object Oriented Framework for + unmanned, automated systems like Satellites. It has flight heritage + through the 2 missions + FLP + and + EIVE. +

+
diff --git a/hugo.toml b/hugo.toml index 0b9025a..aefc720 100644 --- a/hugo.toml +++ b/hugo.toml @@ -31,3 +31,7 @@ weight = 20 [[module.mounts]] source = "node_modules/bootstrap/dist/js/bootstrap.bundle.min.js" target = "assets/js/bootstrap.bundle.min.js" + +[markup] + defaultMarkdownHandler = 'goldmark' +