@@ -27,6 +27,11 @@ $ 20ful
2727
2828You can also check the [ example project] ( https://github.com/punund/20ful-example ) .
2929
30+ ## What it does
31+
32+ The generator takes in your input files, possibly applies conversions, and
33+ writes them out, optionally starting a static web server for development.
34+
3035## Running and command line options
3136
3237` 20ful build `
@@ -46,13 +51,7 @@ would like to watch for changes of the front end files.
4651
4752#### --port
4853
49- Port to listen on in ` server ` or ` proxy ` mode. Default is 3000.
50-
51-
52- ## What it does
53-
54- The generator takes in your input files, possibly applies conversions, and
55- writes them out.
54+ Port to listen on in ` serve ` or ` proxy ` mode. The default is 3000.
5655
5756## Directory structure
5857
@@ -82,9 +81,9 @@ The generator natively supports the following conversions:
8281* for JavaScript: LiveScript (` .ls ` )
8382
8483File type is determined by its suffix. All other files are copied as is to
85- their destinations, including plain HTML, CSS, and JavasScript .
84+ their destinations, including plain HTML, CSS, JavaScript, binary files, etc .
8685
87- Any file can have YAML-formatted, ` --- ` delimited front matter (FM), which is
86+ Any file can have YAML-formatted, " ` --- ` " delimited front matter (FM), which is
8887stripped after processing. Some behavior is defined by the front matter data.
8988
9089## Front matter attributes
@@ -112,7 +111,7 @@ Set of `<script>` attributes referring to JS files, if cache busting is enabled.
112111
113112All special variables contain HTML and therefore must be passed in unsafe mode.
114113Default template ` system ` is always present, and just renders the body, so you
115- may want to name your first template "system".
114+ may want to name your first template "system" to override it .
116115
117116### layout: _ string_
118117
0 commit comments