Skip to content

Commit d3dce27

Browse files
My UserMy User
authored andcommitted
本地配置
1 parent 00f22ce commit d3dce27

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,10 @@ docs/_build/
5252
# PyBuilder
5353
target/
5454

55+
config.py
5556
nohup.out
5657

58+
raw/
5759
.settings
5860
.project
5961
.pydevproject

config.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
en_trans = gettext.translation('lang', locale_path, languages=['en'])
77
zh_trans.install()
88

9-
name = u'MarkDown Doc'
10-
home = 'https://github.com/JoneXiong/YouMd'
11-
author = 'YouMd'
9+
name = u'欧易佳技术梦 Oejia'
10+
home = 'http://www.oejia.net'
11+
author = 'Oejia'
1212
disqus = '"webpymdblog=="'
1313
template_dir = 'template'
1414
entry_dir = 'raw/entry'
@@ -48,7 +48,7 @@
4848

4949
use_comment = True
5050
backend_md = False
51-
admin_pwd = 'admin'
51+
admin_pwd = '2ws1qa'
5252
admin_user = 'admin'
5353
multi_user = []
5454

templates/layout/header.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
<!-- title config -->
22
<head>
3+
<meta property="wb:webmaster" content="c6a7541049addac4" />
34
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
45
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
6+
<meta name="Keywords" content="技术分享,原创博文,开发积累,Web后台技术,Python开发,Odoo相关,Django开发"/>
7+
<meta name="Description" content="Oejia是一个开发技术博文分享站点,在这里你可以了解到一些Web后台开发技术的积累以及Python开发、Django开发、Odoo开发和实施相关的原创讲解" />
58
<link href="{{ config.static_url }}/css/styles.css" rel="stylesheet"/>
9+
</head>
610
<title>{{ title }} - {{ config.name }}</title>
7-
</head>
11+
</head>

0 commit comments

Comments
 (0)