Update README.md

This commit is contained in:
sg
2025-06-05 11:18:05 +00:00
parent 99a6b9dbdf
commit 5c839c787b

View File

@@ -20,8 +20,8 @@ The resulting HTML files are rendered from the Markdown source files in the `con
The correct HTML may be included directly in the source file and will be rendered both in the preview card and in the HTML page. The correct HTML may be included directly in the source file and will be rendered both in the preview card and in the HTML page.
`frontmatter` header is recommended, specifying the following values: `frontmatter` header is recommended, specifying the following values:
- `title`: "Will be rendered in the preview card and in the HTM page" (String) - `title`: "Will be rendered in the preview card and in the HTM page" (String)
- `omit_second_title`: "Should the title be displayed immediately above the text in the HTML page (HTML page always also displays the title in the header) (Boolean, `True|False`) - `omit_second_title`: "Should the title be displayed immediately above the text in the HTML page (HTML page always also displays the title in the header) (Boolean, "True|False")
- `date`: Timestamp, like the date and time the text was created. (`2000-01-01T00:00:00+03:00"`) - `date`: Timestamp, like the date and time the text was created. ("2000-01-01T00:00:00+03:00")
## Configuration ## Configuration
Configuration is minimal and done via the self-explanatory `config.py` file. Configuration is minimal and done via the self-explanatory `config.py` file.