Skip to content

The website jonaschlegel.com serves as a comprehensive portfolio for Jona Schlegel, a landscape archaeologist based in Vienna, Austria. The site features various sections detailing Schlegel's work in archaeological excavation, programming, magnetic data collection, ground-penetrating radar projects, and art focused on archaeology.

Notifications You must be signed in to change notification settings

jonaschlegel/jonaschlegelcom

Repository files navigation

TL;DR

The GitHub repository for jonaschlegelcom serves as the codebase for a personal website. It utilises NextJS 13 as its core framework and is configured with TypeScript. Styling is managed through TailwindCSS and SCSS. The repository contains essential configuration files such as package.json, package-lock.json, prettier.config.js, and next.config.js. Additionally, a pnpm-lock.yaml file indicates the use of pnpm as a package manager. The repository currently lacks a comprehensive README.md file.

Jonas Schlegel Personal Website

Introduction

This repository contains the source code for Jonas Schlegel's personal website. Developed using NextJS 13 and TypeScript, the project aims to provide an interactive and visually appealing online presence. TailwindCSS and SCSS are employed for styling, ensuring a responsive and modern design.

Prerequisites

  • Node.js (v14 or above)
  • pnpm package manager

Installation

To clone and run this project, execute the following commands:

git clone https://github.com/jonaschlegel/jonaschlegelcom.git
cd jonaschlegelcom
pnpm install

Usage

Start the development server:

pnpm dev

Navigate to http://localhost:3000/ to view the website.

Configuration Files

  • package.json: Manages project dependencies and scripts.
  • package-lock.json: Locks down the versions of installed packages.
  • prettier.config.js: Configures code formatting rules.
  • next.config.js: Customises the NextJS configuration.
  • pnpm-lock.yaml: Manages locked versions of dependencies when using pnpm.

Contributing

Contributions are welcome. Please fork the repository and create a pull request for any features, enhancements, or bug fixes.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

The website jonaschlegel.com serves as a comprehensive portfolio for Jona Schlegel, a landscape archaeologist based in Vienna, Austria. The site features various sections detailing Schlegel's work in archaeological excavation, programming, magnetic data collection, ground-penetrating radar projects, and art focused on archaeology.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published