I define with "chunks" some small pieces of html, that are substited to text documents only in some parts of resulting html. I would expand these possibility, and I will try to expand this feature. Chunks are in the /site/chunks directory. You can modify them, and your results will change. When they are used with some parameters, parameters are expanded like Python templates, and you should use names like $p1, $p2, etc etc: you must place parameters in your chunk file depending on what you have to obtain. If you do bad changes or want to reset all, you can simply delete one or all files that are in directory /site/chunks, and they will be automatically rebuilded.
Used for the part regarding one post (as an article) in index and archive posts directory. If you put a $summary part in this chunk, you can have the beginning of the article to be inserted in the list.
Description of author of the page
These are for to describe the behaviour of the buttons in the gallery pages.
The blocks used for textual lists or thumbnails in the main page of the single gallery.
Code block to show the list of directories
Block to show list of files
Code block for listing files with generic extension. This is used when $listgeneric() is inserted in a file.
Row of the links between pages in posts. It contains the home page of the blog, the previous and the next page in the timeline.
A small part of html and a script that will print the date passed from some functions in the current format of the browser.
How subitems in map are showed.
The text showed when we would have a standard note at the end of the document. It has not the need of parameters, due the note (created inscribing into a <n:textnote>) has always the same id to create anchor, and the link formes is always the same (two notes are not allowed by application, also if they can be done with other methods). It can be used to write different link names with different languages.
The template for permalink, inserted when using template ${permalink}.
Part used for short quotations (should be the tag <Q>)
The list of all tags, taken from file names in directory /site/tags.
How a page is displayed into the tags files, in directory /site/tags: please consider that default content has a new line at the end, due it will be processed as markup.
A block of html code used to make a link to a video
Link to embed a Youtube video.
Last update: 2023-08-05 21:07