This repository contains a static HTML page that serves as an index to various projects and eferro's personal site.
- eferro Picks: https://eferro.github.io/eferro-picks-site/
- SimpleCalendar: https://eferro.github.io/simplecalendar/
- Focus: https://eferro.github.io/focus/
- Personal website: https://www.eferro.net/
- Create a public repository on GitHub and push these files:
index.htmlandstyle.css(optionallyREADME.md). - In GitHub, go to Settings → Pages.
- In "Build and deployment", select:
- Source: "Deploy from a branch"
- Branch:
mainand folder/ (root)
- Save the changes. GitHub will generate the page in a few minutes.
- The URL will be
https://<your-username>.github.io/<repo>/if it's a project, orhttps://<your-username>.github.io/if you use the special<your-username>.github.iorepository.
Open index.html in the browser. It doesn't require a server.
MIT