From: Alekos Filini Date: Wed, 29 Apr 2020 12:48:26 +0000 (+0200) Subject: README and updated link X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/scripts/struct.EncoderStringWriter.html?a=commitdiff_plain;h=0d9b2ffa841de65be188fe7aa63cbf7d74bfe6e9;p=bitcoindevkit.org README and updated link --- 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