Skip to content

kprasadvnsi/tang-doc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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