Website to create new iso images. You can try it out here at codersos.github.io/create.
Related Work:
This website uses Jekyll to build the page.
When you fork the repository, you can view the webpage under your username using github pages. Example:
Using Github pages might be slow and changes may not be propagated properly because of the browser cache. However, this might be a solution for you, if installing Jekyll in the following chapter does not work.
You can install Jekyll to see your changes. When the installation is done:
cd create
jekyll serve --trace
You can always ask in an issue if or before you get frustrated. This might include but is not limited to installing jekyll, coping with git, ... .
There are folders with _
in the beginning.
They will not be shown on the site.
They have special meaning to jekyll.
_data
is where we can list all commands and servers for this website.