Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vladimirlogachev/logachev.dev
My cv (and website), implemented in Elm
https://github.com/vladimirlogachev/logachev.dev
cv elm
Last synced: 19 days ago
JSON representation
My cv (and website), implemented in Elm
- Host: GitHub
- URL: https://github.com/vladimirlogachev/logachev.dev
- Owner: vladimirlogachev
- Created: 2020-08-29T10:47:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-19T06:57:58.000Z (about 1 month ago)
- Last Synced: 2024-11-30T05:28:56.715Z (24 days ago)
- Topics: cv, elm
- Language: Elm
- Homepage: https://logachev.dev
- Size: 9.48 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [logachev.dev](https://logachev.dev)
## Pre-requisites
```sh
npm i
```## Development
```sh
npm start
```- open [localhost:1234](http://localhost:1234)
### Check PDF Render
```sh
npx chrome-headless-render-pdf \
--url http://localhost:1234/#/cv \
--window-size 1600,1200 \
--paper-width 8.3 \
--paper-height 11.7 \
--include-background \
--pdf static/cv_vladimir_logachev.pdf
```## Publishing
- Everything is set up to build and publish automatically
- However, you better chec the published PDF every time after changes are done and new version is online, because it's not as reliable, as webapp build.