Flowershow - 손쉬운 마크다운 블로그 게시
1.Flowershow 템플릿 설치
이 폴더 구조로 시작하는 경우:
my-website
└───my-content
│ └───docs
│ │ │ index.md
│ │ │ anotherDoc.md
│ │ │ ...
│ └───my-assets
│ │ someImage.png
│ │ ...
그런 다음 다음을 실행합니다.
cd website
npx flowershow install
? Create Flowershow project in current directory? Yes
? Path to the folder with your content files my-content
? Name of your assets (attachements) folder my-assets
마지막에 대상 디렉터리에 생성된
.flowershow
폴더가 표시되어야 합니다. 자세한 내용은 this guide을 참조하십시오.2. 웹사이트 구축
다음을 실행하여 웹 사이트를 로컬에서 미리 볼 수 있습니다.
npx flowershow preview
콘텐츠가 준비되었으면 이제 다음 명령을 사용하여 웹사이트를 구축할 수 있습니다.
cd my-site #folder in which you have installed Flowershow template
npx flowershow build
배포할 준비가 된 웹사이트 파일이 포함된
.flowershow/.next
폴더가 생성됩니다.3.배포
이 부분은 귀하에게 달려 있습니다. Flowershow는 Next.js를 기반으로 하므로 Vercel, Cloudflare, Netlify 등의 호스팅 제공업체를 사용하여 웹사이트를 배포할 수 있습니다.
우리는 💙피드백! 우리는 알파 단계에 있으며 개선에 매우 적극적입니다. 질문이나 아이디어가 있으면 GitHub 저장소의 submitting an issue 또는 starting a discussion으로 알려주십시오!
Join our Discord server!
Check out our website!
Reference
이 문제에 관하여(Flowershow - 손쉬운 마크다운 블로그 게시), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/philippedupreez/flowershow-easy-markdown-blog-publishing-16ad텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)