Skip to content

Instantly share code, notes, and snippets.

@suellenstringer-hye
Created May 5, 2017 16:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save suellenstringer-hye/df87522e1294815efa3d3f7c8c3c8429 to your computer and use it in GitHub Desktop.
Save suellenstringer-hye/df87522e1294815efa3d3f7c8c3c8429 to your computer and use it in GitHub Desktop.
Github pages
## How to Build a Free Website using GitHub Pages
Friday, Feb 3
*Suellen Stringer-Hye*
### Workshop Description
Did you know it’s possible to host a website freely using your GitHub repository? We’ll show you how to use GitHub Pages to create a static HTML website with all the benefits of version control. We’ll also take a look at Jekyll, a tool for generating websites from Markdown. Jekyll is now built in to Github making it much easier to use Jekyll themes. By the end, you’ll be ready to roll your own website for coursework or scholarly projects.
### Agenda
* Git, GitHub, and GitHub Pages: An Overview
* Building Your Personal Website (Hands On)
* What is Jekyll?
* Using Jeckll themes from within Github
* Wrap up and Evaluation
### Useful Links
* Github pages templates: [http://tilomitra.github.io/prettypages/](http://tilomitra.github.io/prettypages/)
* Fork and Go: [http://jlord.us/forkngo/](http://jlord.us/forkngo/)
#### Official Documentation
* Git: [http://git-scm.com/](http://git-scm.com/)
* GitHub: [http://github.com](http://github.com)
* GitHub Pages: [https://pages.github.com/](https://pages.github.com/)
* Jekyll: [http://jekyllrb.com/](http://jekyllrb.com/)
* Markdown: [http://daringfireball.net/projects/markdown/](http://daringfireball.net/projects/markdown/)
#### Tutorials
* [Using Jekyll with Pages (from Github Help)](https://help.github.com/articles/using-jekyll-with-pages/)
* [Creating and Hosting a Personal Site on GitHub](http://jmcglone.com/guides/github-pages/)
* [Get Started With GitHub Pages (Plus Bonus Jekyll)](http://24ways.org/2013/get-started-with-github-pages/)
#### Examples sites using Github Pages and Jekyll
* [Ramona's site ](http://ramona2020.github.io/) [[code](https://github.com/ramona2020/ramona2020.github.io)]
* [Jodie's site, a barebones online portfolio](http://jodiegambill.com) [[code](https://github.com/jgambill/jgambill.github.io)]
* [Short list of sites using Jekyll](http://jekyllrb.com/docs/sites/)
* [Long list of sites using Jekyll](https://github.com/jekyll/jekyll/wiki/Sites)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment