https://github.com/jcoupalk/jcoupal.com
My personal website where you can see my blog posts and projects.
https://github.com/jcoupalk/jcoupal.com
blog personal-website vuejs
Last synced: 2 months ago
JSON representation
My personal website where you can see my blog posts and projects.
- Host: GitHub
- URL: https://github.com/jcoupalk/jcoupal.com
- Owner: JCoupalK
- License: apache-2.0
- Created: 2024-03-19T10:46:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-21T19:11:40.000Z (4 months ago)
- Last Synced: 2025-02-21T20:22:51.163Z (4 months ago)
- Topics: blog, personal-website, vuejs
- Language: Vue
- Homepage: https://jcoupal.com
- Size: 451 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jcoupal.com
[jcoupal.com](https://jcoupal.com) is a personal website where you can see my blog posts and projects.
The website is made entirely in VueJS and fetches from the Medium RSS feed for my blog posts and the GitHub API to list my projects.
## Project setup manual
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```## Project setup docker
```
docker compose build
docker compose up -d
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).## License
This project is licensed under Apache 2.0 - see the LICENSE file for details.