A simple personal bio site forked from github.com/jlord/person-page. All social media widgets have been removed.
This is a Fork-n-Go project, so fork to get started making your own.
See the demo at jlord.github.io/person-page.
You'll Need: | |
---|---|
GitHub account | Basic HTML |
Click the fork button in the upper right. Now you have a copy of this repository on your GitHub account!
Once you've forked it, click on Settings and rename your fork, because probably person-page
is not what you want in your URL. Name your new repository: username.github.io
(but make username
your username, for instance, I'd use jlord.github.io
). GitHub will host all website files on the master
branch of a repo with that account name convention. Woo! More info on that at pages.github.com.
You can also give it any 'ol name and GitHub will host it using this patter: username.github.io/reponame
.
There are basic styles included in style.css
but go wild and make it your own, try other things!
There is another style, on the lines
branch. To access this style however you'll need to use your Terminal or GitHub desktop app to delete gh-pages
and then rename lines
to gh-pages
.