Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.MD - github.com/Y4er/hugo-theme-easybook.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8b37822ad4bf8d68d3f3cede2ccfe87aa266f559 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# EasyBook
EasyBook是一个移植自[jekyll-theme-EasyBook](https://github.com/laobubu/jekyll-theme-EasyBook)的一个hugo主题。
# 使用
```
hugo new site myblog
cd myblog
git clone https://github.com/Y4er/hugo-theme-easybook themes/easybook
cp themes/easybook/exampleSite/config.toml config.toml
hugo new post\helloworld.md
hugo server
```
# 功能
- 最近文章
- 懒加载
- 灯箱
- 百度谷歌统计
- TOC
- utteranc评论
- 代码高亮

# LICENSE
[The MIT License (MIT)](https://github.com/Y4er/hugo-theme-easybook/blob/master/LICENSE)