Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions episodes/05-github-pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ exercises: 20

## GitHub Pages

GitHub Pages is a simple service to publish a website directly on GitHub from a Git repository.
GitHub Pages is a service for publishing a website directly on GitHub from a Git repository.
You add some files and folders to a repository and GitHub Pages turns it into a website.
You can use HTML directly if you like, but they also provide Jekyll,
which renders Markdown into HTML and makes it really easy to setup a blog or a template-based website.
a tool that can build a blog or a template-based website from a set of Markdown files.

### Why GitHub Pages is awesome!

Expand Down