Verkauf durch Sack Fachmedien

Uzayr / bin Uzayr

Mastering GitHub Pages

A Beginner's Guide

Medium: Buch
ISBN: 978-1-032-14983-7
Verlag: Taylor & Francis Ltd
Erscheinungstermin: 07.04.2022
Lieferfrist: bis zu 10 Tage
Why should you read Mastering GitHub Pages: A Beginner’s Guide?

Because this book offers you a concise guide so that you can quickly navigate the terrains of GitHub Pages sites in a fairly smooth manner.

But why use GitHub Pages if it can only make static websites?

Why should you go for static websites when you could get a dynamic one made for your organization?

Again, why not?!

Having a static website is a sure-shot strategy to save a lot of money, keep the website secure, and ensure built-in backups. In addition, you can serve it over HTTPS and make sure that it is fast and SEO-ready.

Mastering GitHub Pages delves into static (and dynamic) websites as well as their advantages and disadvantages. Static websites tend to be incredibly fast since they have no processing time for databases and other stuff. Additionally, because you are committing a code base of static assets to a Git repository, the rolling back of changes is simply an issue involving reversion to a commit that was made previously. So backups are a mere git push away, and you are basically serving your entire website from a cache. This means that your server will never need to process a request again. This book helps you master the art of static site generation in no time.

Furthermore, Mastering GitHub Pages also discusses in great length Jekyll, a popular static site generator. When working with Jekyll, all you do is give it liquid templates as well as Markdown content, and it is adept at combining them both into a static website. It requires no-on-the-fly processing, and your blog will display at a significantly faster speed. This workflow proves useful for GitHub Pages because they tend to support the Jekyll builds. As such, your blog posts can be contributed using pull requests, and all your content gets stored within version control. Non-developers could also contribute posts in Markdown.

Mastering GitHub Pages is an immensely useful book that all developers can use for the creation of websites on the free GitHub Pages platform. So, go ahead, grab a copy of the book for a proper GitHub Pages primer!

Learn more about our other Mastering titles at:

https://www.routledge.com/Mastering-Computer-Science/book-series/MCS

Produkteigenschaften


  • Artikelnummer: 9781032149837
  • Medium: Buch
  • ISBN: 978-1-032-14983-7
  • Verlag: Taylor & Francis Ltd
  • Erscheinungstermin: 07.04.2022
  • Sprache(n): Englisch
  • Auflage: 1. Auflage 2022
  • Serie: Mastering Computer Science
  • Produktform: Gebunden
  • Gewicht: 278 g
  • Seiten: 112
  • Format (B x H x T): 205 x 135 x 17 mm
  • Ausgabetyp: Kein, Unbekannt

Autoren/Hrsg.

Autoren

Uzayr, Sufyan bin

Herausgeber

bin Uzayr, Sufyan

Weitere Mitwirkende

bin Uzayr, Sufyan

1. Introduction to GitHub Pages
a. What is GitHub Pages?
b. Basics of GitHub Pages
c. Types of GitHub Pages Site
2. Getting Started with GitHub Pages
a. Creating GitHub Pages Site
b. Creating a Repository for your Site
c. Adding a Theme
d. Configuring a Publishing Source for your GitHub Pages Site
3. Jekyll and GitHub Pages
a. Introduction to Jekyll
b. Setting Up a GitHub Pages Site with Jekyll
c. Testing your GitHub Pages site locally with Jekyll
d. Jekyll Build Errors for GitHub Pages Site
4. Configuring a Custom Domain
a. What is a Custom Domain?
b. Managing a Custom Domain for GitHub Pages Site
c. Troubleshooting Custom Domains and Github Pages
5. Appraisal