Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1018 Bytes

File metadata and controls

29 lines (19 loc) · 1018 Bytes

eferro - Projects index

This repository contains a static HTML page that serves as an index to various projects and eferro's personal site.

Links

GitHub Pages deployment

  1. Create a public repository on GitHub and push these files: index.html and style.css (optionally README.md).
  2. In GitHub, go to Settings → Pages.
  3. In "Build and deployment", select:
    • Source: "Deploy from a branch"
    • Branch: main and folder / (root)
  4. Save the changes. GitHub will generate the page in a few minutes.
  5. The URL will be https://<your-username>.github.io/<repo>/ if it's a project, or https://<your-username>.github.io/ if you use the special <your-username>.github.io repository.

Local development

Open index.html in the browser. It doesn't require a server.

License

MIT