Skip to content

ljee-hash/ljee-hash.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

layout title subtitle date author header-img tags
post
前言
"Hello World, 第一篇Blog"
2015-08-30 06:45:45 -0700
CaoZhiLong
img/post-bg-2015.jpg
生活

前言

Blog历经波折开通了。

之所以说是历经波折,是因为真是费了九牛二虎之力。对于一个对前端一窍不通的人来说,最好的博客是一个傻瓜式,只要写写文档,就能自动生成的工具或者流程。 当然了,如果样式也漂亮一些,那就更加完美了。

最开始,我找到了这样的一个StrayBirds模板。如README中所说,这个模板的好处是入手即用,并有多种theme可以选择。

Github Pages

github pages是github提供出来的一种托管的页面。因此利用Github Pages来做博客是再合适不过了。更多的帮助可以看这里

这里主要介绍一下其中要注意的点。当你github的Repository name是username.github.io时,你的 master 分支才是用于生成Github Pages的。 而其生成的页面会直接在根路径下,类似于这样 **http://xuxinkun.github.io/**。

而如果Repository name不是username.github.io,比如StrayBirds,则需要创建 gh-pages分支用于自动生成页面。相应的其生成的页面路径也会带有Repository name,类似于 http://minixalpha.github.io/StrayBirds/ 这样

Repository name可以在Repository的Settings里修改。

Huxpro/huxpro.github.io的直接使用时,最好使用username.github.io的方式来进行使用。不然会有一些路径上的问题,需要自己再进行调整。

Build

上传好后就github会直接帮你编译。几分钟内就可以在你自己的username.github.io上看到效果了。不过如果想要在本地调试,试看效果的话,可以在本机安装jekyll。

参照jekyll安装进行安装。安装完后,在你项目的文件夹直接运行

jekyll serve --incremental

安装说明

http://www.tensorfly.cn/bbs/forum.php?mod=forumdisplay&fid=36 http://icodeit.org/2012/01/%E4%BD%BF%E7%94%A8graphviz%E7%BB%98%E5%88%B6%E6%B5%81%E7%A8%8B%E5%9B%BE/

手把手教你使用Travis CI实现持续部署 https://zhuanlan.zhihu.com/p/25066056

https://avnpc.com/pages/android-auto-deploy-workflow-on-travis-ci

https://www.cnblogs.com/henryzhu/p/contentious-integration-with-appveyor.html

使用Travis CI自动打包APK,并发布到fir https://blog.csdn.net/ncuboy045wsq/article/details/72852649

About

我的博客主页

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published