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
- Host: GitHub
- URL: https://github.com/make-github-pseudonymous-again/math
- Owner: make-github-pseudonymous-again
- License: agpl-3.0
- Created: 2017-07-26T20:56:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T18:25:51.000Z (over 4 years ago)
- Last Synced: 2025-03-12T05:29:50.914Z (11 months ago)
- Topics: blog, hugo-blog, static-site, website
- Language: Makefile
- Homepage: https://math.aurelienooms.be
- Size: 234 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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