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:
- Github user name = "CodersOS"
- website = "CodersOS.github.io/create"
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:
- Open the command line
- Windows: type cmd into the start menu
- Ubuntu: Press control+alt+t
- Go to this repository with the cd command
cd create
- Serve the website
jekyll serve --trace
- Open http://localhost:4000
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.