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.
src/sitemap.rst
. This file is used to generate the sidebar.src/_themes/toltec/layout.html
. In that folder, the stylesheet and global images can be found.src/_ext
.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).
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.