metalsmith
An extremely simple, pluggable static site generator for Node.js
파일 탐색기
최종 버전 다운로드 (.zip)- bug_report.md
- other.md
- test.yml
- metalsmith
- index.css
- base.css
- example.css
- plugin.css
- variables.css
- build.js
- package.json
- README.md
- index.js
- README.md
- index.swig
- post.swig
- 2012-08-20-first-post.md
- 2012-08-23-second-post.md
- 2012-09-28-third-post.md
- 2012-12-07-fourth-post.md
- index.md
- index.html
- index.html
- index.html
- index.html
- index.html
- metalsmith.json
- package.json
- README.md
- index.js
- index.js
- package.json
- readme.md
- index.js
- index.js
- package.json
- readme.md
- build.js
- package.json
- README.md
- style.css
- index.html
- style.css
- index.html
- index.html
- index.html
- index.html
- index.html
- layout.hbs
- post.hbs
- style.css
- first-post.md
- fourth-post.md
- second-post.md
- third-post.md
- about.md
- index.md
- index.js
- package.json
- README.md
- index.html
- index.html
- index.html
- index.html
- index.html
- first-post.md
- fourth-post.md
- index.md
- second-post.md
- third-post.md
- index.pug
- post.pug
- metalsmith.json
- package.json
- README.md
- debug.js
- helpers.js
- index.js
- matter.js
- watcher.js
- index.md
- index.md
- index.md
- index.md
- 2013-11-25 18.59.52.jpg
- 2013-11-25 18.59.52.jpg
- index.md
- index.md
- index.md
- index.md
- one.md
- two.md
- one.md
- two.md
- index.md
- index.md
- empty.md
- index.md
- index.md
- one.md
- one.md
- metalsmith.json
- plugin.js
- metalsmith.js
- index.html
- index.md
- log-env.js
- metalsmith.json
- .gitkeep
- .gitkeep
- index.md
- metalsmith.json
- env.json
- env.json
- metalsmith.json
- plugin.js
- empty.json
- empty.json
- metalsmith.json
- plugin.js
- page1.md
- page2.md
- page3.md
- build.js
- page1.md
- page2.md
- page3.md
- build.js
- index.md
- index.md
- index.md
- config.cjs
- config.js
- config.mjs
- metalsmith-instance.js
- metalsmith-instance.mjs
- metalsmith.js
- other-config.cjs
- index.md
- index.md
- index.md
- index.md
- metalsmith.json
- index.md
- one.md
- two.md
- metalsmith.json
- index.md
- index.md
- index.md
- index.md
- config.json
- config.yaml
- two.html
- one.md
- two.md
- .gitattributes
- metalsmith.json
- one.md
- one.md
- metalsmith.json
- plugin.js
- two.md
- one.md
- two.md
- metalsmith.json
- style.static.css
- data.static.json
- index.altered.html
- style.css
- data.json
- index.html
- metalsmith.json
- plugin.js
- file-0.md
- file-1.md
- file-2.md
- file-3.md
- file-4.md
- file-5.md
- file-6.md
- file-7.md
- file-8.md
- file-9.md
- file-0.md
- file-1.md
- file-2.md
- file-3.md
- file-4.md
- file-5.md
- file-6.md
- file-7.md
- file-8.md
- file-9.md
- .gitkeep
- .gitkeep
- index.md
- file.html
- test.html
- file.html
- cjs-default-export.js
- cjs-multiple-exports.js
- cjs-single-named-export.js
- esm-default-export.mjs
- esm-multiple-exports.mjs
- esm-single-named-export.mjs
- invalid.json
- local.json
- index.md
- .htaccess
- index.md
- team.jpg
- index.md
- index.md
- chmodded-000.md
- index.md
- json.md
- index.md
- index.md
- bin
- index.md
- dir
- dir
- script.js
- style.css
- index.md
- CNAME
- index.md
- script.js
- style.css
- index.md
- CNAME
- index.md
- file
- change
- remove
- file
- change
- remove
- index.md
- index.md
- index.md
- index.md
- .gitkeep
- index.md
- index.js
- index.ts
- watcher.js
- index.d.ts
- .editorconfig
- .gitattributes
- .gitignore
- .npmrc
- .prettierignore
- .prettierrc.yml
- .release-it.json
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- eslint.config.mjs
- index.js
- LICENSE
- metalsmith-migrated-plugins.js
- package-lock.json
- package.json
- README.md
- SECURITY.md
- snapcraft.yaml
- tsconfig.json
- tsDocumentLineNos.js
- tslint.json
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/metalsmith/metalsmith
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd metalsmith
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
npm install metalsmith
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
yarn add metalsmith
이 명령어를 터미널에 그대로 입력해 실행하세요.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
