This repository contains the source code for my professional portfolio website. The site serves as the central place to present my work, projects, and professional background, and is designed to be lightweight, fast, and easy to maintain. The repository is public to serve as a reference for others building similar portfolio sites.
Live site: https://fernandonobel.github.io/
- Hugo v0.154.4
- Hugo ʕ•ᴥ•ʔ Bear (pinned to commit d44ea2f)
- Git, GitHub and GitHub Pages
If you'd like to run this site locally for inspiration or testing, follow these steps:
- Install Hugo v0.154.4
- Clone the repository
git clone https://github.com/fernandonobel/fernandonobel.github.com.git cd fernandonobel.github.com - Run the server
hugo server -D - Open your browser and visit http://localhost:1313
This repository is dual-licensed to separate the code used to build the porfolio website from the content of my personal brand:
-
Code: All original theme files, layouts, and configuration (everything outside the
/contentand/staticdirectories) are licensed under the MIT License. -
Content: All files within the
/contentand/staticdirectories (including text, images, project descriptions, and work samples) are © 2026 Fernando N. Santos-Navarro. All rights reserved.
You are welcome to reuse the code and structure of this site for your own portfolio. Please do not copy, redistribute, or repurpose my personal content or likeness.
If you have questions about the setup, want to reuse parts of the code, or just want to say hi, feel free to reach out!