diff --git a/content/criu-experiments/index.md b/content/criu-experiments/index.md new file mode 100644 index 0000000..d007ee6 --- /dev/null +++ b/content/criu-experiments/index.md @@ -0,0 +1,13 @@ ++++ +title = "CRIU Experiments" +date = 2026-03-31 +description = "Experimenting with CRIU" +draft = true + +[taxonomies] +categories = ["Homelab"] +tags = ["Homelab", "CRIU", "Container"] ++++ + +## References +- [CRIU Homepage](https://criu.org/Main_Page) diff --git a/zola.toml b/zola.toml index 48c5d9f..973fdcb 100644 --- a/zola.toml +++ b/zola.toml @@ -22,6 +22,7 @@ generate_feeds = true index_format = "elasticlunr_json" [markdown] +external_links_target_blank = true [markdown.highlighting] theme = "catppuccin-mocha"