use unocss, add blog, ui changes

This commit is contained in:
2022-12-27 17:28:47 +02:00
parent a6c4014327
commit ec15fac578
51 changed files with 838 additions and 732 deletions

8
compose.yml Normal file
View File

@@ -0,0 +1,8 @@
services:
website:
container_name: website
image: realprojectsegfault/website
restart: always
#build: .
ports:
- "80:80"