Skip to content

Xata/mw-website-dev

mwal.dev

This repository contains the source code for my portfolio website at mwal.dev.

GitHub top language GitHub repo size GitHub Last Commit Build Status Website Maintained IE Incompatible

About

A personal portfolio website showcasing my projects and resume. The site includes:

  • Blog: Technical guides and posts about technologies I work with
  • Resume: Professional experience and background

Development

Prerequisites:

  • Python 3.13.x

Setup:

python -m venv .venv
source .venv/bin/activate  # macOS/Linux
pip install -r requirements.txt

Build and serve locally:

make build    # Build the site
make serve    # Serve at http://localhost:8000
make clean    # Remove generated files

Structure

content/
├── articles/     # Blog posts
├── pages/        # Static pages
├── img/          # Images
├── fonts/        # Fonts included
└── extra/        # Static asset

templates/        # HTML templates
output/           # Generated site
build.py          # Build script

Fonts

This project uses Inter by Rasmus Andersson, licensed under the SIL Open Font License 1.1. See content/fonts/LICENSE.txt.

License

See LICENSE for details.

About

My portfolio website

Resources

License

Unknown and 3 other licenses found

Licenses found

Unknown
LICENSE
MPL-2.0
LICENSE.old
Unknown
LICENSE-CODE
Unknown
LICENSE-CONTENT

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •