关于 jekyll 博客主题 jekyll-theme-blog

简介:

A theme for Jekyll to build a personal blog. Seehttps://github.com/waylau/jekyll-theme-blog

Screenshots

Demo

You can see the theme running on my blog.

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 #kramdown
highlighter: pygments
permalink: /:title/
paginate: 6
paginate_path: page/:num

blog:
    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              # 百度统计ID
author:
    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 MIT License


目录
相关文章
|
4月前
|
缓存 开发工具 git
如何修改github博客主题
如何修改github博客主题
|
4月前
|
搜索推荐
【卡夫卡的岛上书店】:一个利用 vuepress 的主题 vuepress-theme-reco 以及 vuepress-theme-vdoing 搭建自己的静态博客
【卡夫卡的岛上书店】:一个利用 vuepress 的主题 vuepress-theme-reco 以及 vuepress-theme-vdoing 搭建自己的静态博客
49 0
|
4月前
|
前端开发 Cloud Native 安全
简单使用 Hugo 博客
简单使用 Hugo 博客
|
5月前
|
前端开发 算法 JavaScript
hexo博客3:主题选择
hexo博客3:主题选择
80 0
|
8月前
|
缓存 JavaScript 开发工具
Hexo+stun主题+Gitee5分钟快速搭建你的个人Blog
Hexo+stun主题+Gitee5分钟快速搭建你的个人Blog
58 0
|
9月前
|
JavaScript 安全 Linux
Hugo博客教程(一)
Hugo博客教程(一)
239 0
|
前端开发 JavaScript 开发者
Typecho-handsome主题美化
本篇文章主要介绍一下handsome主题的美化教程
464 0
Typecho-handsome主题美化
Hexo、Jekyll、Sphinx、mkdocs、docsify等静态博文档汇总
Hexo、Jekyll、Sphinx、mkdocs、docsify等静态博文档汇总
176 0
Hexo、Jekyll、Sphinx、mkdocs、docsify等静态博文档汇总
|
自然语言处理 数据可视化
使用vuepress-theme-reco搭建自己的博客
你想搭建属于你自己的博客吗?你想将你的笔记可视化吗?快来学些Markdown笔记一键生成网页的方法吧!
350 1
使用vuepress-theme-reco搭建自己的博客
博客园next主题皮肤(cnblogs-theme-next-pro)
文章目录 cnblogs-theme-next-pro 案例 优化 源码 custom.css footer.html head.html
251 0
博客园next主题皮肤(cnblogs-theme-next-pro)