casual-markdown-blog로 마크다운 블로그 사이트 구축
3261 단어 javascripthtmlmarkdownblog
설치하지 않고 단일 index.html을 복사하고 index.md의 구성 홈 페이지를 복사한 다음 마크다운에서 포스트 쓰기를 시작합니다!
마크다운 파일에서 간단한 블로그 사이트를 구축하고 정적 웹 호스팅에서 호스트하는 것은 매우 편리합니다. 예를 들어,
이용안내
단순히 index.html을 웹 서버에 복사하거나 포크this repo .
* yyyy/mm/dd: [post-title](md-file) { #tags }
아래는 Sample Blog: index.md의 샘플 설정입니다.
------------------------------------------------------------------title : Casual-Markdown's Blog
subtitle : Simple is the best
nav-group : featured, new-3, tags, months
nav-width : 320px
css-header : background:linear-gradient(to bottom right, #06c, #fc0); color:white
menu :
Home : ?
Github : https://github.com/casualwriter/casual-markdown-blog
Dark : javascript:darkmode()
About : ?page=about.md
------------------------------------------------------------------
<style comment="additional style">
......
</style>
<div id="md-post">
home page in markdown syntax...
## Archive
* yyyy/mm/dd: [Post Title](md file) { #tag1, #tag2 }
* yyyy/mm/dd: [Post Title](md file) { #tag1, #tag2 }
...
* yyyy/mm/dd: [Post Title](md file) { #tag1, #tag2 }
</div>
더 나아질 수 있도록 조언을 기다립니다.
감사해요,
Reference
이 문제에 관하여(casual-markdown-blog로 마크다운 블로그 사이트 구축), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/casualwriter/build-markdown-blog-site-by-casual-markdown-blog-2i0o텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)