From 0029ff98c419f48f52c60c47510040162177b193 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sat, 9 Dec 2023 02:01:11 +0100 Subject: [PATCH] move some content out of the .html file --- content/_index.md | 3 +++ content/projects/fsfw/index.html | 3 +-- content/projects/sat-rs/_index.md | 7 ------- content/projects/sat-rs/index.html | 10 ++++++++++ layouts/index.html | 9 +++++---- 5 files changed, 19 insertions(+), 13 deletions(-) delete mode 100644 content/projects/sat-rs/_index.md create mode 100644 content/projects/sat-rs/index.html diff --git a/content/_index.md b/content/_index.md index 873df35..9260e77 100644 --- a/content/_index.md +++ b/content/_index.md @@ -4,3 +4,6 @@ date = 2023-01-01T08:00:00-07:00 draft = false +++ +This is a collection of open-source software projects maintained by the +satellite division of the Institute of Space Systems at the University of +Stuttgart. diff --git a/content/projects/fsfw/index.html b/content/projects/fsfw/index.html index 82983e0..3dfea4d 100644 --- a/content/projects/fsfw/index.html +++ b/content/projects/fsfw/index.html @@ -2,10 +2,9 @@ title = 'FSFW' date = 2023-01-01T08:00:00-07:00 draft = false -hidden = true +++

FSFW

-

Free Software Free World

+

Hello!

diff --git a/content/projects/sat-rs/_index.md b/content/projects/sat-rs/_index.md deleted file mode 100644 index 1bf7e22..0000000 --- a/content/projects/sat-rs/_index.md +++ /dev/null @@ -1,7 +0,0 @@ -+++ -title = 'sat-rs' -date = 2023-01-01T08:00:00-07:00 -draft = false -+++ - -sat-rs test diff --git a/content/projects/sat-rs/index.html b/content/projects/sat-rs/index.html new file mode 100644 index 0000000..95427c1 --- /dev/null +++ b/content/projects/sat-rs/index.html @@ -0,0 +1,10 @@ ++++ +title = 'FSFW' +date = 2023-01-01T08:00:00-07:00 +draft = false ++++ + +
+

sat-rs

+

Hello!

+
diff --git a/layouts/index.html b/layouts/index.html index 6379632..fe62a1d 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,13 +1,14 @@ {{ define "main" }}
+

- This is a collection of open-source software projects maintained by the - satellite division of the Institute of Space Systems at the University of - Stuttgart. + {{ .Content }}

+
+
@@ -29,7 +30,7 @@
- {{ .Content }} +
{{ range first 10 .Site.RegularPages }} {{ .Render "summary" }} {{ end }}