Update base URL

Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
Harsh Shandilya 2019-12-13 19:04:34 +05:30
parent 5f36b4889a
commit af5b7e07e6
3 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@ jobs:
extended: true
- name: Build staging
run: hugo --minify -DEFb=https://staging.msfjarvis.website/
run: hugo --minify -DEFb=https://staging.msfjarvis.dev/
- name: Deploy to staging
run: source $GITHUB_WORKSPACE/ci/deploy.sh

View File

@ -1,3 +1,3 @@
# msfjarvis.website [![Deployment workflow](https://github.com/msfjarvis/msfjarvis.website/workflows/Hugo%20deployment/badge.svg)](https://github.com/msfjarvis/msfjarvis.website/actions) [![Lighthouse workflow](https://github.com/msfjarvis/msfjarvis.website/workflows/Lighthouse%20testing/badge.svg)](https://github.com/msfjarvis/msfjarvis.website/actions)
# msfjarvis.dev [![Deployment workflow](https://github.com/msfjarvis/msfjarvis.dev/workflows/Hugo%20deployment/badge.svg)](https://github.com/msfjarvis/msfjarvis.dev/actions) [![Lighthouse workflow](https://github.com/msfjarvis/msfjarvis.dev/workflows/Lighthouse%20testing/badge.svg)](https://github.com/msfjarvis/msfjarvis.dev/actions)
Source code for my website at [msfjarvis.website](https://msfjarvis.website). It's built with [Hugo](https://github.com/gohugoio/hugo), deployed continuously by [GitHub Actions](https://github.com/features/actions) and served by [Caddy](https://caddyserver.com) behind [Cloudflare](https://cloudflare.com). I use a mix of local editing and the [Forestry](https://forestry.io) CMS for managing the content on the site.
Source code for my website at [msfjarvis.dev](https://msfjarvis.dev). It's built with [Hugo](https://github.com/gohugoio/hugo), deployed continuously by [GitHub Actions](https://github.com/features/actions) and served by [Caddy](https://caddyserver.com) behind [Cloudflare](https://cloudflare.com). I use a mix of local editing and the [Forestry](https://forestry.io) CMS for managing the content on the site.

View File

@ -1,4 +1,4 @@
baseurl = "https://msfjarvis.website/"
baseurl = "https://msfjarvis.dev/"
languageCode = "en-us"
title = "Harsh Shandilya"
theme = "hyde"