zl程序教程

您现在的位置是:首页 >  其他

当前栏目

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

博客 关于 主题 blog Theme Jekyll
2023-09-14 08:59:41 时间

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

Screenshots

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 Laus Blog # 博客名称

 description: 技术改变世界! # 博客描述

 title: Way Laus 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 posts 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


GithubPages + Hexo 打造免费个人静态网页博客 作为程序员为什么要写技术博客,一方面是为了养成做笔记做总结的习惯,一方面也能做些有用的知识分享,提高写作能力,其实有很多不错的博客平台都可以用,比如在掘金发布博客文章,但是如何在不需要域名空间和博客程序下,低成本的拥有属于自己的博客网站呢?
博客平台、Markdown编辑器与hexo admin简介 今天来介绍下一些博客平台,顺带也介绍几个笔者用过的Markdown编辑器,以及最近刚刚开始使用的博客后台管理的神器hexo-admin。
  hexo搭建好后,默认的主题叫 landscape。可是,如果你不想自己的博客就这么干巴巴的,那就去Hexo Themes里面挑一个喜欢的吧,然后换掉它。