My Github personal user account static Pages site.
This site is powered by Jekyll, as are many user and organisation and project sites on github Pages. It contains mostly Markdown sources converted into target HTML but some of the HTML is manually implemented. Any Ruby backend is from Jekyll only, since Github only allows for static content or client-only code from Javascript, but nothing server-side. There is one LaTeX source for some target HTML.
to set up this site:
- Fork the repo.
- Clone your fork.
- Go into Settings > Pages on the Github website for the forked repo's settings.
- Set up the publishing source to come from Github Action via a workflow and ensure it is set to the
github-pages
environment via theDeploy Jekyll with GitHub Pages dependencies preinstalled
workflow. - Not sure if you may have to remove the CNAME file for my custom domain name or remove the url from the
_config
YAML file. - Make, commit and push your changes.