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