Skip to content

Commit decb0a8

Browse files
committed
Remove dismissive language from intro to GitHub Pages
Closes #174.
1 parent ab08f88 commit decb0a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

episodes/05-github-pages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ exercises: 20
2121

2222
## GitHub Pages
2323

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

2929
### Why GitHub Pages is awesome!
3030

0 commit comments

Comments
 (0)