diff --git a/_config.yml b/_config.yml index 03998fcdaf..fc641b7c74 100644 --- a/_config.yml +++ b/_config.yml @@ -8,6 +8,8 @@ exclude: - .gitignore layout: page avatar: /static/images/ethereum.png +author: + name: The go-ethereum authors navbar-links: Home: "docs" Install and build: diff --git a/index.html b/index.html index bd5e2bf89a..69ec908079 100644 --- a/index.html +++ b/index.html @@ -1,50 +1,12 @@ - - -
- - - - -Go Ethereum is available either as a standalone client called Geth that you can install on pretty much any operating system, or as a library that you can embed in your Go, Android or iOS projects.
See our installation guide or our wiki pages for details!