탐색기 가독성 개선 (색상 띠 + 간격)
All checks were successful
Publish ParaWiki / build-and-deploy (push) Successful in 32s

긴 한국어 제목 구분성 향상을 위해 각 항목에 좌측 색상 띠와 점선 구분선 추가.
빌드 시 quartz-custom/custom.scss가 Quartz 기본 custom.scss를 덮어씀.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
minsung
2026-04-14 12:02:40 +09:00
parent 5aaf63eff5
commit b011197401
2 changed files with 45 additions and 0 deletions

View File

@@ -48,6 +48,12 @@ jobs:
cp -r parawiki/wiki/. quartz/content/
rm -f quartz/content/CLAUDE.md
- name: Apply custom styles
run: |
if [ -f parawiki/quartz-custom/custom.scss ]; then
cp parawiki/quartz-custom/custom.scss quartz/quartz/styles/custom.scss
fi
- name: Build site
working-directory: quartz
run: npx quartz build