mirror of
https://codeberg.org/Tahinli/personality.git
synced 2025-07-08 12:37:10 +00:00
feat: ✨ main page, projects, posts
This commit is contained in:
parent
365eb43ba6
commit
25dc6e69c6
11 changed files with 764 additions and 0 deletions
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue