Skip to content

Commit

Permalink
chore: Breaking change - html-folder moved into .sitegen
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMitterer committed May 26, 2015
1 parent f919fa9 commit 935b607
Show file tree
Hide file tree
Showing 20 changed files with 11 additions and 8 deletions.
7 changes: 5 additions & 2 deletions README.md
@@ -1,6 +1,9 @@
# SiteGen
Now with partials-support. A static site generator in [Dart][dart], webserver included.
You can write your pages in HTML or [Markdown][markdown]. For Templates [Mustache][mustache] is supported.
Now with extra assets-folder and partials-support. A static site generator in [Dart][dart], webserver included.
You can write your pages in HTML or [Markdown][markdown]. For Templates [Mustache][mustache] is supported.

### Breaking change in v1.0.0
html-Folder moved into .sitegen!!!!!

A webserver for a quick review is included. On Mac you also get automatic page refresh. On other
platforms you could try [LivePage][livepage] chrome extension for maximum productivity.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion example/simple/web/about/index.html
Expand Up @@ -37,7 +37,7 @@ <h2>Headline II</h2>
<span>Last modified: 30.03.2015</span>
<!-- Values set in 'site.yaml' can be accessed as properties in the '_site' variable -->
by <span>Mike Mitterer</span>
Template: /Volumes/Daten/DevLocal/DevDart/SiteGen/example/simple/html/_templates/default.html
Template: /Volumes/Daten/DevLocal/DevDart/SiteGen/example/simple/.sitegen/html/_templates/default.html
</footer>
<script type="application/dart" src="..//main.dart"></script>
<script src="packages/browser/dart.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion example/simple/web/families.html
Expand Up @@ -43,7 +43,7 @@ <h2>Families</h2>
<span>Last modified: 14.04.2015</span>
<!-- Values set in 'site.yaml' can be accessed as properties in the '_site' variable -->
by <span>Mike Mitterer</span>
Template: /Volumes/Daten/DevLocal/DevDart/SiteGen/example/simple/html/_templates/default.html
Template: /Volumes/Daten/DevLocal/DevDart/SiteGen/example/simple/.sitegen/html/_templates/default.html
</footer>
<script type="application/dart" src="/main.dart"></script>
<script src="packages/browser/dart.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion example/simple/web/index.html
Expand Up @@ -46,7 +46,7 @@ <h2>This is my house</h2>
<span>Last modified: 20.04.2015</span>
<!-- Values set in 'site.yaml' can be accessed as properties in the '_site' variable -->
by <span>Mike Mitterer</span>
Template: /Volumes/Daten/DevLocal/DevDart/SiteGen/example/simple/html/_templates/default.html
Template: /Volumes/Daten/DevLocal/DevDart/SiteGen/example/simple/.sitegen/html/_templates/default.html
</footer>
<script type="application/dart" src="/main.dart"></script>
<script src="packages/browser/dart.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion example/simple/web/markdown.html
Expand Up @@ -66,7 +66,7 @@ <h3>Subheadline</h3>
<span>Last modified: 3/30/2015</span>
<!-- Values set in 'site.yaml' can be accessed as properties in the '_site' variable -->
by <span>Mike Mitterer</span>
Template: /Volumes/Daten/DevLocal/DevDart/SiteGen/example/simple/html/_templates/default.html
Template: /Volumes/Daten/DevLocal/DevDart/SiteGen/example/simple/.sitegen/html/_templates/default.html
</footer>
<script type="application/dart" src="/main.dart"></script>
<script src="packages/browser/dart.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion example/simple/web/xmen.html
Expand Up @@ -37,7 +37,7 @@ <h2>X-Men</h2>
<span>Last modified: 14.04.2015</span>
<!-- Values set in 'site.yaml' can be accessed as properties in the '_site' variable -->
by <span>Mike Mitterer</span>
Template: /Volumes/Daten/DevLocal/DevDart/SiteGen/example/simple/html/_templates/default.html
Template: /Volumes/Daten/DevLocal/DevDart/SiteGen/example/simple/.sitegen/html/_templates/default.html
</footer>
<script type="application/dart" src="/main.dart"></script>
<script src="packages/browser/dart.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion example/simple/web/xtreme.html
Expand Up @@ -29,7 +29,7 @@ <h2>xtreme</h2>
<span>Last modified: 30.03.2015</span>
<!-- Values set in 'site.yaml' can be accessed as properties in the '_site' variable -->
by <span>Mike Mitterer</span>
Template: /Volumes/Daten/DevLocal/DevDart/SiteGen/example/simple/html/_templates/default.html
Template: /Volumes/Daten/DevLocal/DevDart/SiteGen/example/simple/.sitegen/html/_templates/default.html
</footer>
<script type="application/dart" src="/main.dart"></script>
<script src="packages/browser/dart.js"></script>
Expand Down

0 comments on commit 935b607

Please sign in to comment.