Skip to content

ccslience/ccslience.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

一个简洁的、多设备支持的 Jekyll 博客模板,用于搭建我的独立博客。主题基于 maupassant-jekyll 重新修改和优化, 同时很大程度上参考了oukohou博客主题,感谢。 模板预览:

template preview

主题安装

安装 Jekyll 本地环境,以便于调试:

gem install jekyll
jekyll new my-awesome-site
cd my-awesome-site
bundle install
bundle exec jekyll serve
# => 打开浏览器 http://localhost:4000

下载原作者主题安装调试:

git clone https://github.com/alafighting/maupassant-jekyll.git maupassant
cd maupassant
# 当然你也可以选择clone我的这个更改后的博客主题,只需改一下地址即可:
# git clone https://github.com/oukohou/oukohou.github.io oukohou
# cd oukohou
gem install jekyll-paginate
jekyll build
jekyll server

A note:

Note that several html,txt files in root dir:

  • 60e2c4178f1d12527f7e5b00a80d0f2f.txt
  • baidu_verify_mDTcGWbBLX.html
  • google23b03f783980f31a.html
  • sogousiteverification.txt
    These files are for verifications of 360, google, baidu and sougou. Such that these search engine will index my blog site.
    These files vary from one to one. Remember to change accordingly for your own site.
    See oukohou's this blog for details.

Any star, fork or donation is highly appreciated!!!

ccslience 2018-10-25