Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jurmy24/terminal-cv-website
Personal CV website designed like a computer terminal.
https://github.com/jurmy24/terminal-cv-website
gh-pages-site markdown-to-html tailwindcss vue3
Last synced: 3 days ago
JSON representation
Personal CV website designed like a computer terminal.
- Host: GitHub
- URL: https://github.com/jurmy24/terminal-cv-website
- Owner: jurmy24
- Created: 2024-06-28T09:42:14.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-23T16:32:17.000Z (3 months ago)
- Last Synced: 2024-11-02T01:06:03.157Z (about 2 months ago)
- Topics: gh-pages-site, markdown-to-html, tailwindcss, vue3
- Language: Vue
- Homepage: https://victoro.me/
- Size: 33 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![terminal-cv-screenshot](https://github.com/user-attachments/assets/66586fe6-26a2-44a5-acbd-361e8420ec0b)
# Welcome 👋I used to think the terminal was confusing and only used for _hacking into the mainfraime_, so I tried to avoid it. At university it crept up on me, and I learned that in its most basic form it's not all that complicated. Thus, I built this incredibly **over-engineered CV** to serve as a first step for those fearful of getting technical, and also as a fun way to design my portfolio/CV site. I used Tailwind CSS with Vue 3 and Vite to build this static page.
## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
## Customize configuration
See [Vite Configuration Reference](https://vitejs.dev/config/).
## Project Setup
```sh
yarn
```### Compile and Hot-Reload for Development
```sh
yarn dev
```### Compile and Minify for Production
```sh
yarn build
```
### Deploy to gh-pages```sh
yarn deploy
```### Lint with [ESLint](https://eslint.org/)
```sh
yarn lint
```