First version of the new layout.

This commit is contained in:
2026-02-12 02:58:57 +01:00
parent 46395bb945
commit 124c97e6cc
278 changed files with 500 additions and 83715 deletions

View File

@@ -1,18 +1,2 @@
# douwco.be
My personal website
## Instructions
Here are some instructions on how to deploy it using docker.
### build
`sudo docker build -t douwco_website .`
### run
`sudo docker run -d --name douwco_website -p 8888:8888 douwco_website`
### replace
```
sudo docker stop douwco_website
sudo docker rm douwco_website
sudo docker run -d --name douwco_website -p 8888:8888 douwco_website
```
My personal website