This repository contains all the content necessary for proper rendering of the RxInfer package website.
You need to have Hugo static site generator installed and working. More information might be found at Hugo Installation Guide.
Please install Hugo v0.105.0+extended or newer. Note also that the build requires the extended version of Hugo (important for Windows users).Otherwise certain sections of the website won't be generated.
-
Clone this repository and step into the directory:
git clone git@github.com:reactivebayes/rxinfer-website.git cd ./rxinfer-website
-
Initialise the theme git submodule:
git submodule update --init --recursive
-
To build and server the interactive version of the website run:
hugo server
More information on adding content can be found in the Hugo documentation in Content and Getting Started sections.