博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
关于 jekyll 博客主题 jekyll-theme-blog
阅读量:6801 次
发布时间:2019-06-26

本文共 1578 字,大约阅读时间需要 5 分钟。

A theme for Jekyll to build a personal blog. See

Screenshots

Demo

You can see the theme running on .

Usage

Installation

  • Start by cloning the github repo using git clone
  • You must have jekyll installed to run this, use gem install jekyll for installing it
  • Use jekyll serve to run the site live.

Configration

markdown: rdiscount #kramdownhighlighter: pygmentspermalink: /:title/paginate: 6paginate_path: page/:numblog:    name:  Way Lau's Blog                                 # 博客名称    description: 技术改变世界!                             # 博客描述    title: Way Lau's Personal Site | www.waylau.com       # 网页标题    url: http://www.waylau.com                            # 博客地址    duoshuo:  waylau                                      # 多说ID    tongji: 28cf5fa48a599e39c5cc760931de942f              # 百度统计IDauthor:    name: Way Lau                                         # 作者名称    email: waylau521@gmail.com                            # 邮箱地址    weibo: http://weibo.com/waylau521                     # 微博地址    github: https://github.com/waylau                     # GitHub地址    twitter: https://twitter.com/waylau521                #twitter 地址    logo:  /res/img/icon.png                              # logo地址

Creating Posts

For creating posts add this snippet in front of your post's markdown file:

---    layout: post    title:  "your title here"    tags: your tags here    class: post    ---

Add content below this and save the post in _posts directory (you will have to create it).

License

Feel free to fork and contribute to the project, just create a pull request.

Open sourced under 

转载地址:http://ncfwl.baihongyu.com/

你可能感兴趣的文章
8月上旬全球增长最快域名商:万网第7 西部数码第12
查看>>
我国.NET域名74.6万居全球第3:1月第三周增1749个
查看>>
我国.BIZ域名总量5.3万居全球第7:1月第三周增425个
查看>>
4月第二周中国域名增5.7万再居第二 香港减461个
查看>>
8月国外最佳主机提供商TOP5:排名依旧 iPage夺冠
查看>>
TypeError: datetime is not JSON serializable
查看>>
我的友情链接
查看>>
下一代大数据处理引擎,阿里云实时计算独享模式重磅发布
查看>>
RAM SSO功能重磅发布 —— 满足客户使用企业本地账号登录阿里云
查看>>
Pyscripter为什么总报错?UnicodeEncodeError: 'ascii' codec
查看>>
linux内核之系统启动(二)
查看>>
IBM MQ 7.5开发版安装配置
查看>>
走出IT管理员与IT工程师的误区
查看>>
How-To Install ELK Stack(Elasticsearch, Logstash, and Kibana ) Success Version
查看>>
CentOS Linux服务器安全设置
查看>>
MySQL 5.5.x 单机多实例配置实践
查看>>
网络规划设计师-2011年下半年成绩
查看>>
PHP学习笔记【11】--PHP数组
查看>>
Hibernate N+1/1+N问题
查看>>
Nginx的反向代理及负载均衡
查看>>