/tang-doc

Documentation for Lichee Tang

Primary LanguageHTMLMIT LicenseMIT

tang-doc

Documentation for Tang Primer

Build Status

Build Doc

This documentation site is powered by Hugo.

You need Hugo to be able to build the site.

To install Hugo:

sudo apt-get install hugo

Get Doc source code:

sudo apt install git 
git clone https://github.com/kprasadvnsi/tang-doc.git

Install submodules:

cd tang-doc
git submodule init
git submodule update

Serve as a website:

hugo server

Then visit http://localhost:1313