Skip to content

Commit

Permalink
Update config.md
Browse files Browse the repository at this point in the history
  • Loading branch information
liangliangyy committed Oct 11, 2018
1 parent cbc7565 commit 440b583
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bin/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,13 @@ SERVER_EMAIL = os.environ.get('DJANGO_EMAIL_USER')
其中的*静态文件保存地址*是保存oauth用户登录的头像路径,填写绝对路径,默认是代码目录。
## 代码高亮
如果你发现你文章的代码没有高亮,请这样书写代码块:
```
```python
import os
def fun():
print("hello")
fun()
```
也就是说,需要在代码块开始位置加入这段代码对应的语言。
```
也就是说,需要在代码块开始位置加入这段代码对应的语言。

0 comments on commit 440b583

Please sign in to comment.