ldgrp.github.io
1.0.0
Mon site Web personnel construit avec Hakyll + Pandoc et TailwindCSS. Hébergé sur les pages Github.
cabal clean
cabal update
# Build the site package
cabal build
# Run the Hakyll site build
cabal exec site build
# Alternatively use watch to automatically rebuild on change
# cabal exec site watch # Build CSS with Tailwind CLI
npm run build
# Alternatively use watch to automatically rebuild on change
# npm run watchCorrectif : modifiez le codage par défaut de PowerShell en UTF-8
$outputencoding = [ console ]::outputencoding = [ console ]::inputencoding = [ text.encoding ]::utf8