Skip to content
New issue

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

Block 3, Task 3: Explore GitHub Pages #11

Open
mbannert opened this issue Nov 20, 2020 · 0 comments
Open

Block 3, Task 3: Explore GitHub Pages #11

mbannert opened this issue Nov 20, 2020 · 0 comments

Comments

@mbannert
Copy link
Contributor

mbannert commented Nov 20, 2020

  1. Create an own repository within your individual account.

  2. 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>

  1. push that file into a folder docs/ inside your freshly created repository.

  2. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant