ldgrp.github.io
1.0.0
Мой личный сайт создан с помощью Hakyll + Pandoc и TailwindCSS. Размещено на страницах 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 watch
Исправление: измените кодировку PowerShell по умолчанию на UTF-8.
$outputencoding = [ console ]::outputencoding = [ console ]::inputencoding = [ text.encoding ]::utf8