summaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Collapse)AuthorAge
* Set last-modified time of generated files same as source fileBen Bridle2025-02-01
| | | | | | | | | | | | | When generating a file from a source file, the last-modified time of the generated file will be set to be the same as the last-modified time of the source file. This is so that when copying the generated website to a server with rsync, only modified files will be copied over, saving considerable time. This commit also updates vagabond to the latest version which includes a change where files are only copied if they have been modified or if they haven't yet been copied. This saves considerable time when generating the website, if the website contains large static files.
* Update version to 1.7.0v1.7.0Ben Bridle2025-01-19
|
* Update supported markdown syntaxBen Bridle2025-01-19
| | | | | Added math blocks, and changed link syntax, embedded file syntax, and bold line element syntax.
* Update version to 1.6.0v1.6.0Ben Bridle2025-01-18
|
* Count only level 1 and 2 headings when checking if page needs contentsBen Bridle2025-01-15
|
* Implement image galleriesBen Bridle2025-01-15
| | | | | | Each gallery image must be kept in the three directories images/large, images/small, and images/thumb. A gallery is a fragment with the language 'gallery' containing a list of image filenames, one per line.
* Update version to 1.5.0v1.5.0Ben Bridle2025-01-14
|
* Implement recipe parsingBen Bridle2025-01-14
|
* Update version to 1.4.0v1.4.0Ben Bridle2025-01-09
|
* Rewrite link handling and add navigation features to generated HTMLBen Bridle2025-01-09
|
* Update version to 1.3.0v1.3.0Ben Bridle2025-01-08
|
* More robust file traversal logicBen Bridle2025-01-08
| | | | | | | | | | | | | | File traversal can now cope with symbolic links. The original path to each file is preserved where before they were unintentionally canonicalized, so the source folder prefix can now be correctly stripped from the path of each source file. This commit also adds the !folder syntax from the original toaster. Directories with a !-prefix are copied without modification to the site root. A --delete option has been added to the program. When this option is set, the destination directory is first deleted if it already exists.
* Update to version 1.2.0v1.2.0Ben Bridle2025-01-07
|
* Update version to 1.1.0v1.1.0Ben Bridle2025-01-07
|
* A collection of fixesBen Bridle2025-01-07
| | | | | | Fixed a lot of issues around internal relative links and link validity checks. Added a math fragment syntax and the $$..$$ math form. Added heading link validity checks.
* Initial versionv1.0.0Ben Bridle2025-01-06