markdown的基本使用方法
2016年 03月 04日
此版本的jekyll搭载的markdown解释器是kramdown-1.9,跟其他markdown的解释器可能会有一点差异
此版本的jekyll搭载的markdown解释器是kramdown-1.9,跟其他markdown的解释器可能会有一点差异
本地jekyll环境搭好之后,现在要做的是如何去使用它,这篇文章将讲解如何去使用jekyll和一些模板语言的使用
首先,你可以右键Git Bash here,前提是你安装了Git。如果没安装也没关系,使用命令提示符也可。创建一个jekyll项目jekyll new '目录'
这个目录可以是相对路径
也可以是绝对路径
。
如果’目录’里面还有其他的文件时,会提示创建失败,那么再加上–force,即jekyll
new '目录' --force
强制创建
You’ll find this post in your _posts
directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run jekyll serve
, which launches a web server and auto-regenerates your site when a file is updated.