Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.14 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.14 KB

Captain5's Blog

Blog

##Reference:

##Portable Jekyll 在windows下安装jeklly ,Portable Jekyll for Windows 指导 and Download 下载完成后直接解压到任意路径即可。在管理员CMD下进入解压的portable Jekyll所对应的路径运行setpath.cmd即可。

The portable version contains everything which is required to run Jekyll v3.1.1 on Windows:

  • Ruby 2.0
  • Ruby development Kit
  • Git 2.0

##Usage Instructions Jekyll Wiki

####basic command

  • jekyll new myblog 创建一个站点
  • cd myblog
  • jekyll serve 开启服务器,在浏览器输入 127.0.0.1:4000访问

MaHua markdown文档在线编辑器