We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab08f88 + decb0a8 commit dbb4605Copy full SHA for dbb4605
episodes/05-github-pages.md
@@ -21,10 +21,10 @@ exercises: 20
21
22
## GitHub Pages
23
24
-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.
25
You add some files and folders to a repository and GitHub Pages turns it into a website.
26
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.
+a tool that can build a blog or a template-based website from a set of Markdown files.
28
29
### Why GitHub Pages is awesome!
30
0 commit comments