Markbind: Give a decent ‘first contact’ impression

Created on 3 Feb 2019  Â·  12Comments  Â·  Source: MarkBind/markbind

  • [x] Use a custom domain
  • [x] No redirect in landing page
c.Goal

Most helpful comment

"baseUrl": "/markbind.github.io"

I suspect this should be just /

All 12 comments

The custom domain we're going to use is https://markbind.github.io (mentioned in #626)?.

The custom domain we're going to use is https://markbind.github.io (mentioned in #626)?.

No, https://markbind.org

So I have to get this custom domain registered first? Or do we already own this?

So I have to get this custom domain registered first? Or do we already own this?

I'll take care of the first item after #626 is done.

For #626, I just have to configure the repo and branch settings in site.json and do a markbind deploy, right? Because I don't have access to the markbind.github.io repo.

For #626, I just have to configure the repo and branch settings in site.json and do a markbind deploy, right? Because I don't have access to the markbind.github.io repo.

I think so. @yamgent what do you think?

For #626, I just have to configure the repo and branch settings in site.json and do a markbind deploy, right? Because I don't have access to the markbind.github.io repo.

Yes that should work.

I'm getting the following error as I don't have access rights to the markbind.github.io repository.

error: remote: Permission to MarkBind/markbind.github.io.git denied to amad-person.
fatal: unable to access 'https://github.com/MarkBind/markbind.github.io.git/': The requested URL returned error: 403

Changes made to site.json:

"baseUrl": "/markbind.github.io"
  "deploy": {
    "message": "Site Update.",
    "repo": "https://github.com/MarkBind/markbind.github.io.git",
    "branch": "master"
  }

I'm getting the following error as I don't have access rights to the markbind.github.io repository.

You don't need to actually deploy. @yamgent will deploy when along with the next release.

Okay!

"baseUrl": "/markbind.github.io"

I suspect this should be just /

Closing this as both items are done now.

Was this page helpful?
0 / 5 - 0 ratings