jekyll
How to build a page in header
_layout folders contains different kinds of pages in this web sites. _includes folders contains headers, footers, and icon things. Therefore, if we want to add some pages here, we should first analyse the head.
Last updated on Mar 13, 2024
1 min read
How to push local websit to github using git shell
Step 1 git add . Step 2 git commit -m"how to push local website to github ..." Step 3 git push origin master The command to set local server: jekyll serve
Last updated on Mar 13, 2024
1 min read
Cite
×