Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5c3516a

Browse files
committed
Added prod and stage.yaml preparing for deployment
1 parent 6046e15 commit 5c3516a

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

layout/root.j2

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,6 @@
6161
>jQuery Tools</a>
6262
</li>
6363
<li class="spacer right"></li>
64-
<li id="login_link" class="linkOnly">
65-
<a href="/account">Login</a>
66-
</li>
67-
<li id="logout_link" class="linkOnly">
68-
<a href="/logout.html">Logout</a>
69-
</li>
7064
</ul>
7165
<form id="top-search" action="/search.html">
7266
<input type="text" placeholder="Search site" name="q" />
@@ -88,7 +82,7 @@
8882
<a href="/documentation">Documentation</a>
8983
</li>
9084
<li {% if resource.node.module.name == 'forum' %}class="active"{% endif %}>
91-
<a href="/forum">Forums</a>
85+
<a href="/forum/tools">Forums</a>
9286
</li>
9387
<li id="download" {% if resource.node.module.name == 'download' %}class="active"{% endif %}>
9488
<a href="/download">Download</a>

prod.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
extends: site.yaml
2+
mode: production
3+
base_url: /
4+
site_root: jquerytools.org
5+
site_url: http://jquerytools.org
6+
fpsite: http://flowplayer.org/

stage.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
extends: site.yaml
2+
mode: production
3+
base_url: /
4+
site_root: stage.jquerytools.org
5+
site_url: http://stage.jquerytools.org
6+
fpsite: http://stage.flowplayer.org/

0 commit comments

Comments
 (0)