Personal Website Building Tools
Personal homepage website building is a free static webpage hosting service that can be used to host static personal homepages, personal blogs, and other static pages. The different tools for personal website building are as follows:
Hugo Tool
For repositories created with the Hugo tool, you need to modify the baseURL in the config.toml file. Change the value to the website address shown in the personal website building service. For example: If you have a website address http://KingChan.gitlink.net Then the baseURL in config.toml should be http://KingChan.gitlink.net
Jekyll Tool
For Jekyll projects: For personal sites created with the Jekyll tool, you need to modify both the baseurl and url values in the _config.yml file. Jekyll's configuration file is special and needs to be modified according to the website address shown in the personal website building service. For example: If you have a website address http://KingChan.gitlink.net Then the result should be: baseurl: "/" url: "http://KingChan.gitlink.net"
Hexo Tool
For Hexo projects: For repositories created with the Hexo tool, you need to modify the url in the _config.yml file. Change the value to the website address shown in the personal website building service. For example: If you have a website address http://KingChan.gitlink.net Then the url in _config.yml should be http://KingChan.gitlink.net
File Tool
A document format tool that deploys all files under the selected branch.
Note: All the above tools can use the gh-pages branch. When deploying, if you select the gh-pages branch, it will deploy according to the document format tool, which means deploying all files under the branch.