This repository contains the source code for Nathan Huh’s personal website.
This is a static website built using the Eleventy (11ty) static site generator. It serves as an online portfolio and presence for Nathan Huh, a Computer Science student at the University of Southern California.
index.html
: The main landing page template.profile.html
: Template for the profile page.resume.html
: Template for the resume page.personalProjects.html
: Template for the personal projects page.style.css
: Provides the styling for the website (copied by Eleventy).photo/
: Directory containing images used on the site (copied by Eleventy).pdf/
: Directory potentially containing PDF documents (copied by Eleventy)._site/
- This directory contains the generated static website and is the one that should be deployed. It is created by running Eleventy.package.json
/ package-lock.json
: Define project dependencies, including Eleventy..eleventy.js
(Optional): Configuration file for Eleventy (can be added for customization).README.md
: This file.CNAME
: Configuration file for a custom domain.npm install
npx @11ty/eleventy
(builds the site to _site/
)npx @11ty/eleventy --serve
(builds and serves locally, automatically rebuilding on changes)Nathan Huh can be contacted via [email protected].