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