From d42ff0b106a7d9b267a97995fbce11ed16c521ae Mon Sep 17 00:00:00 2001 From: Gaurav Saini <13430334+metamemelord@users.noreply.github.com> Date: Fri, 8 Nov 2024 18:04:06 -0700 Subject: [PATCH] Update README.md --- README.md | 39 ++++++++++++--------------------------- 1 file changed, 12 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index 7ec18eb..19715f6 100644 --- a/README.md +++ b/README.md @@ -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.