This repository contains a small static portfolio scaffold prepared for GitHub Pages.
Live domain configured: nicolasjasonsmith.com
What I pushed:
index.html — Home / hero / projects list / contactprojects/sample-project.html — Sample project detail pageimages/favicon.svg — Simple faviconCNAME — contains nicolasjasonsmith.com (tells GitHub Pages to use your custom domain)DNS required (apex domain, set these A records at your registrar):
If you prefer www.nicolasjasonsmith.com as primary, instead point www CNAME to Nicolas-J-S.github.io and add a redirect from apex to www at your registrar.
How to enable GitHub Pages (one-time):
main branch and / (root) (or /docs if you move files there) as the publish source and save.Editing content:
index.html and files in projects/ directly in the repo to change content.images/ and update src references.Need help connecting DNS or making design edits? Tell me what to change and I’ll update the repo.