Skip to content

fredthomsen/website

Repository files navigation

Personal Website

Personal portfolio website built with Hugo static site generator and the PaperMod theme. Deployed to GitHub Pages.

Prerequisites

  • Docker and Docker Compose
  • Git

Development

Start the development server:

make serve

Site available at http://localhost:1313 with live reload.

Stop the server:

make clean

Build

make build

Generates optimized static files in src/public/.

Deployment

Automatic deployment to GitHub Pages on push to master branch via GitHub Actions.

All local development should be done WITHIN devcontainer.

Project Structure

src/
├── assets/css/extended/custom.css  # Custom styling
├── content/                         # Markdown content
│   ├── experience.md               # Professional experience
│   └── skills.md                   # Technical skills
├── layouts/                         # Layout overrides
│   ├── index.html                  # Single-page homepage
│   └── partials/
│       ├── extend_footer.html      # GSAP animations
│       └── header.html             # Minimal header
└── hugo.toml                        # Hugo configuration

About

Personal Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •