blob: 3e35cdc93ecd6169d5c723045ef2aff3a4246a30 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
# ops
a pelican theme
## demo page
1.[Christine Doig's blog](http://chdoig.github.io/) based on this blog theme
2.[Kosmgco](https://blog.ooops.me)
## Options
支持百度统计,多说评论,社会化分享,社交插件图片
```python
# pelicanconf.py
DUOSHUONAME = 'liyuan-t'
BAIDUID = 'Your Baidu ID'
# Social widget
SOCIAL = (('weibo', 'http://weibo.com/liyuantgg'),
('github', 'http://github.com/kosmgco'),
('mail', 'mailto:i@ooops.me'),
)
JIATHIS = True
```
在markdown中添加
```
comment: true
jiathis: true
```
## Screenshots
![index.jpg](http://statics.ooops.me/55085927fef1f3450c56b8b3fde0570d.jpg)
![blog.jpg](http://statics.ooops.me/b3b11867226d38b137a4cabed847a8a0.jpg)
![books.png](http://statics.ooops.me/3dc22d1e286a76e2cb4ad2a97884a1d6.png)
![content.jpg](http://statics.ooops.me/dc53385c65eec7d277ca9de525f0dfe9.jpg)
|