From 88fd743fe8c4e6ac0dc85da636dff357ed40b989 Mon Sep 17 00:00:00 2001 From: Adam Schmideg Date: Wed, 2 Jan 2019 15:38:48 +0100 Subject: [PATCH] Make index.html compatible with the jekyll theme --- _config.yml | 2 ++ index.html | 65 +++++++++-------------------------------------------- 2 files changed, 12 insertions(+), 55 deletions(-) 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 - - - - - - - - - - - - - - - - - - - - +--- +layout: base +css: + - /static/styles/bootstrap.min.css + - /static/styles/flatly.min.css + - /static/styles/font-awesome.min.css + - /static/styles/custom/common.css + - /static/styles/custom/home.css +---
@@ -89,11 +51,4 @@

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!

-
-
- - - - + \ No newline at end of file