Skip to content

f89101/redis-website

 
 

Repository files navigation

Redis website

This project is a Docsy, which is a Hugo theme, that's adapted for Redis' documentation website.

When cloning, make sure to bring in the submodules:

git clone --recurse-submodules --depth 1 https://github.com/redis/redis-website.git

Note: if you want to do SCSS edits and want to publish these, you need to install PostCSS

npm install postcss

Running the website locally

Building and running the site locally requires a recent extended version of Hugo.

You can find out more about how to install Hugo for your environment in Docsy's Getting started guide.

IMPORTANT: you'll also need the redis-doc/new-structure branch for this to work.

Once you've made your working copy of the site repo, from the repo root folder, run:

REDIS_DOC=/home/you/redis-doc make
hugo server --disableFastRender

The website should be up and running on http://localhost:1313/ now.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 42.5%
  • JavaScript 29.3%
  • Python 15.1%
  • Makefile 4.2%
  • SCSS 3.1%
  • CSS 2.8%
  • Other 3.0%