From a861f0c2353753cf2d43049f72e0e701323b4846 Mon Sep 17 00:00:00 2001 From: Ondra Chaloupka Date: Tue, 6 Dec 2016 14:16:14 +0100 Subject: [PATCH] You need cname in config json to get admin page working https://github.com/HubPress/hubpress.io/issues/442 --- hubpress/config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hubpress/config.json b/hubpress/config.json index 2f0db3ec..00f5989b 100644 --- a/hubpress/config.json +++ b/hubpress/config.json @@ -1,7 +1,8 @@ { "meta": { - "username": "put your username here", - "repositoryName": "put your repository name here", + "username": "ochaloup", + "repositoryName": "blog.chalda.cz", + "cname": "blog.chalda.cz", "branch": "gh-pages" }, "theme": {