# sqzass > A static site generator written in Rust ## Pages - [sqzass](https://sqzass.sqzer.com/ko/): Rust로 만든 정적 사이트 생성기 — 빠르고 결정적입니다 - [sqzass](https://sqzass.sqzer.com/): A static site generator written in Rust — fast and deterministic - [벤치마크](https://sqzass.sqzer.com/ko/benchmark/): 생성기 다섯, 머신 하나, 코퍼스 하나 — 그리고 정의는 전부 공개 - [Benchmark](https://sqzass.sqzer.com/benchmark/): Five generators, one machine, one corpus — and the definitions published - [콘텐츠 작성](https://sqzass.sqzer.com/ko/content/): 페이지와 섹션, front matter, 그리고 거기서 나오는 URL - [Writing content](https://sqzass.sqzer.com/content/): Pages, sections, front matter and the URLs they produce - [Front matter](https://sqzass.sqzer.com/ko/content/front-matter/): 페이지가 가질 수 있는 모든 필드와 그 역할 - [Front matter](https://sqzass.sqzer.com/content/front-matter/): Every field a page can carry, and what it does - [언어](https://sqzass.sqzer.com/ko/content/languages/): 하나의 콘텐츠 트리로 두 언어를, 미번역 페이지는 감춘 채 - [Languages](https://sqzass.sqzer.com/content/languages/): Two languages from one content tree, with untranslated pages hidden - [내부 링크](https://sqzass.sqzer.com/ko/content/links/): 소스 파일을 가리키는 링크와, 빌드가 대신 쓰는 URL - [Internal links](https://sqzass.sqzer.com/content/links/): Links that point at the source file, and URLs the build writes - [마크다운](https://sqzass.sqzer.com/ko/content/markdown/): 기본으로 켜져 있는 확장과, 끌 수 있는 것들 - [Markdown](https://sqzass.sqzer.com/content/markdown/): The extensions that are on, and the ones you can turn off - [배포](https://sqzass.sqzer.com/ko/deploy/): 디렉터리 하나로 나오는 결과물과, 그걸 받아 주는 호스트들 - [Deploying](https://sqzass.sqzer.com/deploy/): A directory of files, and the hosts that will serve it - [Cloudflare Pages](https://sqzass.sqzer.com/ko/deploy/cloudflare-pages/): 대시보드 설정 두 개, 그리고 GitHub Pages가 못 주던 헤더 - [Cloudflare Pages](https://sqzass.sqzer.com/deploy/cloudflare-pages/): Two settings in the dashboard, and the headers GitHub Pages would not give you - [Codeberg Pages](https://sqzass.sqzer.com/ko/deploy/codeberg-pages/): pages 브랜치, .domains 파일, 그리고 Forgejo Actions - [Codeberg Pages](https://sqzass.sqzer.com/deploy/codeberg-pages/): A pages branch, a .domains file, and Forgejo Actions - [GitHub Pages](https://sqzass.sqzer.com/ko/deploy/github-pages/): 이 사이트가 있는 곳이자, 설계를 강제한 호스트 - [GitHub Pages](https://sqzass.sqzer.com/deploy/github-pages/): Where this site is, and the host that forced the design - [GitLab Pages](https://sqzass.sqzer.com/ko/deploy/gitlab-ci/): .gitlab-ci.yml 하나, 그리고 사람들이 걸려 넘어지는 서브경로 - [GitLab Pages](https://sqzass.sqzer.com/deploy/gitlab-ci/): One .gitlab-ci.yml, and the subpath that trips people up - [Netlify](https://sqzass.sqzer.com/ko/deploy/netlify/): netlify.toml, 그리고 base_url이 맞는 배포 프리뷰 - [Netlify](https://sqzass.sqzer.com/deploy/netlify/): netlify.toml, and deploy previews that build with the right base_url - [Vercel](https://sqzass.sqzer.com/ko/deploy/vercel/): vercel.json, 그리고 프레임워크 기능들이 여기서 무의미한 이유 - [Vercel](https://sqzass.sqzer.com/deploy/vercel/): vercel.json, and why none of the framework machinery applies - [기능](https://sqzass.sqzer.com/ko/features/): 구문 강조, 검색, 피드, 개발 서버 - [Features](https://sqzass.sqzer.com/features/): Highlighting, search, feeds, and the development server - [개발 서버](https://sqzass.sqzer.com/ko/features/dev-server/): 메모리 서빙, 변경 시 리빌드, 보던 자리를 지키는 새로고침 - [Development server](https://sqzass.sqzer.com/features/dev-server/): Serving from memory, rebuilds on change, and reloads that keep your place - [피드](https://sqzass.sqzer.com/ko/features/feeds/): front matter에 적은 날짜로 만들어지는 언어별 Atom 피드 - [Feeds](https://sqzass.sqzer.com/features/feeds/): One Atom feed per language, from the dates you put in front matter - [구문 강조](https://sqzass.sqzer.com/ko/features/highlighting/): 빌드 시점에, 클래스로, 두 테마를 함께 - [Syntax highlighting](https://sqzass.sqzer.com/features/highlighting/): Highlighted at build time, as classes, in two themes - [검색](https://sqzass.sqzer.com/ko/features/search/): 부분 문자열 색인, 언어마다 한 파일, 그리고 단어 색인이 아닌 이유 - [Search](https://sqzass.sqzer.com/features/search/): A substring index, one file per language, and why it is not a word index - [시작하기](https://sqzass.sqzer.com/ko/start/): 설치부터 첫 사이트를 빌드하기까지 - [Getting started](https://sqzass.sqzer.com/start/): From installing sqzass to building your first site - [명령줄](https://sqzass.sqzer.com/ko/start/cli/): 명령과 플래그, exit code, 기계가 읽는 출력 - [Command line](https://sqzass.sqzer.com/start/cli/): Commands, flags, exit codes and machine-readable output - [설정](https://sqzass.sqzer.com/ko/start/configuration/): sqzass.toml의 모든 키와, 오타를 냈을 때 벌어지는 일 - [Configuration](https://sqzass.sqzer.com/start/configuration/): Every key in sqzass.toml, and what happens when you misspell one - [첫 사이트 만들기](https://sqzass.sqzer.com/ko/start/first-site/): 빈 디렉터리에서 화면에 뜨는 페이지까지 - [Your first site](https://sqzass.sqzer.com/start/first-site/): From an empty directory to a page on screen - [설치](https://sqzass.sqzer.com/ko/start/installation/): 한 줄로, 미리 빌드된 바이너리로, 소스에서 - [Installation](https://sqzass.sqzer.com/start/installation/): One line, a prebuilt binary, or from source - [템플릿](https://sqzass.sqzer.com/ko/templates/): Jinja2 호환 템플릿, 엄격한 데이터 모델, 명시적인 선택 규칙 - [Templates](https://sqzass.sqzer.com/templates/): Jinja2-compatible templates, a strict data model, and explicit selection - [정적 에셋](https://sqzass.sqzer.com/ko/templates/assets/): 복사, 해시, 그리고 원래 이름으로 하는 조회 - [Static assets](https://sqzass.sqzer.com/templates/assets/): Copying, hashing, and lookup by the original name - [템플릿 데이터](https://sqzass.sqzer.com/ko/templates/data/): 템플릿이 읽을 수 있는 모든 것 - [Template data](https://sqzass.sqzer.com/templates/data/): Everything a template can read - [함수와 필터](https://sqzass.sqzer.com/ko/templates/functions/): 템플릿이 부를 수 있는 전부, 그리고 그 밖엔 없다는 마지막 줄 - [Functions and filters](https://sqzass.sqzer.com/templates/functions/): Everything a template can call, and the closing line that nothing else exists - [템플릿 선택](https://sqzass.sqzer.com/ko/templates/selection/): 네 단계, 순서대로, 캐스케이드 없이 - [Choosing a template](https://sqzass.sqzer.com/templates/selection/): Four steps, in order, and no cascade - [소셜 카드와 구조화 데이터](https://sqzass.sqzer.com/ko/templates/social/): 이미 있는 값으로 직접 넣는 마크업 - [Social cards and structured data](https://sqzass.sqzer.com/templates/social/): Markup you own, from values that already exist