From 32b12bb8ef991663244e916c26aa60514867c41b Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Tue, 6 Aug 2024 15:57:54 +0200 Subject: [PATCH] Updated website guide - checkbox list for steps --- .../docs/contributors/deploy-event-website.md | 42 +++++++++---------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/src/content/docs/contributors/deploy-event-website.md b/src/content/docs/contributors/deploy-event-website.md index f9de9fcb..81c40065 100644 --- a/src/content/docs/contributors/deploy-event-website.md +++ b/src/content/docs/contributors/deploy-event-website.md @@ -21,31 +21,31 @@ NOTE: If you have already deployed the website code via Github Pages for testing ## Step-by-step Guide ### Part 1: Github Pages -1 - Navigate to the project repository main page (example: github.com/web3privacy/c24bkk) -1 - Deploy the project to Github Pages by selecting 'Settings' in the top menu bar -1 - Page loads, see the left hand menu bar, under the section 'Code and Automation' select 'Pages' -1 - In the main window, under the 'Source' section, ensure 'Deploy from Branch' option is selected in the dropdown menu -1 - Underneith it in the 'Branch' section, use the dropdown and select 'main' (next to it the '/root' option will autoselect itself) -1 - In this section 'Branch', click on the 'Save' button, the webpage will reload -1 - After a few minutes Github Pages will deploy your code online, go to the Deployments section of your project (Example: github.com/web3privacy/c24bkk/deployments/github-pages) -1 - Here you can see the current deployments, their URL, a button to visit the site, and also where the option to Unpublish it is available +- [ ] Navigate to the project repository main page (example: github.com/web3privacy/c24bkk) +- [ ] Deploy the project to Github Pages by selecting 'Settings' in the top menu bar +- [ ] Page loads, see the left hand menu bar, under the section 'Code and Automation' select 'Pages' +- [ ] In the main window, under the 'Source' section, ensure 'Deploy from Branch' option is selected in the dropdown menu +- [ ] Underneith it in the 'Branch' section, use the dropdown and select 'main' (next to it the '/root' option will autoselect itself) +- [ ] In this section 'Branch', click on the 'Save' button, the webpage will reload +- [ ] After a few minutes Github Pages will deploy your code online, go to the Deployments section of your project (Example: github.com/web3privacy/c24bkk/deployments/github-pages) +- [ ] Here you can see the current deployments, their URL, a button to visit the site, and also where the option to Unpublish it is available ### Part 2: Porkbun -2 - Login to porkbun -2 - hover your mouse over 'web3privacy.info' within the domains list in home dashboard -2 - two options should appear under the name, select the 'DNS' one -2 - A pop-up appears requesting you create a new DNS record (below it is a list of the current DNS records) -2 - Under Type, select 'CNAME - Canonical name record' -2 - Under Host, type the subdomain you want it to point to (example: for c24bkk.web3privacy.info enter 'c24bkk' in this field) -2 - Under Answer, type 'web3privacy.github.io' -2 - You can leave everything else within this pop-up as it and scroll down, select the big blue 'Add' button -2 - scroll to top of the pop-up, a small banner should tell you the record was added (or if an error occured) +- [ ] Login to porkbun +- [ ] hover your mouse over 'web3privacy.info' within the domains list in home dashboard +- [ ] two options should appear under the name, select the 'DNS' one +- [ ] A pop-up appears requesting you create a new DNS record (below it is a list of the current DNS records) +- [ ] Under Type, select 'CNAME - Canonical name record' +- [ ] Under Host, type the subdomain you want it to point to (example: for c24bkk.web3privacy.info enter 'c24bkk' in this field) +- [ ] Under Answer, type 'web3privacy.github.io' +- [ ] You can leave everything else within this pop-up as it and scroll down, select the big blue 'Add' button +- [ ] scroll to top of the pop-up, a small banner should tell you the record was added (or if an error occured) ### Part 3: Testing -3 - Wait 2-5 minutes (really, this can take some time to update) -3 - Use a different browser or clear your browser cache and cookies -3 - navigate to your project Github Pages URL (example: web3privacy.github.io/c24bkk) -3 - If all is working then the domain within your browser bar should change to the subdomain of repository (example: c24bkk.web3privacy.info) +- [ ] Wait 2-5 minutes (really, this can take some time to update) +- [ ] Use a different browser or clear your browser cache and cookies +- [ ] navigate to your project Github Pages URL (example: web3privacy.github.io/c24bkk) +- [ ] If all is working then the domain within your browser bar should change to the subdomain of repository (example: c24bkk.web3privacy.info) ### Troubleshooting