Skip to content

Source of the blog about my year in Antarctica (2021->2022)

Notifications You must be signed in to change notification settings

Paul-Michaud/blog_ipev

Repository files navigation

Blog IPEV

Init submodule

git submodule update --init --recursive
git submodule update --recursive --remote

Run development server

hugo server -D -v --debug --disableFastRender -w

Convert images

webp

# only one
cwebp background_principal.jpg -o background_principal.webp
# all in the current directory
for file in $(ls); do cwebp "$file" -o "${file%.*}".webp;done

URL

Automatically deployed using cloudflare pages to https://pole.michaud.bzh/

About

Source of the blog about my year in Antarctica (2021->2022)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published