Skip to content

Commit

Permalink
Configure CNAME for microsite (#9)
Browse files Browse the repository at this point in the history
* initial netlify test

Signed-off-by: James McLeod <james.mcleod@finos.org>

* Update team.mdx (#2)

Signed-off-by: SeniorStoryteller <66965127+SeniorStoryteller@users.noreply.github.com>
Signed-off-by: James McLeod <james.mcleod@finos.org>

* add gh-pages deploy config and actions

Signed-off-by: James McLeod <james.mcleod@finos.org>

* update config

Signed-off-by: James McLeod <james.mcleod@finos.org>

* update package.json

Signed-off-by: James McLeod <james.mcleod@finos.org>

* update action paths

Signed-off-by: James McLeod <james.mcleod@finos.org>

* update action paths

Signed-off-by: James McLeod <james.mcleod@finos.org>

* update config

Signed-off-by: James McLeod <james.mcleod@finos.org>

* update build actions

Signed-off-by: James McLeod <james.mcleod@finos.org>

* update baseUrl

Signed-off-by: James McLeod <james.mcleod@finos.org>

* update baseURL for subdomain registration

Signed-off-by: James McLeod <james.mcleod@finos.org>

* configure CNAME for website

Signed-off-by: James McLeod <james.mcleod@finos.org>

Co-authored-by: SeniorStoryteller <66965127+SeniorStoryteller@users.noreply.github.com>
  • Loading branch information
James McLeod and SeniorStoryteller authored Jun 16, 2022
1 parent 1270a77 commit 3a4f1a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const copyrightOwner = 'The Linux Foundation'
module.exports = {
title: `${projectName}`,
tagline: `${projectName}`,
url: 'https://linuxfoundation.github.io/',
url: 'https://podcast.linuxfoundation.org/',
baseUrl: '/',
favicon: 'img/favicon/cropped-favicon-80x80.png',
projectName: 'lf-podcast',
Expand Down
1 change: 1 addition & 0 deletions website/static/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
podcast.linuxfoundation.org

0 comments on commit 3a4f1a8

Please sign in to comment.