This site is made with ❤️ (and few ☕) by Emilien Foissotte using Hugo
Have a nice glance, happy to see you here !
sudo snap install hugo
brew install hugo
Clone this repo
git clone [email protected]:Emilien-Foissotte/emilien-foissotte.github.io.git
Init the submodules (for themes customizations)
git submodule update --init --recursive
Update them with their latest changes
git submodule update --recursive --remote
Config your git repo
git config --local user.name "Emilien-Foissotte"
git config --local user.email "[email protected]"
Then review your content hugo server
Add some markdowns under content, review if it gets a nice rendering hugo server -D
to render also drafts.
If that sounds right, push to the main
branch, Github Action will cary on the job to
deploy it.