Skip to content

Commit 8e01130

Browse files
authored
Version 2.0 released
1 parent b32535f commit 8e01130

File tree

1 file changed

+22
-8
lines changed

1 file changed

+22
-8
lines changed

README.md

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ p h o t o r a m a
55

66
----------
77

8-
---> [DEMO](http://sunbliss.github.io/photorama/ "DEMO") <---
8+
---> [DEMO](https://sunbliss.github.io/photorama/ "DEMO") <---
99

1010
----------
1111

@@ -20,6 +20,15 @@ It uses [Clean Blog](https://github.com/BlackrockDigital/startbootstrap-clean-bl
2020
----------
2121
## Change Log
2222

23+
### Version 2.0 (2/4/2017)
24+
25+
* HTTPS is now enforced.
26+
27+
**Custom Domains are not supported.**
28+
29+
For the time being, the only way to apply a custom domain name is by removing HTTPS as of the previous version.
30+
Hoping Github developers will give its users the ability to add a custom domain served under security.
31+
2332
### Version 1.2 (1/31/2017)
2433

2534
* Fixed footer code so that the twitter icon links to the twitter_username instead of instagram_username.
@@ -37,24 +46,29 @@ It uses [Clean Blog](https://github.com/BlackrockDigital/startbootstrap-clean-bl
3746
**IMPORTANT!!!**
3847
================
3948

40-
###Before you begin: Change the URL and the BASEURL as well as the internal nav links in the _config.yml
49+
### Before you begin: Change the URL and the BASEURL as well as the internal nav links in the _config.yml
4150

42-
The **URL** should say `http://yourusername.github.io`
51+
The **URL** should say `https://yourusername.github.io`
4352

4453
The **BASEURL** should say `/repositoryname`
4554

4655
**Internal nav** should say
4756

4857
nav:
4958

50-
- GALLERY: `"http://yourusername.github.io/repositoryname/gallery/"`
51-
- JOURNAL: `"http://yourusername.github.io/repositoryname/journal/"`
52-
- ABOUT: `"http://yourusername.github.io/repositoryname/about/`"
59+
- GALLERY: `"https://yourusername.github.io/repositoryname/gallery/"`
60+
- JOURNAL: `"https://yourusername.github.io/repositoryname/journal/"`
61+
- ABOUT: `"https://yourusername.github.io/repositoryname/about/`"
5362

5463
If there are problems with loading assets like CSS files and images, make sure that both **URL** and **BASEURL** are set correctly!!!
5564

5665
----------
5766

67+
**NOT FOR HTTPS served repos!!!**
68+
==================================
69+
70+
* Applies for v1.2!
71+
5872
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`.
5973

6074
Go to your domain name registrar and add a CNAME record pointing your domain to GitHub Pages:
@@ -76,7 +90,7 @@ Usage
7690
2. Create a new branch called `gh-pages` in your repository.
7791
3. Go to the branches directory at `https://github.com/yourusername/repositoryname/branches` and *change* **default branch** to **gh-pages**.
7892
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/`.
8094

8195
----------
8296

@@ -118,7 +132,7 @@ All the credits and the helpers can be found at **ABOUT** page.
118132

119133
----------
120134

121-
Read <a href="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 <a href="https://sunbliss.github.io/photorama/journal/images-size-for-better-performance/">**this**</a> post if you want to ensure your website always loads fast.
122136

123137

124138
----------

0 commit comments

Comments
 (0)