diff --git a/_config.yml b/_config.yml index 5f0e47e..307e56c 100644 --- a/_config.yml +++ b/_config.yml @@ -11,3 +11,10 @@ snow: 0 plugins: - jekyll-redirect-from + +collections: + platforms: + output: true + +download_mirror: https://alpha.de.repo.voidlinux.org/live/current +download_build_date: 2019-11-09 diff --git a/_includes/download_arm.html b/_includes/download_arm.html new file mode 100644 index 0000000..2ce764e --- /dev/null +++ b/_includes/download_arm.html @@ -0,0 +1,30 @@ +
+
+

{{ page.name }}

+ {{ include.content | markdownify }} +
+
+ {% for device in page.devices %} +
+

{{ device }}

+ {{ site.download_build_date }} +
+ + {% endfor %} +
+
diff --git a/_includes/download_details_pc.md b/_includes/download_details_pc.md new file mode 100644 index 0000000..f64d8f5 --- /dev/null +++ b/_includes/download_details_pc.md @@ -0,0 +1,5 @@ +Installable live images support a local installation (with the included packages) or a network installation (packages are downloaded from official repository). + +You can log into these images as `anon` or `root`, and the password is `voidlinux`. + +To start the installer, execute the `void-installer` utility with appropriate permissions (i.e., `sudo void-installer`). diff --git a/_includes/download_pc.html b/_includes/download_pc.html new file mode 100644 index 0000000..79f1bce --- /dev/null +++ b/_includes/download_pc.html @@ -0,0 +1,75 @@ +
+
+

{{ page.name }}

+ {{ include.content | markdownify }} + +
+
+
+

base

+ {{ site.download_build_date }} +
+ + + {% for flavor in page.flavors %} +
+

{{ flavor | downcase }}

+ {{ site.download_build_date }} +
+ + {% endfor %} +
+
diff --git a/_includes/download_sbc.html b/_includes/download_sbc.html new file mode 100644 index 0000000..da6d521 --- /dev/null +++ b/_includes/download_sbc.html @@ -0,0 +1,49 @@ +
+
+

{{ page.name }}

+ {{ include.content | markdownify }} +
+
+ {% for device in page.devices %} +
+

+ {{ device.name }} + {% if device.arch %} + ({{ device.arch }}) + {% endif %} +

+ {{ site.download_build_date }} +
+ + {% endfor %} +
+
diff --git a/_layouts/default.html b/_layouts/default.html index 4feba06..31f5adc 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -15,6 +15,7 @@ +