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

Latest commit

 

History

History
executable file
·
49 lines (32 loc) · 710 Bytes

README.adoc

File metadata and controls

executable file
·
49 lines (32 loc) · 710 Bytes

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