This is the website for the annual European Geothermal PhD Days conference of 2022.
Follow these steps to create the website:
- Create a new public repository on Github.
- Click on import repository.
- Enter the URL:
https://github.com/davidn182/EGPD2022.git
- Fill in a repository name, such as "egpd2023".
- Select "Public" for visibility.
- Create the repository.
- Open the repository and navigate to "Settings" → "Pages".
- Choose the branch as "main".
- Click "Save"
- Now you can find your website at
https://your-username.github.io/(name of your repo)
. - If you don't want the website to have the github.io extension you can go to "Settings"-> "Pages"->"Custom domain" and select the domain in which you want to host the repository. Keep in mind that you'll need to purchase the domain from a domain registrar. For example, we purchased ours with google domains.
- If you purchase a domain called
www.egpd2023.com
you will have to add a file in your repo calledCNAME
and add the following lines:
egpd2023.com
www.egpd2023.com
That's it! You've successfully created and configured your website for the future EGPDs.