B | |
| build [Site] |
Build a site at the specified path.
|
| build [File_system] |
Build the specification at a given path.
|
| build [File] |
Instantiates the file specification in the given directory.
|
C | |
| class_ [Attribute] | |
| copy_directory [File_system] |
Specify that the given directory ought to be copied into the filesystem
of your site.
|
| create [Site] |
Create a site with the given filesystem.
|
| create [Attribute] | |
D | |
| directory [File_system] |
Declare a directory with the given name and children.
|
F | |
| file [File_system] |
Declare a file to be in the filesystem.
|
H | |
| hr [Html] |
Creates an
hr element.
|
| href [Attribute] | |
L | |
| link [Html] |
Creates a
link element, as used for css.
|
| literal [Html] |
For
s : string, literal s just considers the string s to be
a piece of HTML.
|
N | |
| node [Html] |
Create an HTML node with the given tag, attributes and children.
|
O | |
| of_html [File] |
Specify that there ought to be a file with the given name containing
the given HTML.
|
| of_path [File] |
Specify that there ought to be a copy of the file at the given path
with the given name.
|
S | |
| src [Attribute] | |
T | |
| text [Html] |
Creates an HTML text node.
|
| to_string [Attribute] | |
| to_string [Html] |
Convert the given HTML to a string.
|