https://github.com/anav5704/anav.dev
Personal website hosted on Oracle Cloud using Docker and GitLab CI
https://github.com/anav5704/anav.dev
astro docker svelte tailwindcss
Last synced: 3 months ago
JSON representation
Personal website hosted on Oracle Cloud using Docker and GitLab CI
- Host: GitHub
- URL: https://github.com/anav5704/anav.dev
- Owner: anav5704
- Created: 2024-03-13T11:11:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-15T01:44:15.000Z (4 months ago)
- Last Synced: 2026-03-15T13:32:00.996Z (4 months ago)
- Topics: astro, docker, svelte, tailwindcss
- Language: Astro
- Homepage: https://www.anav.dev
- Size: 22.2 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# www.anav.dev
This is my portfolio website which showcases my projects, skills, certifications, experience and blogs. It is a fully static website, with an API endpoint to serve dynamic open graph images. The website is deployed on Oracle Cloud using Docker and GitLab CI.

## Technologies Used
- Astro.js: generates static site and Node.js server
- Svelte: handles complex and interactive components
- TailwindCSS: CSS framework for styling the website
- Markdown: content source (supports math and diagrams)
- MDX: custom component integration with markdown
- D2: generates technical diagrams during buildtime
- Satori: generates dynamic open graph images during runtime
- Docker: containerizes whole app using Node.js image
- Caddy: reverse proxy running on a Ubuntu virtual machine
- Cloudflare: provides DNS management, SSL encryption and caching
- GitLab CI: builds Docker image and deploys it to Oracle Cloud
## Learning Resources
- [Add dynamic open graph images to an Astro site](https://dietcode.io/p/astro-og)
- [Add diagrams to an Asto site with D2](https://aaronjbecker.com/posts/adding-d2-diagrams-to-astro)
- [Build an Astro site with Docker](https://docs.astro.build/en/recipes/docker)