From 0d9b2ffa841de65be188fe7aa63cbf7d74bfe6e9 Mon Sep 17 00:00:00 2001 From: Alekos Filini Date: Wed, 29 Apr 2020 14:48:26 +0200 Subject: [PATCH] README and updated link --- README.md | 11 +++++++++++ config.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000000..186816e3fe --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# magicalbitcoin.org + +This website is built with [Hugo](https://gohugo.io). + +If you are editing this website, you can run + +``` +hugo server +``` + +to start a local webserver at [`http://localhost:1313`](http://localhost:1313). diff --git a/config.toml b/config.toml index f9b2445190..d79f410ded 100644 --- a/config.toml +++ b/config.toml @@ -10,7 +10,7 @@ home = [ "HTML", "RSS", "JSON"] # Prefix URL to edit current page. Will display an "Edit this page" button on top right hand corner of every page. # Useful to give opportunity to people to create merge request for your doc. # See the config.toml file from this documentation site to have an example. -editURL = "https://github.com/MagicalBitcoin/docs/edit/master/content/" +editURL = "https://github.com/MagicalBitcoin/magicalbitcoin.org/edit/master/content/" # Author of the site, will be used in meta information author = "Alekos Filini - @afilini" # Description of the site, will be used in meta information -- 2.49.0