diff --git a/_config.yml b/_config.yml index 83854057c0..13f2dd9c05 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,12 @@ repository: ethereum/go-ethereum - +#remote_theme: Phlow/feeling-responsive +remote_theme: daattali/beautiful-jekyll exclude: - Gemfile - Gemfile.lock - .gitignore + +layout: page +navbar-links: + Home: "" + Documents: "/docs" diff --git a/_layouts/base.html b/_layouts/base.html new file mode 100644 index 0000000000..550cb05bac --- /dev/null +++ b/_layouts/base.html @@ -0,0 +1,35 @@ +--- +common-css: + - "https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" + - "/css/bootstrap-social.css" + - "https://deanattali.com/css/main.css" +common-ext-css: + - "//maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css" +common-googlefonts: + - "Lora:400,700,400italic,700italic" + - "Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" +common-js: + - "https://code.jquery.com/jquery-1.12.4.min.js" + - "https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" + - "https://deanattali.com/js/main.js" +--- + + + + + {% include head.html %} + + + + {% include gtm_body.html %} + + {% include nav.html %} + + {{ content }} + + {% include footer.html %} + + {% include footer-scripts.html %} + + +