/lambdaxymox_website

Creative Commons Attribution Share Alike 4.0 InternationalCC-BY-SA-4.0

The House Of LambdaXymox

This is the repository for my personal website. It uses MyST Markdown tooling and python.

Getting Started

Set up a local virtual environment with

python -m venv .venv

then activate the environment

source ./.venv/bin/activate

then update pip

pip install -U pip

then install dependencies

pip install mystmd jupyter sympy numpy

and you're done.

Running The Website During Editing

myst start --execute

Building The Website

Build the website with the command

myst build --html