I managed to make my website with wordpress (a very simple design) and host it on GitHub Pages which is free.
The only thing I paid for is my domain
I use Local to create my site locally (even without internet), then I export with Simply Static plugin and finally I sync to my github repository where my website is hosted using Github Desktop for example.
Instructions
- Install Local, create site, install Simply Static plugin
- Create repository on github which will be the site
- Create CNAME file (no extension) with only one line with your own domain and put it in the repository
- Configure it to be GitHub Pages, set up your own domain
- Create DNS record
- Type: CNAME
- Name: www
- Value: YOUR-USER.github.io (for example, Chugeno.github.io)
- —-
- Proxy: ❌ Disabled (must be “DNS only”)
- Type: CNAME
- Name:@
- Value: YOUR-USER.github.io (e.g. Chugeno.github.io)
- Proxy: ❌ Disabled (must be “DNS only”)
- Clone repository to a current folder
- Configure SimplyStatic
- Absolute URL “yourdomain.com
- Additional Files and Directories (your Local directory)
- ~/public/wp-content/uploads
- ~/public/wp-content
- Deploy
- Local Directory
- The path of your local folder of the cloned repository
- Local Directory
- Export the site
- sync and commit with git