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

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

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

blog hugo-blog static-site website

Last synced: 8 months ago
JSON representation

:sailboat: Aurélien's blog

Awesome Lists containing this project

README

          

# Blog

## 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