rewrote website with leptos
This commit is contained in:
parent
f3a6e1c8a5
commit
b274a41939
78 changed files with 3853 additions and 2397 deletions
14
.gitignore
vendored
14
.gitignore
vendored
|
|
@ -1,11 +1,12 @@
|
|||
# wallpapers
|
||||
/src/wallpapers.rs
|
||||
|
||||
# built css
|
||||
/public/style.css
|
||||
|
||||
# wallpapers
|
||||
wallpapers.json
|
||||
|
||||
# build output
|
||||
/target
|
||||
target/
|
||||
pkg
|
||||
|
||||
# environment variables
|
||||
.env
|
||||
|
|
@ -15,4 +16,7 @@
|
|||
.DS_Store
|
||||
|
||||
# ide
|
||||
.idea/
|
||||
.idea/
|
||||
|
||||
# rustfmt
|
||||
**/*.rs.bk
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue