Git Blog - create your Blog with GitHub Pages (steps by steps)

Jekyll docs for more info on how to get the most out of Jekyll.

Creating Blog with GitHub Pages

create repository with special repo name like “githubId.github.io” in GitHub

  1. mkdir [folder]
  2. cd [folder]
  3. git clone [url] .
    • git clone https://github.com/mmistakes/minimal-mistakes.git .
  4. for window users, please delete “.git” folder
  5. git init
  6. git remote add origin [current repository url]
    • git remote add origin https://github.com/sujinsjlee/sujinsjlee.github.io
    • git remote -v
      • By above command i can check what repository is connected to local environment
  7. git add .
  8. git commit -m “blog start”
  9. git push origin master

Notice

RPC Message procedure

Remote Procedure Call - Stateful Continue reading

PubSub architecture

Published on August 10, 2023

RESTful architecture

Published on August 09, 2023