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