/math

:triangular_ruler: Aurélien's math blog

Primary LanguageMakefileGNU Affero General Public License v3.0AGPL-3.0

Math

Dev

Clone with submodules

git clone --recurse-submodules

If you forgot to recurse on cloning

git submodule update --init --recursive

Update submodules.

git submodule update --recursive

Downloads assets and static files

make assets static

Serve blog locally

make serv

Build

make build

Deploy

On the production machine

make deploy