We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create an own repository within your individual account.
Take this minimal code snippet and store it into a file called index.html.
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: