Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 838 Bytes

File metadata and controls

36 lines (27 loc) · 838 Bytes

Jonathan Schweder - Personal Website

Personal website built with Hugo and the DoIt theme.

Overview

This repository contains the source code for jaswdr.dev.

Local Development

Prerequisites

Running Locally

# Clone the repository
git clone --recursive https://github.com/jaswdr/website
cd website

# Run development server
make serve

Deployment

The site is built and deployed as a set of static files.

make build

Project Structure

  • content/: Pages and sections.
  • layouts/: Custom Hugo templates.
  • static/: Static assets (images, fonts).
  • themes/: Hugo theme submodules.