Make WebP the default image format
This commit is contained in:
parent
890133d10e
commit
94faabca34
23 changed files with 65 additions and 72 deletions
16
README.md
16
README.md
|
|
@ -1,12 +1,15 @@
|
|||
# Timeline
|
||||
# Timeline
|
||||
|
||||
An easily configurable portfolio.
|
||||
> An easy-to-configure portfolio.
|
||||
|
||||
> [Click for live version](https://schmelczer.dev)
|
||||
[](https://github.com/schmelczer/schmelczer.github.io/actions/workflows/lint-and-deploy.yaml)
|
||||
|
||||
|
||||
[Check out the live version.](https://schmelczer.dev)
|
||||
|
||||
## Configuration
|
||||
|
||||
- The actual content is in the [data](src/data) folder starting with [portfolio.ts](src/data/portfolio.ts)
|
||||
- The actual content is in the [data](src/data) folder, starting with [portfolio.ts](src/data/portfolio.ts)
|
||||
- The assets referenced should be located in [data/media](src/data/media)
|
||||
|
||||
## Build
|
||||
|
|
@ -14,3 +17,8 @@ An easily configurable portfolio.
|
|||
1. `npm install`
|
||||
2. `npm run build`
|
||||
3. You can find the results in the [dist](dist) folder
|
||||
|
||||
## Info
|
||||
|
||||
- All images are converted to `WebP` after being imported into any file.
|
||||
> Except for the og-image, and SVGs.
|
||||
Loading…
Add table
Add a link
Reference in a new issue