HubPress / hubpress.io

A web application to build your blog on GitHub
MIT License
2.81k stars 2.63k forks source link

Log in page is not loded #449

Closed MingyuJeon closed 7 years ago

MingyuJeon commented 7 years ago

How can I solve this problem? I can't even log in hubpress.

image

image

anthonny commented 7 years ago

Hi @MingyuJeon,

Your configuration is good, but look:

    "repositoryName": "mingyujeon.github.io"

And your repository is named MingyuJeon, just rename your repository to mingyujeon.github.io and it should be good

anthonny commented 7 years ago

A good practice is to keep lowercase and uppercase in names, try with this configuration:

{
  "meta": {
    "username": "MingyuJeon",
    "repositoryName": "MingyuJeon.github.io",
    "branch": "master"
  },
  "theme": {
    "name": "Casper"
  }
}
MingyuJeon commented 7 years ago

@anthonny Thank you for the fast reply! 👍

jaredmorgs commented 7 years ago

What about the title case of the theme name, @anthonny. Needs to be lowercase "casper", correct?

See https://hubpress.gitbooks.io/hubpress-knowledgebase/content/fields/about_themes.html

Sent from Mobile.