LEFT TEXT
Configured Site (2024-12-03 12:00 AM -0700)…
– Gary B. Genett
. Main
Words: 416 / Minutes: 2
This is a header include from the .composer.yml
file.
#WORK
<!-- composer >> metainfo -->
Configured Site (2024-12-03 12:00 AM -0700)…
– Gary B. Genett
. Main
site-config | defaults | values |
---|---|---|
navbars.brand | null |
null |
navbars.homepage | null |
null |
navbars.search.name | null |
null |
navbars.search.site | null |
null |
navbars.search.call | null |
null |
navbars.search.form | null |
null |
navbars.copyright | null |
null |
navbars.composer | 1 |
1 |
pages.css_overlay | dark |
null |
pages.copy_protect | null |
1 |
pages.header | [ "null" ] |
[ "../config/_header.md.cms" ] |
pages.footer | [ "null" ] |
[ "../config/_footer.md.cms" ] |
cols.break | lg |
md |
cols.scroll | 1 |
null |
cols.order | [ 1, 2, 3 ] |
[ 1, 3, 2 ] |
cols.reorder | [ 1, 3, 2 ] |
[ 2, 3, 1 ] |
cols.size | [ 3, 7, 2 ] |
[ 12, 9, 3 ] |
cols.resize | [ 6, 12, 6 ] |
[ 12, 12, 0 ] |
dates.parse | (see dates.parse and .composer.yml ) |
(see dates.parse and .composer.yml ) |
dates.display | 2006-01-02 |
2006-01-02 03:04 PM MST |
dates.library | 2006 |
2006-01 |
dates.timezone | -08:00 |
-07:00 |
(For this test site, the navbars.brand, navbars.homepage, navbars.search.name, and navbars.copyright options have all been configured.)
site-helpers | defaults | values |
---|---|---|
metainfo.display | <date> :: <title><|> -- <author|; > |
<title> *(<date>)*<|><br>*-- <author| -- >*<br>*. <tags| . >* |
metainfo.empty | *(no metadata)* |
*(none)* |
metalist.title.title | Title: <name> |
Article: <name> |
metalist.title.display | Title: <|>, <|> |
<ul><li><|></li><li><|></li></ul> |
metalist.title.empty | *(no title)* |
*(none)* |
metalist.date.title | Year: <name> |
Date: <name> |
metalist.date.display | Date: <|>, <|> |
<ul><li><|></li><li><|></li></ul> |
metalist.date.empty | *(no date)* |
*(none)* |
metalist.author.title | Author: <name> |
Creator: <name> |
metalist.author.display | Authors: <|>, <|> |
<ul><li><|></li><li><|></li></ul> |
metalist.author.empty | *(no author)* |
*(none)* |
metalist.tags.title | Tag: <name> |
Mark: <name> |
metalist.tags.display | Tags: <|>, <|> |
<ul><li><|></li><li><|></li></ul> |
metalist.tags.empty | *(no tags)* |
*(none)* |
readtime.display | *Reading time: <word> words, <time> minutes* |
*Words: <word> / Minutes: <time>* |
readtime.wpm | 220 |
200 |
redirect.title | Moved To: <link> |
Redirecting: <link> |
redirect.display | **This link has been permanently moved to: <link>** |
**Redirecting: <link>** |
redirect.exclude | [ "null" ] |
[ "redirect.*" ] |
redirect.time | 5 |
0 |
(For this test site, metalist.tags.title has been added. In this config
sub-directory, the redirect.exclude option is not changed from default, in order to demonstrate the effects of the other redirect.*
options.)
site-library | defaults | values |
---|---|---|
folder.name | null |
_library-config |
folder.auto_update | null |
1 |
pages.anchor_links | 1 |
1 |
pages.append | [ "null" ] |
[ "../config/_append.md.cms" ] |
digest.title | Latest Updates |
Digest |
digest.continue | *[...]* |
*(continued)*<br> |
digest.permalink | *(link to full page)* |
null |
digest.chars | 1024 |
2048 |
digest.count | 10 |
20 |
digest.expanded | 0 |
null |
digest.spacer | 1 |
null |
lists.expanded | 0 |
null |
lists.spacer | 1 |
null |
sitemap.title | Site Map |
Directory |
sitemap.exclude | [ "null" ] |
[ "redirect.*" ] |
sitemap.expanded | 0 |
null |
sitemap.spacer | 1 |
null |
(For this test site, the default library folder.name has been enabled as _library
. In this config
sub-directory, the pages.anchor_links option is not changed from default, in order to demonstrate how it produces different results for a library that is not in COMPOSER_ROOT.)
This is a footer include from the .composer.yml
file.