orangepi-xunlong / opi-documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OPi Documentation

Read me online

Documentation for Orange Pi Boards.

Build Doc

This documentation site is powered by Hugo.

You need Hugo Extended v0.73.0 to be able to build the site.

Download Hugo-extended from here.

https://github.com/gohugoio/hugo/releases/tag/v0.73.0

Get Doc source code:

sudo apt install git 
git clone https://gitlab.com/kprasadvnsi/opi-documentation.git

Install submodules:

cd opi-documentation
git submodule init
git submodule update

Serve as a website:

hugo server

Then visit http://localhost:1313

About