forked from peachdocs/peach.peach
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.ini
50 lines (37 loc) · 1.19 KB
/
app.ini
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
44
45
46
47
48
49
50
RUN_MODE = prod
HTTP_PORT = 5556
[site]
NAME = Shipyard中文版
DESC = Shipyard 中文版是一个开源的容器管理UI,支持多主机、在线动态部署的Docker UI管理系统。
USE_CDN = true
URL = http://dockerclub.net
[page]
USE_CUSTOM_TPL = true
[navbar]
-: home
-: documentation
-: github
[navbar.github]
LINK = https://github.com/dockerclubgroup/shipyard
[asset]
CUSTOM_CSS = /css/my.css
[docs]
TYPE = remote
TARGET = https://github.com/dockerclubgroup/shipyard.docs.git
SECRET = srt_9110
[i18n]
LANGS = zh-CN
NAMES = 简体中文
[extension]
ENABLE_EDIT_PAGE = true
EDIT_PAGE_LINK_FORMAT = https://github.com/dockerclubgroup/docs/blob/master/{lang}/{blob}
ENABLE_DISQUS = true
DISQUS_SHORT_NAME = dockerclub
GA_BLOCK = """<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-75110645-1', 'auto');
ga('send', 'pageview');
</script>"""