From c63dc94487672508edf0c8286e870413f41190e5 Mon Sep 17 00:00:00 2001 From: Dennis Ranke Date: Fri, 5 Nov 2021 20:17:19 +0100 Subject: [PATCH] add links from github repo and back --- README.md | 1 + site/config.toml | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..06c6da3 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +See [here](https://exoticorn.github.io/microw8/). \ No newline at end of file diff --git a/site/config.toml b/site/config.toml index 1f3c07b..7eb32f1 100644 --- a/site/config.toml +++ b/site/config.toml @@ -18,3 +18,6 @@ highlight_code = true # Put all your custom variables here juice_logo_name = "MicroW8" juice_logo_path = "microw8.svg" +juice_extra_menu = [ + { title = "Github", link = "https://github.com/exoticorn/microw8" } +] \ No newline at end of file