Skip to content

chyiever/ChyiEver.github.io

 
 

Repository files navigation

Chyiever's Blog

博客网址:[https://chyiever.github.io/], 欢迎闲逛。

网站结构

├── _config.yml
├── _drafts
|   ├── begin-with-the-crazy-ideas.textile
|   └── on-simplicity-in-technology.markdown
├── _includes
|   ├── footer.html
|   └── header.html
├── _layouts
|   ├── default.html
|   └── post.html
├── _posts
|   ├── 2007-10-29-why-every-programmer-should-play-nethack.textile
|   └── 2009-04-26-barcamp-boston-4-roundup.textile
├── _data
|   └── members.yml
├── _site
├── img
└── index.html

基本配置:

  • _config.yml 全局配置文件 //配置的主要地方
  • _posts 放置博客文章的文件夹
  • img 存放图片的文件夹

致谢

本博客仓库Fork自https://github.com/wsccoder/wsccoder.github.io,感谢这位同学。

博客系统是基于Jekyll开源的,部署GitHub上面。

网站搭建的原始代码版权归原作者所有。

About

Blog

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 42.7%
  • CSS 23.7%
  • Less 18.7%
  • JavaScript 14.9%