-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
89 lines (82 loc) · 2.52 KB
/
_config.yml
File metadata and controls
89 lines (82 loc) · 2.52 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
# Site settings
title: xpush
email: xpush.io@gmail.com
description: "eXtensional PUSH : Real-time communication server"
baseurl: ""
url: "http://xpush.github.io"
github_username: xpush
# Build settings
markdown: kramdown
permalink: none
paginate: 3
paginate_path: "blog/page:num"
defaults:
-
scope:
path: ""
values:
lang: en
layout: default
-
scope:
path: ko
values:
lang: ko
-
scope:
path: ""
values:
lang: en
layout: default
-
scope:
path: _posts/ko
values:
lang: ko
collections :
en:
name : "en"
url : "/"
ko:
name : "ko"
url : "/ko"
nav:
en:
home:
title: "HOME"
url: "/"
about:
title: "ABOUT"
url: "/about"
documents:
title: "DOCUMENTS"
url: "/doc"
service:
title: "SERVICES"
url: "/service"
blog:
title: "BLOG"
url: "/blog"
ko:
home:
title: "HOME"
url: "/"
about:
title: "ABOUT"
url: "/about"
documents:
title: "DOCUMENTS"
url: "/doc"
service:
title: "SERVICES"
url: "/service"
blog:
title: "BLOG"
url: "/blog"
t:
en:
testmonial:
value: "You can develop a variety of services based on the <b>XPUSH</b> , such as messenger, online consultation system, real-time Dashboard, etc. The processing of large-scale network traffic to send and receive real-time data, such as the configuration of a distributed server, must meet a variety of requirements, <b>XPUSH</b> platform becomes its solution. Development team of <b>XPUSH</b> has developing the new service based on the <b>XPUSH</b> platform. If there is a project that has been developed with <b>XPUSH</b>, please let me know in the <b>XPUSH</b> development team."
ko:
testmonial:
value: "여러분은 <b>XPUSH</b> 를 기반으로 메신져, 온라인 상담 시스템, 실시간 Dashboard, 실시간 상황판 등 다양한 서비스를 개발할 수 있습니다. 실시간 데이터 송수신을 위해서는 대용량 네트워크 트래픽 처리, 분산 서버 구성 등 다양한 요건을 만족해야 하며, <b>XPUSH</b> 플랫폼이 그 해결책이 될 것입니다. <b>XPUSH</b> 개발팀은 <b>XPUSH</b> 플랫폼을 기반으로 계속해서 새로운 서비스를 개발하고 있습니다. 여러분이 <b>XPUSH</b> 기반으로 개발하신 프로젝트가 있으시다면, <b>XPUSH</b> 개발팀에 알려주시기 바랍니다."