diff --git a/index.html b/index.html index 26a9b1f..1bfec22 100644 --- a/index.html +++ b/index.html @@ -276,10 +276,6 @@ return site -p <port> Set the server port. - - -static - Render and save all pages. (this feature is yet to be implemented) - -version Print the version. @@ -305,7 +301,7 @@ return site Generate a site object - :custom() + :g() Add a custom string to the site body @@ -323,30 +319,6 @@ return site - - std.fes_version() - Get the current version of fes. - - - std.site_version() - Get the current version of the site, defined in Fes.toml. - - - std.site_name() - Get the current name of the site, defined in Fes.toml. - - - std.site_title() - Get the current name of the site, defined in Fes.toml. - - - std.site_authors() - Get a table of the authors of the site, defined in Fes.toml. - - - std.join - Get a table of the authors of the site, defined in Fes.toml. - std.a(link: string, str: string) Returns an anchor tag. @@ -448,7 +420,7 @@ return site Returns a div of class class with content of content. - std.spa(content: string, class: string) + std.span(content: string, class: string) Returns a span of class class with content of content. @@ -486,15 +458,179 @@ return site - symbol.copyright - © + symbol.legal.copyright + © - Registered Trademark - ® + symbol.legal.registered_trademark + ® - Trademark - ™ + symbol.legal.trademark + ™ + + + symbol.currency.euro + € + + + symbol.currency.pound + £ + + + symbol.currency.yen + ¥ + + + symbol.currency.cent + ¢ + + + symbol.currency.dollar + $ + + + symbol.currency.plus_minus + ± + + + symbol.currency.multiply + × + + + symbol.currency.divide + ÷ + + + symbol.currency.not_equal + ≠ + + + symbol.currency.less_equal + ≤ + + + symbol.currency.greater_equal + ≥ + + + symbol.currency.infinity + ∞ + + + symbol.currency.approx + ≈ + + + symbol.arrows.left + ← + + + symbol.arrows.right + → + + + symbol.arrows.up + ↑ + + + symbol.arrows.down + ↓ + + + symbol.arrows.left_right + ↔ + + + symbol.punctuation.left_double_quote + “ + + + symbol.punctuation.right_double_quote + ” + + + symbol.punctuation.left_single_quote + ‘ + + + symbol.punctuation.right_single_quote + ’ + + + symbol.punctuation.ellipsis + … + + + symbol.punctuation.em_dash + — + + + symbol.punctuation.en_dash + – + + + symbol.whitespace.non_breaking +   + + + symbol.whitespace.thin +   + + + symbol.symbols.degree + ° + + + symbol.symbols.micro + µ + + + symbol.symbols.section + § + + + symbol.symbols.paragraph + ¶ + + + symbol.symbols.check + ✓ + + + symbol.symbols.cross + ✗ + + + symbol.symbols.bullet + • + + + symbol.symbols.middle_dot + · + + + symbol.symbols.broken_bar + ¦ + + + symbol.html.less_than + < + + + symbol.html.greater_than + > + + + symbol.html.ampersand + & + + + symbol.html.double_quote + " + + + symbol.html.single_quote + ' @@ -553,28 +689,6 @@ return site -

Site

- - - - - - - - - - - - - - - - - - - - -
NameDescription
site.versionThe version of the website found in the Fes.toml
site.nameThe name of the website found in the Fes.toml
site.authorsA table of all authors defined in Fes.toml

App

Fes's app module is a special table because it contains user defined functions. These @@ -627,7 +741,7 @@ return hello This can be called from another with,