A clean, minimal static website for GitHub Pages.
/
index.html # Main homepage
styles.css # Stylesheet
script.js # JavaScript
assets/ # Images and other assets
logo.svg
hero.jpg
.nojekyll # Disables Jekyll processing
- Edit
index.htmlto customize your content - Modify
styles.cssto change colors and styling - Add your own images to the
assets/folder - Update the site title and meta tags in
index.html
This site is ready to deploy to GitHub Pages. Just push your changes to the repository.
MIT