Skip to content

Block 3, Task 3: Explore GitHub Pages #11

@mbannert

Description

@mbannert
  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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions