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 months 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-30T11:15:53.000Z (3 months ago)
- Last Synced: 2025-03-30T12:23:29.562Z (3 months ago)
- Topics: gh-pages-site, markdown-to-html, tailwindcss, vue3
- Language: Vue
- Homepage: https://victoro.me/
- Size: 33.7 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Welcome 👋
I used to think the terminal was confusing, 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
```