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