rbind / support

Technical support for rbind
https://support.rbind.io
MIT License
47 stars 24 forks source link

subdomain request #967

Closed ShreyashSomvanshi closed 3 months ago

ShreyashSomvanshi commented 3 months ago

Netlify website address

shreyash-web.netlify.app

Preferred rbind.io subdomain

shreyash.rbind.io

Agreement

nanxstats commented 3 months ago

@ShreyashSomvanshi We have configured the rbind subdomain you requested. Please:

  1. Add the rbind subdomain in your Netlify account as the custom domain to your site, as is shown below. Simply use your subdomain.rbind.io as the record, no www needed.

  1. There might be messages saying "DNS verification failed" or "check DNS configuration" on Netlify after adding the rbind subdomain -- they can be safely ignored as long as the site renders properly.

  2. You may also find the last two sections of this post helpful for redirecting HTTP traffic to HTTPS automatically.

Thanks! -Nan

ShreyashSomvanshi commented 3 months ago

Hi @nanxstats, I have encountered an issue that aligns with your expertise. Could you please take a look and offer your insights on resolving it? The link to the issue is https://stackoverflow.com/questions/78130361/about-page-not-working-when-using-a-fresh-hugo-apero-build.

Thanks!

nanxstats commented 3 months ago

@ShreyashSomvanshi Just tested and the following works for me out of the box, say ~/zzz/ is the site directory:

library(blogdown)

new_site(
  "~/zzz/",
  theme = "hugo-apero/hugo-apero",
  format = "toml",
  sample = FALSE,
  empty_dirs = TRUE
)
ShreyashSomvanshi commented 3 months ago

Thank you @nanxstats for your time in addressing this issue. However, the fix seems to be working on your end but not on mine. I am still getting 404 Page not found in About section. Could you please assist me further in resolving this? My hugo-apero repository: https://github.com/ShreyashSomvanshi/apero

nanxstats commented 3 months ago

Hey @ShreyashSomvanshi -sorry to hear that but it's not entirely clear to me what could be the issue - I think it would be productive if you can ask the original author of the blog post or the theme author.

ShreyashSomvanshi commented 3 months ago

@nanxstats Thanks for your help and suggestion!