prepping
Deploy Quartz site to GitHub Pages / build (push) Canceled after 0s
Deploy Quartz site to GitHub Pages / deploy (push) Canceled after 0s

This commit is contained in:
ed
2026-08-22 18:09:02 -04:00
parent 9761fee1f7
commit c53f40e604
28 changed files with 1012 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
$root = Split-Path -Parent $PSScriptRoot
$site = Join-Path $root "site"
$config = Join-Path $PSScriptRoot "quartz.config.yaml"
if (-not (Test-Path -LiteralPath (Join-Path $site ".git"))) {
git clone --branch v5 --single-branch https://github.com/jackyzha0/quartz.git $site
}
Copy-Item -LiteralPath $config -Destination (Join-Path $site "quartz.config.yaml") -Force
Set-Location -LiteralPath $site
npm ci
npx quartz plugin install --from-config