From decb0a88bbbd85d4963641dd2a35bd58a345c131 Mon Sep 17 00:00:00 2001 From: Alex Ball Date: Mon, 14 Jul 2025 10:27:40 +0100 Subject: [PATCH] Remove dismissive language from intro to GitHub Pages Closes #174. --- episodes/05-github-pages.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/episodes/05-github-pages.md b/episodes/05-github-pages.md index 9d5f50ef..7bddf9ae 100644 --- a/episodes/05-github-pages.md +++ b/episodes/05-github-pages.md @@ -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!