Intro to GitHub Pages
GitHub Pages is a service that hosts static websites directly from a GitHub repository. You can use it to host project pages, personal blogs, and documentation.
Key points:
- Create a repository (or use a docs/ folder) and push HTML/Jekyll files.
- Configure Pages in repository Settings → Pages → choose branch and folder.
- Use Jekyll to write posts in Markdown and templates in Liquid.
This post is an example to show how posts appear on the site.