Skip to content

Instantly share code, notes, and snippets.

@chchuj
chchuj / upload_atom_to_qiniu.py
Created November 26, 2017 12:55
自动上传覆盖某个固定的文件到七牛
# -*- coding: utf-8 -*-
import os
import sys
from qiniu import Auth, put_file, etag, urlsafe_base64_encode
import qiniu.config
access_key = ' ' # 个人中心->密匙管理->AK
secret_key = ' ' # 个人中心->密匙管理->SK
@chchuj
chchuj / comments.swig
Created November 26, 2017 02:10
同时加载 Disqus 和来必力双评论系统
<div id="disqus_thread">
<noscript>
Please enable JavaScript to view the
<a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a>
</noscript>
</div>
<div id="lv-container" data-id="city" data-uid="{{ theme.livere_uid }}"></div> ///livere行
</div>
@chchuj
chchuj / markdownhere.css
Created July 3, 2016 05:00 — forked from xiaolai/markdownhere.css
markdown-here-css
.markdown-here-wrapper {
font-size: 16px;
line-height: 1.8em;
letter-spacing: 0.1em;
}
pre, code {
font-size: 14px;
font-family: Roboto, 'Courier New', Consolas, Inconsolata, Courier, monospace;