slate-blog
A minimal, elegant, and modern blog theme built with Astro.
파일 탐색기
최종 버전 다운로드 (.zip)- commit-msg
- pre-commit
- extensions.json
- launch.json
- settings.json
- Blog Post.md
- README.md
- remark-modified-time.ts
- remark-reading-time.ts
- avatar.png
- favicon.svg
- og_image.png
- pretty-feed-v3.xsl
- sync-latest-blog.sh
- desktop-outlined.svg
- dribbble.svg
- facebook.svg
- figma.svg
- github.svg
- in.svg
- instagram.svg
- link.svg
- mail.svg
- moon-outlined.svg
- notion.svg
- rss.svg
- sun-outlined.svg
- threads.svg
- x.svg
- youtube.svg
- blog.css
- common.css
- index.tsx
- index.css
- index.tsx
- index.tsx
- article.astro
- normal.astro
- Footer.astro
- Header.astro
- HeadMeta.astro
- PageLayout.astro
- index.css
- index.tsx
- useLocales.ts
- index.css
- index.tsx
- index.tsx
- index.tsx
- 40-questions.md
- about-slate-blog.md
- life-is-short.md
- multiple_image.md
- obsidian-vault-template.md
- sonner-getting-started.md
- why-astro.md
- config.ts
- config-helper.ts
- utils.ts
- en-us.ts
- zh-cn.ts
- index.ts
- [...slug].astro
- 404.astro
- index.astro
- robots.txt.ts
- rss.xml.js
- config.ts
- global.ts
- env.d.ts
- .gitignore
- .prettierrc
- astro.config.mjs
- commitlint.config.js
- eslint.config.js
- LICENSE.txt
- package.json
- pnpm-lock.yaml
- README-zh_CN.md
- README.md
- slate.config.ts
- tsconfig.json
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/SlateDesign/slate-blog
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd slate-blog
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
npm run dev
개발/실행 서버를 켭니다.
yarn dev
개발/실행 서버를 켭니다.
pnpm dev
개발/실행 서버를 켭니다.
npm run build
배포용으로 코드를 최적화해서 빌드 파일을 생성합니다.
yarn build
배포용으로 코드를 최적화해서 빌드 파일을 생성합니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
