This is my blog based on jekyll. And I change the style and interactive. If you want to use this model of the blog. Please give a star at this repository. Then you can clone it as your blog model.
You can visit here to see this blog.
这是我的博客,基于 jekyll。我改了所有默认的样式和交互。如果你想使用这个博客模板。请先在这个仓库上点个star吧,这也是对我的肯定和鼓励,谢谢了。然后你可以克隆这个仓库用作你自己的博客。
博客访问地址:点击这里
使用时请注明模板来源: Jekyll theme by Gaohaoyang
目录说明: index.html:这是你博客的主页面,里面的内容就是你的主页了
_config.yml:这是你博客的基本配置文件,里面有你博客的名字,以及存放博主的一些基本信息
_layouts:这文件夹里面存放你每个页面的设计,一般有default.html(默认页面)和posts.html(博文页面)
_includes:这个文件夹里的的内容将会通用到你博客每个页面,起到一种便利的作用
_posts:这里面装的就是你的博文啦,记住,要用markdown语法写,要不上传会失败的。