diff --git a/website/README.md b/website/README.md new file mode 100644 index 000000000000..ac0dec802910 --- /dev/null +++ b/website/README.md @@ -0,0 +1,12 @@ +# The source of the Lima website (https://lima-vm.io) + +This directory is the [Netlify base directory](https://docs.netlify.com/configure-builds/overview/) of [https://lima-vm.io](https://lima-vm.io/) . + +The actual contents are generated from the markdown files on the browser side: +- [`../README.md`](../README.md) +- [`../docs/*.md`](../docs/) +- [`../examples/README.md`](../examples/README.md) + +The site is previewable and deployable with just the single [`index.html`](./index.html). + +No dependency on any templating engine currently, but eventually we may adopt docsy or something else similar. diff --git a/website/index.html b/website/index.html new file mode 100644 index 000000000000..3099a29790d5 --- /dev/null +++ b/website/index.html @@ -0,0 +1,275 @@ + + + + + + + Lima: Linux virtual machines + + + + + +
+

Lima: Linux virtual machines

+
+ + + +
+
+

+ [GitHub] + [Slack + (#lima)] +

+ + +
+
+
+
+ +
+
+
+

Lima: Linux virtual machines, made for running containerd on Mac

+

Lima launches Linux virtual machines with automatic file sharing and port forwarding (similar to + WSL2), and containerd.

+

Lima can be considered as a some sort of unofficial "containerd for Mac".

+

Lima is expected to be used on macOS hosts, but can be used on Linux hosts as well.

+

+
+

+ If the content is not shown, visit: https://github.com/lima-vm/lima +

+
+
+
+ + + + + + + + + + \ No newline at end of file