An open API service indexing awesome lists of open source software.

https://github.com/make-github-pseudonymous-again/math

:triangular_ruler: Aurélien's math blog
https://github.com/make-github-pseudonymous-again/math

blog hugo-blog static-site website

Last synced: about 1 month ago
JSON representation

:triangular_ruler: Aurélien's math blog

Awesome Lists containing this project

README

          

# 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