Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update version to 1.5.0v1.5.0 | Ben Bridle | 2025-01-14 |
| | |||
* | Implement recipe parsing | Ben Bridle | 2025-01-14 |
| | |||
* | Update version to 1.4.0v1.4.0 | Ben Bridle | 2025-01-09 |
| | |||
* | Rewrite link handling and add navigation features to generated HTML | Ben Bridle | 2025-01-09 |
| | |||
* | Update version to 1.3.0v1.3.0 | Ben Bridle | 2025-01-08 |
| | |||
* | More robust file traversal logic | Ben Bridle | 2025-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.0 | Ben Bridle | 2025-01-07 |
| | |||
* | Update version to 1.1.0v1.1.0 | Ben Bridle | 2025-01-07 |
| | |||
* | A collection of fixes | Ben Bridle | 2025-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.0 | Ben Bridle | 2025-01-06 |