bloomingseed

mathematicians save the world!

Mon, 23 Jan 2023 13:37:43 +0700, updated: Mon, 23 Jan 2023 13:37:43 +0700

Quick Spinup of my Github Pages

This post explains how I spined-up my Github Pages in < 1 hour

Notes #

Steps #

Create GitHub repo #

Create a public repo named <your username>.github.io. E.g. my username is bloomingseed then the required repo name is bloomingseed.github.io.

Configure a publishing source for the GitHub Pages site #

Serve locally #

Clone the repo to local #

Install ruby if not already did #

Install jekyll (and bundler if not already did) #

Init jekyll #

Replace gem jekyll with gem github-pages #

Serve the site #

Configure a theme #

Start making contents #

Commit changes and deploy #