Post

How to set up initalization to github io?

How to set up initalization to github io

  • CHECK _config.yml FILE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
title: note blog.title
tagline: subtitle of title

description: >-
  describe your blog target

url: "https://username.github.io"

github:
  username: github name
  
social:
  name: social.name
  email: user@email.com
  links:
    - https://github.com/username
  • REVISE GITHUB SETTING “PAGES”
    • Build and deployment source “Deploy from a branch” to “Github Actions”

YOU MAKE IT

This post is licensed under CC BY 4.0 by the author.