Personal landing page for my GitHub profile. Static HTML, no build step.
xdg-open index.html
# or
firefox index.htmlOpen index.html in any editor. There is no build pipeline and no
external dependencies. Refresh the browser to see changes.
Pushed to the main branch of the WhispersOfJ/WhispersOfJ.github.io
repository on GitHub. GitHub Pages serves it automatically from main
at https://whispersofj.github.io/.
First-time setup:
gh repo create WhispersOfJ/WhispersOfJ.github.io --public --source=. --remote=origin --pushSubsequent deploys:
git add -A
git commit -m "update page"
git push