Skip to content

Commit e4c48dc

Browse files
committed
updated latest banner, update words
1 parent 4b43c94 commit e4c48dc

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

_includes/latest_project.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<div class="latest">
22

3-
<h3>The latest Code52 project is <a href="http://code52.org/samurai.html">Samurai</a></h3>
3+
<h3>The latest Code52 project is <a href="http://code52.org/pretzel.html">Pretzel</a></h3>
44

5-
<div class="description">Samurai a turn-based combat game running on ASP.NET MVC and XNA, with plans to build clients for other platforms in the future. More details <a href="http://code52.org/samurai.html">here</a>.</div>
5+
<div class="description">Pretzel is a .NET based static site generator tool for quickly creating websites. Read more about it <a href="http://code52.org/pretzel.html">here</a>.</div>
66

77
<div class="details">
88

99
<ul>
10-
<li>Fork and contribute on <a href="https://github.com/Code52/Samurai">GitHub</a></li>
10+
<li>Fork and contribute on <a href="https://github.com/Code52/Pretzel">GitHub</a></li>
1111
<li>Follow the conversation on <a href="https://jabbr.net/">JabbR</a></li>
12-
<li>Track the progress on <a href="https://trello.com/board/samurai/4f1d3d847a38f6221f1d9354">Trello</a></li>
12+
<li>Track the progress on <a href="https://trello.com/board/pretzel/4f25ffb3dbbed1ab5a4f0f5a">Trello</a></li>
1313
</ul>
1414

1515
</div>

_posts/2012-01-31-pretzel.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@ To develop locally against Jekyll, you need to install ruby and configure your e
1919
We also want to explore implementing features on top of this Jekyll-like workflow:
2020

2121
* support different templating engines - Razor/Spark/???
22-
* support dynamic content alongside static content - for example using a custom commenting solution instead of Disqus.
22+
* support dynamic content alongside static content - for example using AppHarbor to generate content on-the-fly.
2323
* support for different inputs - could we generate documentation for code using this tool?
2424

25+
But before we head down that road, we want a simple tool to generate our websites.
26+
2527
## Why Pretzel?
2628

2729
We were discussing on JabbR what to name this tool, and someone described the process of generating a site as "baking". A few minutes later, we'd settled on the name "Pretzel" for the tool, rather than some derivative of Jekyll and Hyde.

0 commit comments

Comments
 (0)