tatetian / openanolis.org

website code of openanolis.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenAnolis

Source for the OpenAnolis website <OpenAnolis.org>.

Editing and building

You can use the local environment or docker to build and serve the site. We recommend you to use docker.

Local

Before you begin, you should install the follow components:

./scripts/install-dependency.sh
./scripts/build-site.sh
hugo server

Run the site locally with hugo server, you will see the site running on http://localhost:1313.

Docker

You need to install docker 18.09.2+ first.

make install
make build
make serve

Edit markdown files, you will see the pages changing in real time.

Read the wiki to see how to contribute to the OpenAnolis website.

About

website code of openanolis.org

License:Apache License 2.0


Languages

Language:HTML 43.2%Language:CSS 30.5%Language:JavaScript 20.8%Language:Shell 2.7%Language:Python 1.5%Language:Dockerfile 0.8%Language:Makefile 0.3%Language:Ruby 0.3%