Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
pglevy committed Jun 18, 2022
1 parent bad89cd commit a8e52e3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
---
title: Home
---

# Plain Vanilla GitHub Pages

The purpose of this project is to make it as easy as possible for low-tech people like me to create and host basic web pages for free on [GitHub Pages](https://pages.github.com/).

## How it works

After creating your own copy of this template repository, add new pages as you need them using the Markdown (.md) format. See the [GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/) reference for examples of how to add different elements to your pages.

If you want to go beyond Markdown and add more interactive elements (like button links for navigation components), you can copy and paste code snippets from [GitHub Primer components](https://primer.style/css/components) to your pages.
Expand All @@ -15,4 +18,4 @@ If you want to go beyond Markdown and add more interactive elements (like button
<a href="https://youtu.be/jlkHEmgQhGU" class="btn-mktg btn-outline-mktg mt-3">Watch the tutorial on YouTube</a>
</div>

![Screenshot of "create a new repository" action](assets/img/create-repo.jpg)
![Screenshot of "create a new repository" action](assets/img/create-repo.jpg)

0 comments on commit a8e52e3

Please sign in to comment.