This is the repo is a simple website template for a TechWomen alumni webinar.
This is a very barebones repo to help people get up and running with a personal landing page site while learning the fundamentals of building a basic webpage.
If you are brand new to GitHub you may want to go through the GitHub guides.
Here are the steps if you want to play around or use this as a base for your own website:
- Read about GitHub pages as a way to host your website and clone or fork this repository. Or you can just copy/paste what you need (I won't judge).
- After forking/copying this repository start by modifying the website inside GitHub. You can also try making changes in the command line which is a more typical development workflow.
- Some common changes you may want to make:
- Changing the text in
index.html
to add your information/links - Adding a favicon and profile image
- Changing the appearance of the site with CSS and/or Bootstrap classes
- Changing the text in
- To preview the changes you have made, you can paste the GitHub url of your
index.html
page into html preview - When you are ready to make your website public, set your master branch to be the publishing source of the website
- What is a domain name
- Places to buy a domain name (it's a good idea to opt in/pay extra to keep your info private):
- How to associate domain names with GitHub pages
There are sooo many online resources you can find and things go out of date quickly. So here are some very basic docs that I'm fairly confident will stay up to date.
These options cost more but are more powerful/flexible and easier to get up and running.
If you want a blog style website and/or a fancier theme on GitHub pages, you can also look into Jekyll.
If you find any bugs feel free to open up an issue or fix it.