Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```