1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 10:22:10 +02:00
tldr/pages.ko/common/soupault.md
코드싸이 4b5248236b
common/s*: add and update Korean translation (#14666)
* common/s*: add and update Korean translation

* scamper: fix typo

* Update pages.ko/common/simplehttpserver.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/common/steamcmd.md

Co-authored-by: Chooooo <contact@choo.ooo>

---------

Co-authored-by: Sebastiaan Speck <shem.speck@gmail.com>
Co-authored-by: Chooooo <contact@choo.ooo>
2024-11-09 10:41:41 +09:00

786 B

soupault

HTML 요소 트리 재작성에 기반한 정적 웹사이트 생성기. HTML 후처리기나 메타데이터 추출기로도 사용될 수 있습니다. 더 많은 정보: https://soupault.app.

  • 현재 작업 디렉토리에 최소 웹사이트 프로젝트 초기화:

soupault --init

  • 웹사이트 빌드:

soupault

  • 기본 설정 파일 및 디렉토리 위치 재정의:

soupault --config {{설정_파일_경로}} --site-dir {{입력_디렉토리}} --build-dir {{출력_디렉토리}}

  • 페이지를 생성하지 않고 메타데이터를 JSON 파일로 추출:

soupault --index-only --dump-index-json {{경로/대상/파일.json}}

  • 효과적인 설정 표시 (soupault.toml의 값과 기본값 포함):

soupault --show-effective-config