From 71b1ec1057954628aa0ab1717a29e294d544503a Mon Sep 17 00:00:00 2001 From: Brian Mc Donald Date: Thu, 11 Jul 2024 11:19:31 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7b98b71..29883d0 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ This repository contains the website Displacement.Solutions and it's sub-sites: - Fire Risk -## How to edit -- .. --... +## How to edit (online) +- Create a Github account +- Request access from Brian +- Add test to the relevant .qmd page/file using the [Markdown syntax](https://quarto.org/docs/authoring/markdown-basics.html) to format text, include links and images etc. +- Once edit are complete, click *Commit changes*, add a *commit message" of your edits, and save. +- The website will then rebuild and updates should be visibile within a minute. From d0bf9656a85138cf46f77f351207bf56f4d831fc Mon Sep 17 00:00:00 2001 From: Brian Mc Donald Date: Thu, 11 Jul 2024 12:26:40 +0200 Subject: [PATCH 2/3] Update _quarto.yml --- _quarto.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_quarto.yml b/_quarto.yml index 7e477ed..7eac284 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -2,6 +2,8 @@ project: type: website render: - "*.qmd" + resources: + - CNAME website: title: "Fire Risk" From f53e023bececd1c8efda4e8e007845d1964a5022 Mon Sep 17 00:00:00 2001 From: Brian Mc Donald Date: Thu, 11 Jul 2024 12:27:14 +0200 Subject: [PATCH 3/3] Create CNAME --- CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 CNAME diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..42fdf41 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +displacement.solutions