shafreeck / website

Website for tikv.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The TiKV website

This repo houses the assets used to build the TiKV website available at https://tikv.org.

Publishing

The site is published automatically by Netlify whenever changes are pushed to the master branch. You do not need to manually publish or manage the site deployment.

Running the site locally

To run the site locally, you'll need to install Yarn and Hugo (in particular the extended version).

You can alternatively use the provided Dockerfile via:

docker build -t tikv/website .
docker run -it --rm -p 1313:1313 -v `pwd`:/home/builder/build tikv/website

Adding blog posts

To add a new blog post, add a Markdown file to the content/blog folder. There's currently a first-post.md file in that directory that can serve as a template.

About

Website for tikv.org


Languages

Language:HTML 56.1%Language:JavaScript 30.3%Language:CSS 12.5%Language:Makefile 0.7%Language:Dockerfile 0.6%