-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9a4922f
commit d42ff0b
Showing
1 changed file
with
12 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |