Website for tikv.org
Go to file
Ana Hobden ba99f84368 Reflect copyedits
Signed-off-by: Ana Hobden <operator@hoverbear.org>
2019-06-04 09:31:09 -07:00
assets Content re-organization (#25) 2019-03-29 10:36:04 -07:00
content Reflect copyedits 2019-06-04 09:31:09 -07:00
data add new adopters 2019-03-19 17:47:51 +08:00
diagrams Use downloaded PNGs and add image sources (#24) 2019-03-22 21:38:57 -07:00
layouts Content re-organization (#25) 2019-03-29 10:36:04 -07:00
static Add @rleungx's Simulator chapter 2019-03-29 12:25:36 -07:00
.editorconfig Aesthetic updates for site launch (#4) 2018-10-31 18:29:44 -07:00
.gitignore Remove resources folder from Git 2019-03-12 11:27:17 -07:00
Makefile Content re-organization (#25) 2019-03-29 10:36:04 -07:00
README.md Add basic blog template (#7) 2018-12-02 14:49:42 -08:00
config.toml Content re-organization (#25) 2019-03-29 10:36:04 -07:00
netlify.toml Content re-organization (#25) 2019-03-29 10:36:04 -07:00
package.json New website (Hugo + Netlify + Bulma CSS) 2018-10-31 12:13:37 -07:00
yarn.lock Add basic blog template (#7) 2018-12-02 14:49:42 -08:00

README.md

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).

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.