Skip to content

Emilien-Foissotte/emilien-foissotte.github.io

Repository files navigation

Personal website

This site is made with ❤️ (and few ☕) by Emilien Foissotte using Hugo

Have a nice glance, happy to see you here !

How to

First time ?

Install hugo

Ubuntu

sudo snap install hugo

Mac

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]"

Ensure everything is alright

Then review your content hugo server

Edit your content

Add some markdowns under content, review if it gets a nice rendering hugo server -D to render also drafts.

Publish

If that sounds right, push to the main branch, Github Action will cary on the job to deploy it.

Repeat, and share if you liked :)