25 lines
494 B
Markdown
25 lines
494 B
Markdown
# plcom
|
|
|
|
my website
|
|
|
|
http://philippeloctaux.com
|
|
|
|
## tech
|
|
|
|
- https://leptos.dev
|
|
- https://tailwindcss.com
|
|
|
|
## colors
|
|
|
|
- main color: `#0c4a6e`
|
|
|
|
## wallpapers
|
|
|
|
1. place **JPEG** files in `public/wallpapers` and make sure they have exif data (GPS + date)
|
|
2. inside `crates/gen-wallpapers`, run `cargo run --example cli -- ./public/wallpapers > ./crates/plcom/wallpapers.json` to generate wallpaper metadata
|
|
|
|
## icons
|
|
|
|
- https://simpleicons.org for brand icons
|
|
- https://heroicons.com for the rest
|
|
|