Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

ethereumproject/docs-website

Repository files navigation

Ethereum Classic Documentation Website Generator

Structure

  • SiteConfig.groovy - configuration

  • theme - compiled site theme (UI design & elements)

  • theme-src - theme sources (node build-theme.js)

  • content - website content

How to Use

Setup

Install:

Prepare UI Theme

npm install
gradle buildTheme

Download ECIPs content

git submodule init
git submodule update

or you can simply git clone with --recursive option

Preview Website on localhost

gradle preview

Edit content

Look at content dir