This commit is contained in:
parent
c0a7007b3f
commit
a5f64a3ff8
2 changed files with 22 additions and 24 deletions
1
.nvmrc
Normal file
1
.nvmrc
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
22
|
||||||
45
README.md
45
README.md
|
|
@ -1,24 +1,21 @@
|
||||||
# Portfolio
|
# Portfolio
|
||||||
|
|
||||||
> An easy-to-configure timeline for your projects.
|
> An easy-to-configure timeline for your projects.
|
||||||
|
|
||||||
[](https://github.com/schmelczer/schmelczer.github.io/actions/workflows/lint-and-deploy.yaml)
|
[Check out the live version.](https://schmelczer.dev)
|
||||||
|
|
||||||
|
## Configuration
|
||||||
[Check out the live version.](https://schmelczer.dev)
|
|
||||||
|
- The actual content is in the [data](src/data) folder, starting with [portfolio.ts](src/data/portfolio.ts)
|
||||||
## Configuration
|
- The assets referenced should be located in [data/media](src/data/media)
|
||||||
|
|
||||||
- The actual content is in the [data](src/data) folder, starting with [portfolio.ts](src/data/portfolio.ts)
|
## Build
|
||||||
- The assets referenced should be located in [data/media](src/data/media)
|
|
||||||
|
1. `npm install`
|
||||||
## Build
|
2. `npm run build`
|
||||||
|
3. You can find the results in the [dist](dist) folder
|
||||||
1. `npm install`
|
|
||||||
2. `npm run build`
|
## Info
|
||||||
3. You can find the results in the [dist](dist) folder
|
|
||||||
|
- All images are converted to `WebP` after being imported into any file.
|
||||||
## Info
|
> Except for the og-image, and SVGs.
|
||||||
|
|
||||||
- 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