Skip to content

Akatama/website

Repository files navigation

Akatama's Slice of the Internet

Just a simple webapp that I can write some blog posts, have a page with my resume and an about me.

This is designed in Django. I did follow this guide to get started. I have drifted from that tutorial a bit, but its a great starting point.

Quick Start

No one but me should really be running it, but in case you really want to.

  1. Clone the repo
  2. Create a virtual environment
uv venv
  1. Source the virtual environment
source .venv/bin/activate
  1. Download the dependenices
uv sync
  1. Set up the Django migrations
uv run manage.py migrate
  1. Run the server on your local
uv run manage.py runserver
  1. Open localhost:8000 in a browser

About

My Personal Website and blog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published