--- title: "Admin Log - 2024-09-16" --- D id some site wide experimentation. Learning about the different loading functions. Wanting to reduce the amount of times the whole sites need rebuilding So far best option is a dirty reload of mkdocs. `--dirty` Combined with a up-down rebuild daily should do the trick for now. Leaving the site up under the standard system for now; want things to be simple until they no longer work. Further updates to explore: - One click command to put up the repo. - Full rebuild with all the mkdcos-publisher features - Templates for meta-data for folks to use Added new features to the site ``` features: - navigation.instant - navigation.instant.prefetch - navigation.path - navigation.top ```