Skip to content

Commit 137f763

Browse files
committed
1 parent da29f53 commit 137f763

File tree

5 files changed

+30
-4
lines changed

5 files changed

+30
-4
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ to publish: bake.bat
88

99
to test: taste.bat
1010

11+
Requires JBake version 2.3 or above
12+
1113
Generally
1214
---------
1315

bake.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
@echo off
2-
%JBAKE_HOME%\jbake . ..\JavaMoney.github.io
2+
%JBAKE_HOME%\bin\jbake . ..\JavaMoney.github.io

content/blog/2015/pfd.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
title=Proposed Final Draft
2+
date=2015-03-26
3+
type=post
4+
tags=blog
5+
status=published
6+
~~~~~~
7+
8+
9+
<header>
10+
<h1>Proposed Final Draft</h1>
11+
</header>
12+
13+
<section id="downloads" class="clearfix"></section>
14+
15+
16+
<section id="main_content">
17+
<p>
18+
The JSR 354 <b>Proposed Final Draft</b> started on JCP.org. Check out the <a
19+
href="https://jcp.org/aboutJava/communityprocess/pfd/jsr354/index.html">PFD
20+
Download Page</a>
21+
</p>
22+
</section>
23+
24+

taste.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
@echo off
2-
%JBAKE_HOME%\jbake -s ..\JavaMoney.github.io
2+
%JBAKE_HOME%\bin\jbake -s ..\JavaMoney.github.io

templates/menu.ftl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<a class="brand" href="/">JavaMoney</a>
1111
<div class="nav-collapse collapse">
1212
<ul class="nav">
13-
<li><a href="/index.html">Home</a></li>
13+
<li><a href="blog.html">Blog</a></li>
1414
<li><a href="about.html">About</a></li>
1515
<li><a href="http://github.com/JavaMoney/">View on GitHub</a></li>
1616
<li><a href="${config.feed_file}">Subscribe</a></li>
@@ -32,7 +32,7 @@
3232
<li class="nav-header">Additional Info and Links</li>
3333
<li><a href="http://jcp.org/en/jsr/detail?id=354">JSR 354 Detail Page</a></li>
3434
<li><a href="http://javamoney.java.net">JSR 354 Project on Java.net</a></li>
35-
<li><a href="blog.html">Blog (Events &amp; History)</a></li></li>
35+
<!-- <li><a href="blog.html">Blog (Events &amp; History)</a></li></li> -->
3636
</ul>
3737
</li>
3838
</ul>

0 commit comments

Comments
 (0)