From 1542d903deb5c95439fc9b9e817c5c5d1712da2e Mon Sep 17 00:00:00 2001 From: Code for IATI bot <57559326+codeforIATIbot@users.noreply.github.com> Date: Tue, 30 Jan 2024 18:37:09 +0000 Subject: [PATCH] deploy: dbcb8fb669fb02222001406f689c1aa555bba459 --- CNAME | 1 + _config.yml | 9 +++ _includes/card.html | 7 ++ _layouts/default.html | 55 +++++++++++++++ assets/css.scss | 20 ++++++ assets/js.js | 7 ++ assets/logo-square.png | Bin 0 -> 6535 bytes assets/logo.png | Bin 0 -> 6314 bytes dataset_list.json | 1 + favicon.ico | Bin 0 -> 4286 bytes index.md | 18 +++++ publisher_list.json | 1 + registry_id_relationships.csv | 127 ++++++++++++++++++++++++++++++++++ 13 files changed, 246 insertions(+) create mode 100644 CNAME create mode 100644 _config.yml create mode 100644 _includes/card.html create mode 100644 _layouts/default.html create mode 100644 assets/css.scss create mode 100644 assets/js.js create mode 100644 assets/logo-square.png create mode 100644 assets/logo.png create mode 100644 dataset_list.json create mode 100644 favicon.ico create mode 100644 index.md create mode 100644 publisher_list.json create mode 100644 registry_id_relationships.csv diff --git a/CNAME b/CNAME new file mode 100644 index 000000000..4ab00ccab --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +registry.codeforiati.org diff --git a/_config.yml b/_config.yml new file mode 100644 index 000000000..6a00cc7a7 --- /dev/null +++ b/_config.yml @@ -0,0 +1,9 @@ +defaults: + - + scope: + path: "" # an empty string here means all files in the project + values: + layout: "default" + +title: Registry metadata +description: All the IATI registry metadata, in two files. diff --git a/_includes/card.html b/_includes/card.html new file mode 100644 index 000000000..909b176bd --- /dev/null +++ b/_includes/card.html @@ -0,0 +1,7 @@ +
diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 000000000..8bd408f2c --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + +