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