feat: main page, projects, posts

This commit is contained in:
Ahmet Kaan Gümüş 2025-02-14 04:54:08 +03:00
parent 365eb43ba6
commit 25dc6e69c6
11 changed files with 764 additions and 0 deletions

12
.gitignore vendored Normal file
View file

@ -0,0 +1,12 @@
# Generated by Cargo
# will have compiled files and executables
/target/
/dist/
/static/
/.dioxus/
.vscode/
# These are backup files generated by rustfmt
**/*.rs.bk
Cargo.lock