You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there are problems with loading assets like CSS files and images, make sure that both **URL** and **BASEURL** are set correctly!!!
55
64
56
65
----------
57
66
67
+
**NOT FOR HTTPS served repos!!!**
68
+
==================================
69
+
70
+
* Applies for v1.2!
71
+
58
72
If you want to use your **own domain** go to the root of your project's repository, create a CNAME file and add a line with your domain name, e.g. `www.yourdomain.com`.
59
73
60
74
Go to your domain name registrar and add a CNAME record pointing your domain to GitHub Pages:
@@ -76,7 +90,7 @@ Usage
76
90
2. Create a new branch called `gh-pages` in your repository.
77
91
3. Go to the branches directory at `https://github.com/yourusername/repositoryname/branches` and *change***default branch** to **gh-pages**.
78
92
4. Delete **master** branch.
79
-
3. GitHub will build your site automatically and publish it at `http://yourusername.github.io/repositoryname/`.
93
+
3. GitHub will build your site automatically and publish it at `https://yourusername.github.io/repositoryname/`.
80
94
81
95
----------
82
96
@@ -118,7 +132,7 @@ All the credits and the helpers can be found at **ABOUT** page.
118
132
119
133
----------
120
134
121
-
Read <ahref="http://sunbliss.github.io/photorama/journal/images-size-for-better-performance/">**this**</a> post if you want to ensure your website always loads fast.
135
+
Read <ahref="https://sunbliss.github.io/photorama/journal/images-size-for-better-performance/">**this**</a> post if you want to ensure your website always loads fast.
0 commit comments