-
Create an own repository within your individual account.
-
Take this minimal code snippet and store it into a file called index.html.
<html>
<head>
<title>Minimal</title>
</head>
<body>
YAY, I published a website on GitHub pages!!
</body>
</html>
-
push that file into a folder docs/ inside your freshly created repository.
-
activate github pages in the settings of your repo to run in main / docs mode.
IMPORTANT NOTE: add an empty file named, .nojekyll to the docs/ folder. This will disable the github actions render engine that converts .md to HTML.
Create an own repository within your individual account.
Take this minimal code snippet and store it into a file called
index.html.push that file into a folder docs/ inside your freshly created repository.
activate github pages in the settings of your repo to run in main / docs mode.
IMPORTANT NOTE: add an empty file named, .nojekyll to the docs/ folder. This will disable the github actions render engine that converts .md to HTML.