Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
metamemelord authored Nov 9, 2024
1 parent 9a4922f commit d42ff0b
Showing 1 changed file with 12 additions and 27 deletions.
39 changes: 12 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,12 @@
# metamemelord.com

This repo contains the implementation of my personal website, metamemelord.com

[![Docker build](https://github.com/metamemelord/portfolio-website/actions/workflows/docker-build.yml/badge.svg)](https://github.com/metamemelord/portfolio-website/actions/workflows/docker-build.yml)

## Project setup

```
npm install
```

### Compiles and hot-reloads for development

```
npm run serve
```

### Compiles and minifies for production

```
npm run build
```

### Customize configuration

See [Configuration Reference](https://cli.vuejs.org/config/).
[![Build and publish](https://github.com/metamemelord/portfolio-website/actions/workflows/build.yml/badge.svg)](https://github.com/metamemelord/portfolio-website/actions/workflows/build.yml)

# Gaurav Saini Portfolio Website
Links: ([gaurav.dev](https://gaurav.dev), [metamemelord.dev](https://metamemelord.dev), [metamemelord.com](https://metamemelord.com))

## Features
- Live update of repos from Github.
- Live update of blogs from Wordpress.
- Has a built-in URL shortner that support adding query params and path forwarding and is backed by an in memory DB and Mongo.
- Has sub-domain redirection to not rely on DNS provider for additional routes.
- Has a scheduler to run periodically fetch the data from Github and Wordpress.
- Send email via Microsoft 365.

0 comments on commit d42ff0b

Please sign in to comment.