-
Notifications
You must be signed in to change notification settings - Fork 244
文章预览
qinwf edited this page Mar 27, 2017
·
2 revisions
在 Github 上直接点编辑按钮编辑过的 Markdown 文件可以简单预览:
以下两种情况只适用于想在真正的 cosx.org 网站模式下预览网页的人,有些内容在 Github 上预览是无法渲染的,比如数学公式。
如果不想在本地安装任何软件,可以在提交合并请求之后等大约一分钟,页面上会出现一个绿色对勾(下图右下角),点它可以查看编译出来的网站预览。
如果不想每次都等,可以安装 RStudio 以及 blogdown 包:
devtools::install_github('rstudio/blogdown')
blogdown::install_hugo()
然后在本地克隆的 cosx.org 库中打开项目文件 cosx.org.Rproj,点击 RStudio 插件(工具栏上 Addins)中的 Serve Site
,就可以实时预览网站了。
git clone https://github.com/cosname/cosx.org
cd cosx.org
git submodule update --init --recursive