aboutsummaryrefslogtreecommitdiffstats
path: root/ops/README.md
diff options
context:
space:
mode:
authorAlexis Metaireau <alexis@notmyidea.org>2017-04-08 13:44:58 +0200
committerGitHub <noreply@github.com>2017-04-08 13:44:58 +0200
commit88f21b95e3a6dc91c6a344e90ec50afbedc5bdd7 (patch)
tree6e6c99fab6a0c45ba96bfb501f581b3a71e7917a /ops/README.md
parent5ebcbdac1f43f04a47eb121aa3b5a8ee4ae35da6 (diff)
parent3a009cc2c24552366b823c69e393029c14fe8758 (diff)
downloadpelican-themes-88f21b95e3a6dc91c6a344e90ec50afbedc5bdd7.tar.gz
Merge branch 'master' into bricabractheme
Diffstat (limited to 'ops/README.md')
-rw-r--r--ops/README.md43
1 files changed, 43 insertions, 0 deletions
diff --git a/ops/README.md b/ops/README.md
new file mode 100644
index 0000000..3e35cdc
--- /dev/null
+++ b/ops/README.md
@@ -0,0 +1,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)