GitHub Pages - Getting Started

Tags webspace

Introduction

Getting started with GitHub Pages 

Who should use GitHub Pages? 

GitHub pages more closely resemble the outgoing ‘webspace’, in that it’s an empty container for your code. You’ll need to write, or obtain, the code necessary to display your site information. Like webspace, though, if you already know some code (or already have some in your webspace), it’s easy to get started. 

Instructions

  1. Create a GitHub account: https://github.com/  

  1. Click ‘sign up’ in the top right corner. 

  1. We recommend using a personal email address, to keep your content available after you leave the university. 

  1. Initial instructions for setting up your pages site: https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-github-pages-site  


Additional Resources:

https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-github-pages-site  - the getting started page, linked above.

https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax - syntax help and examples for md (markdown) pages

https://dev.to/grahamthedev/take-your-github-readme-to-the-next-level-responsive-and-light-and-dark-modes--3kpc - advanced styling of your md pages

https://github.com/daattali/beautiful-jekyll?tab=readme-ov-file#build-your-website-in-3-steps  - want something a little fancier? Try Beautiful Jekyll. Getting Started guide.

https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll - Additional Beautiful Jekyll information