Skip to content

alexandre-touret/alexandre-touret.github.io

Repository files navigation

Status

Build and deploy to GitHub Pages

Setup

sudo rm -rf /usr/local/go && sudo tar -C /usr/local -xzf go1.19.5.linux-amd64.tar.gz
wget -c https://github.com/gohugoio/hugo/releases/download/v0.110.0/hugo_extended_0.110.0_linux-amd64.deb
sudo apt install ./hugo_extended_0.110.0_linux-amd64.deb

Start the website

hugo serve -D -F

Update the theme

git submodule update --remote --merge

Run Markdown Linter

docker run -v $PWD:/workdir ghcr.io/igorshubovych/markdownlint-cli:latest "*.md" --disable MD041

Run Vale

. ./run-vale.sh

Fix GPG signature

 git rebase --exec 'git commit --amend --no-edit -n -S' -i main