Skip to content

Instantly share code, notes, and snippets.

View WesleyBryie's full-sized avatar

Wes Bryie WesleyBryie

View GitHub Profile
@WesleyBryie
WesleyBryie / keybase.md
Created January 23, 2024 18:12
keybase.md

Keybase proof

I hereby claim:

  • I am wesleybryie on github.
  • I am wesleybryie (https://keybase.io/wesleybryie) on keybase.
  • I have a public key ASD5j_Ho6pVBJ-LHdwpt_GzwReUwCXe1HqDu163behCSggo

To claim this, I am signing this object:

@WesleyBryie
WesleyBryie / username.github.io.text
Last active May 17, 2022 02:08 — forked from atomize/username.github.com.text
How to setup username.github.io
Instructions for setting up username.github.io *
Create a repo named username.github.io
Push a `master` branch to GitHub and enjoy!
Instructions for setting up username.github.io/repo-name *
Caution: make your working directory clean before you do this (either stash or commit), otherwise this will lose any changes you've made to your project since the last commit.
cd /path/to/repo-name
git symbolic-ref HEAD refs/heads/gh-pages
rm .git/index
git clean -fdx
echo "My GitHub Page" > index.html