Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 297 Bytes

File metadata and controls

28 lines (19 loc) · 297 Bytes

ujuc.github.io

  • 기술 블로그

환경 설정

git submodule update --init --recursive
pre-commit install

# submodule branch 설정
cd clean
git checkout master

Pelican 명령어

글 생성

uv run cli post <TITLE>

preview

uv run cli preview