toltec-dev / web

Files used to build Toltec’s website.
https://toltec-dev.org
MIT License
0 stars 2 forks source link
docutils website

Toltec Website

Please refer to our website for information on how to install and use Toltec.

This repository contains the files used to build Toltec’s website. We use Sphinx to author and build the website.

Structure

Workflows

Commits pushed to the main branch of this repository will trigger a GitHub Workflow that builds the website and deploys it to the live server. This workflow is also triggered by pushes to the main repository’s stable branch (to automatically update the bootstrap script to the latest stable version).

Build Instructions

After cloning this repo, use make prod to generate the website. The build result will be located under the dist/ folder. You can also use make dev to start a live-reloading server, which is useful to see your changes rendered in real time.