ldgrp.github.io
1.0.0
Hakyll + Pandoc および TailwindCSS を使用して構築された私の個人的な Web サイト。 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