A website containing articles authored by Emmanuel Awotunde. Visit codechauffeur.com.
- Install Hugo.
- Clone repo
git clone --recurse-submodules https://github.com/olaoluwa-98/codechauffeur.com
. - Run Hugo server
hugo server -D
.
- Run
git worktree add -B gh-pages public origin/gh-pages
once. - Run
chmod +x ./deploy.sh && ./deploy.sh
.
- Run
git submodule update --recursive --remote
.