From e84bf212c5c52a56c849ea835274c3bce6bac385 Mon Sep 17 00:00:00 2001 From: Orwa Diraneyya Date: Wed, 1 Dec 2021 18:23:53 +0100 Subject: [PATCH] Documentation improvement --- README.md | 3 ++- content/_index.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d51833..463528d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ Using a Static-Site-Generation tool named _HUGO_ and a repository made up of markdown files, images/videos and HTML templates. -Below is a diagram of what happens each time we change the repository: +Below is a diagram of what happens each time we change the repository: + ![HUGO Diagram](./docs/HUGO_big_picture.plain.svg) In any development team, you have to be on the same page with other developers in the team with regard to: diff --git a/content/_index.md b/content/_index.md index 935d0cd..4cd2e65 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,4 +1,4 @@ -## Front Page Content +## What is this all about This website was setup in under 30 minutes using the HUGO project template on GitLab.