From ba5988d60849c33d98b71f387df355b65f79ce17 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sat, 9 Dec 2023 18:27:09 +0100 Subject: [PATCH] integrate the image --- .../projects/fsfw}/FSFW_Logo_V3_bw.png | Bin content/projects/fsfw/index.html | 21 ++++++++++++++++-- hugo.toml | 4 ++++ 3 files changed, 23 insertions(+), 2 deletions(-) rename {assets/images => content/projects/fsfw}/FSFW_Logo_V3_bw.png (100%) 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' +