Changelog
Source:NEWS.md
muiPersonalWebsite 0.1.0
Initial release.
Changes made in the pre-release review:
- Content and page dates must be
YYYY-MM-DD. A bare year such asdate: 2023used to render as a day in 1975; it is now an error naming the file and the item. -
{base}in a markdown page or anav_linkshref expands to the site’s base path, so a link to the site’s own root works on a GitHub Pages project site. Both 404 pages use it. - Stricter configuration checks: a section
idmust be usable as an anchor, everynav_linksentry needs atext, a showcase item needs aslugor atitle, and a head value written as a YAML list is refused. - The shipped demo site no longer carries an analytics id; it is added at publish time.
- The demo site’s content (writing, images, logos) is marked as not MIT-licensed, in
content/LICENSE-CONTENT.mdand in the messagemui_create_site(starter = "demo")prints.