We more than welcome contributions in the form of blog posts, pages and/or labs, reach out if you happen to have an idea or find an issue with our content! Here's our guideline for content.
You can run a local container with the Metal3.io website using Docker or Podman.
cd metal3-io.github.io
# For Podman:
make serve
# alternatively, if you want to use Docker:
CONTAINER_RUNTIME=docker make serve
Visit http://0.0.0.0:4000 in your local browser. The Metal3.io website is a Jekyll site, hosted with GitHub Pages.
All pages are located under /pages
. Each section of the site is broken
out into their respective folders - /blogs
for the various Blog pages,
/docs
for the Documentation and /videos
for the videos that are
shared.
All site images are located under /assets/images
. Please do not edit these images.
Images that relate to blog entries are located under
/assets/images/BLOG_POST_TITLE
. The BLOG_POST_TITLE should match
the name of the markdown file that you added under /_posts
.