Skip to content

Commit

Permalink
more dream formatting again
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Chacon committed Feb 15, 2011
1 parent bb90273 commit faae4af
Showing 1 changed file with 23 additions and 20 deletions.
43 changes: 23 additions & 20 deletions the_dream.asciidoc
Expand Up @@ -98,26 +98,29 @@ Layout

The layout that the `git scribe init` produces looks like this:

* book/
|`--* book.asc
|`--* 01_first_chapter.asc
|`--* 02_second_chapter.asc
|`--* 99_backmatter.asc
|`--* image/
| `--* 01.01-example-image.png
| `--* 01.02-another-image.png
| `--* 02.01-an-image.png
|`--* include/
| `--* 02.01-code.c
* style/
|`--* style.css
* site/
|`--* layout.html
* test/
|`--* 01_test.rb
* LICENSE.txt
* README.asciidoc
* .gitscribe
[source]
----
* book/
|`--* book.asc
|`--* 01_first_chapter.asc
|`--* 02_second_chapter.asc
|`--* 99_backmatter.asc
|`--* image/
| `--* 01.01-example-image.png
| `--* 01.02-another-image.png
| `--* 02.01-an-image.png
|`--* include/
| `--* 02.01-code.c
* style/
|`--* style.css
* site/
|`--* layout.html
* test/
|`--* 01_test.rb
* LICENSE.txt
* README.asciidoc
* .gitscribe
----

Not all of those files would be generated (like the test files and the site files which are overrides for the site templates), but examples would and it would give a usable starting point for new authorship. This example would be a valid and somewhat complex layout.

0 comments on commit faae4af

Please sign in to comment.