Skip to content

Commit f5a08b1

Browse files
author
Diego Fernandez
committed
https all the things
1 parent 0171edc commit f5a08b1

File tree

30 files changed

+478
-478
lines changed

30 files changed

+478
-478
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Desk was developed by [Ivan Chromjak](https://ivanchromjak.com) for [jekyll.plus
2121

2222
## Installation
2323

24-
Install the dependencies with [Bundler](http://bundler.io/):
24+
Install the dependencies with [Bundler](https://bundler.io/):
2525

2626
```bash
2727
bundle install
@@ -43,7 +43,7 @@ Add your site and author details in `_config.yml`:
4343
title: Desk - Helpdesk Jekyll Theme
4444
description: Knowledge base Jekyll theme.
4545

46-
# Site base hostname & protocol, e.g. http://example.com
46+
# Site base hostname & protocol, e.g. https://example.com
4747
url: "https://desk.jekyll.plus"
4848

4949
# Site logo, dark and light depending on page hero text setting dark/light
@@ -55,7 +55,7 @@ logo_image:
5555
author:
5656
name: Jim Smith
5757
email: john@somewebsite.com
58-
website: http://somewebsite.com
58+
website: https://somewebsite.com
5959
facebook: https://www.facebook.com/
6060
flickr: https://flickr.com/
6161
dribbble: https://dribbble.com/
@@ -191,13 +191,13 @@ Add the following code at the top of the post:
191191
Embed local videos:
192192
```html
193193
<video controls playsinline uk-video="automute: true">
194-
<source src="http://www.quirksmode.org/html5/videos/big_buck_bunny.mp4" type="video/mp4">
195-
<source src="http://www.quirksmode.org/html5/videos/big_buck_bunny.ogv" type="video/ogg">
194+
<source src="https://www.quirksmode.org/html5/videos/big_buck_bunny.mp4" type="video/mp4">
195+
<source src="https://www.quirksmode.org/html5/videos/big_buck_bunny.ogv" type="video/ogg">
196196
</video>
197197
```
198198
Embed YouTube videos:
199199
```html
200-
<iframe src="http://www.youtube.com/embed/YE7VzlLtp-4?autoplay=0&amp;showinfo=0&amp;rel=0&amp;modestbranding=1&amp;playsinline=1" width="600" height="340" frameborder="0" allowfullscreen uk-responsive uk-video="automute: true"></iframe>
200+
<iframe src="https://www.youtube.com/embed/YE7VzlLtp-4?autoplay=0&amp;showinfo=0&amp;rel=0&amp;modestbranding=1&amp;playsinline=1" width="600" height="340" frameborder="0" allowfullscreen uk-responsive uk-video="automute: true"></iframe>
201201
```
202202

203203
To create a draft post, create the post file under the `_drafts` directory, and you can find more information in [Working with Drafts](https://jekyllrb.com/docs/drafts/).

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ baseurl: ""
1414
# Permalink URLs structure, for permalink style options see: https://jekyllrb.com/docs/permalinks/
1515
permalink: /:title/
1616

17-
# Site base hostname & protocol, e.g. http://example.com
17+
# Site base hostname & protocol, e.g. https://example.com
1818
url: "https://help.sensive.co"
1919

2020
# Site logo, dark and light depending on page hero text setting dark/light

_layouts/post.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h1 class="uk-article-title">{{ page.title | escape }}</h1>
2525
{% else %}
2626
{% assign author = site.author.name %}
2727
{% endif %}
28-
by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">{{ author }}</span></span>
28+
by <span itemprop="author" itemscope itemtype="https://schema.org/Person"><span itemprop="name">{{ author }}</span></span>
2929
</p>
3030

3131
{% include related.html %}

_sass/system-font-css/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"author": {
5050
"name": "Jonathan Neal",
5151
"email": "jonathantneal@hotmail.com",
52-
"url": "http://jonathantneal.com"
52+
"url": "https://jonathantneal.com"
5353
},
5454
"bugs": {
5555
"url": "https://github.com/jonathantneal/system-font-css/issues"

_sass/uikit/components/print.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Name: Print
22
// Description: Optimize page for printing
33
//
4-
// Adapted from http://github.com/h5bp/html5-boilerplate
4+
// Adapted from https://github.com/h5bp/html5-boilerplate
55
//
66
// Modifications: Removed link `href` and `title` related rules
77
//

_site/404.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
<meta property="og:locale" content="en_US" />
1414
<meta name="description" content="Sensive is a better way to manage your team’s design resources" />
1515
<meta property="og:description" content="Sensive is a better way to manage your team’s design resources" />
16-
<link rel="canonical" href="http://localhost:4000/404.html" />
17-
<meta property="og:url" content="http://localhost:4000/404.html" />
16+
<link rel="canonical" href="https://localhost:4000/404.html" />
17+
<meta property="og:url" content="https://localhost:4000/404.html" />
1818
<meta property="og:site_name" content="Sensive Help Guides" />
1919
<script type="application/ld+json">
20-
{"url":"http://localhost:4000/404.html","author":{"@type":"Person","name":"The Sensive Team"},"headline":"Feeling Lost","description":"Sensive is a better way to manage your team’s design resources","@type":"WebPage","@context":"https://schema.org"}</script>
20+
{"url":"https://localhost:4000/404.html","author":{"@type":"Person","name":"The Sensive Team"},"headline":"Feeling Lost","description":"Sensive is a better way to manage your team’s design resources","@type":"WebPage","@context":"https://schema.org"}</script>
2121
<!-- End Jekyll SEO tag -->
2222

23-
<meta property="og:image" content="http://localhost:4000/assets/posts/"/>
23+
<meta property="og:image" content="https://localhost:4000/assets/posts/"/>
2424
<link rel="stylesheet" href="/assets/css/main.css">
2525
<link rel="shortcut icon" type="image/png" href="/assets/img/favicon.png" >
2626
<link rel="alternate" type="application/rss+xml" title="Sensive Help Guides" href="/feed.xml">
@@ -42,10 +42,10 @@
4242

4343

4444

45-
<img class="uk-logo-inverse" src="http://localhost:4000/assets/posts/logo-light.svg" alt="Sensive Help Guides">
45+
<img class="uk-logo-inverse" src="https://localhost:4000/assets/posts/logo-light.svg" alt="Sensive Help Guides">
4646

4747

48-
<img src="http://localhost:4000/assets/posts/logo-dark.svg" alt="Sensive Help Guides">
48+
<img src="https://localhost:4000/assets/posts/logo-dark.svg" alt="Sensive Help Guides">
4949

5050

5151

@@ -111,7 +111,7 @@
111111
<h1 class="uk-article-title">Feeling Lost</h1>
112112

113113
<div class="uk-article-content">
114-
<h2 id="the-page-you-are-looking-for-cannot-be-found-please-navigate-to-homepage">The page you are looking for cannot be found. Please navigate to <a href="http://localhost:4000">homepage</a>.</h2>
114+
<h2 id="the-page-you-are-looking-for-cannot-be-found-please-navigate-to-homepage">The page you are looking for cannot be found. Please navigate to <a href="https://localhost:4000">homepage</a>.</h2>
115115

116116
</div>
117117

@@ -183,10 +183,10 @@ <h2 id="the-page-you-are-looking-for-cannot-be-found-please-navigate-to-homepage
183183
<li><a class="uk-logo uk-margin-small-bottom" href="/"></a></li>
184184

185185

186-
<li><a href="http://localhost:4000/" >Help</a></li>
186+
<li><a href="https://localhost:4000/" >Help</a></li>
187187

188188

189-
<li><a href="http://localhost:4000/contact/" >Contact</a></li>
189+
<li><a href="https://localhost:4000/contact/" >Contact</a></li>
190190

191191
</ul>
192192

_site/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Desk was developed by [Ivan Chromjak](https://ivanchromjak.com) for [jekyll.plus
2121

2222
## Installation
2323

24-
Install the dependencies with [Bundler](http://bundler.io/):
24+
Install the dependencies with [Bundler](https://bundler.io/):
2525

2626
```bash
2727
bundle install
@@ -43,7 +43,7 @@ Add your site and author details in `_config.yml`:
4343
title: Desk - Helpdesk Jekyll Theme
4444
description: Knowledge base Jekyll theme.
4545

46-
# Site base hostname & protocol, e.g. http://example.com
46+
# Site base hostname & protocol, e.g. https://example.com
4747
url: "https://desk.jekyll.plus"
4848

4949
# Site logo, dark and light depending on page hero text setting dark/light
@@ -55,7 +55,7 @@ logo_image:
5555
author:
5656
name: Jim Smith
5757
email: john@somewebsite.com
58-
website: http://somewebsite.com
58+
website: https://somewebsite.com
5959
facebook: https://www.facebook.com/
6060
flickr: https://flickr.com/
6161
dribbble: https://dribbble.com/
@@ -191,13 +191,13 @@ Add the following code at the top of the post:
191191
Embed local videos:
192192
```html
193193
<video controls playsinline uk-video="automute: true">
194-
<source src="http://www.quirksmode.org/html5/videos/big_buck_bunny.mp4" type="video/mp4">
195-
<source src="http://www.quirksmode.org/html5/videos/big_buck_bunny.ogv" type="video/ogg">
194+
<source src="https://www.quirksmode.org/html5/videos/big_buck_bunny.mp4" type="video/mp4">
195+
<source src="https://www.quirksmode.org/html5/videos/big_buck_bunny.ogv" type="video/ogg">
196196
</video>
197197
```
198198
Embed YouTube videos:
199199
```html
200-
<iframe src="http://www.youtube.com/embed/YE7VzlLtp-4?autoplay=0&amp;showinfo=0&amp;rel=0&amp;modestbranding=1&amp;playsinline=1" width="600" height="340" frameborder="0" allowfullscreen uk-responsive uk-video="automute: true"></iframe>
200+
<iframe src="https://www.youtube.com/embed/YE7VzlLtp-4?autoplay=0&amp;showinfo=0&amp;rel=0&amp;modestbranding=1&amp;playsinline=1" width="600" height="340" frameborder="0" allowfullscreen uk-responsive uk-video="automute: true"></iframe>
201201
```
202202

203203
To create a draft post, create the post file under the `_drafts` directory, and you can find more information in [Working with Drafts](https://jekyllrb.com/docs/drafts/).

_site/account-create-new-account/index.html

+10-10
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313
<meta property="og:locale" content="en_US" />
1414
<meta name="description" content="Visit sensive.co/sign_up Add a valid email and create a password Click Continue" />
1515
<meta property="og:description" content="Visit sensive.co/sign_up Add a valid email and create a password Click Continue" />
16-
<link rel="canonical" href="http://localhost:4000/account-create-new-account/" />
17-
<meta property="og:url" content="http://localhost:4000/account-create-new-account/" />
16+
<link rel="canonical" href="https://localhost:4000/account-create-new-account/" />
17+
<meta property="og:url" content="https://localhost:4000/account-create-new-account/" />
1818
<meta property="og:site_name" content="Sensive Help Guides" />
1919
<meta property="og:type" content="article" />
2020
<meta property="article:published_time" content="2019-10-23T00:00:00-04:00" />
2121
<script type="application/ld+json">
22-
{"url":"http://localhost:4000/account-create-new-account/","author":{"@type":"Person","name":"Diego Fernandez"},"headline":"Create an account","dateModified":"2019-10-23T00:00:00-04:00","datePublished":"2019-10-23T00:00:00-04:00","description":"Visit sensive.co/sign_up Add a valid email and create a password Click Continue","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/account-create-new-account/"},"@type":"BlogPosting","@context":"https://schema.org"}</script>
22+
{"url":"https://localhost:4000/account-create-new-account/","author":{"@type":"Person","name":"Diego Fernandez"},"headline":"Create an account","dateModified":"2019-10-23T00:00:00-04:00","datePublished":"2019-10-23T00:00:00-04:00","description":"Visit sensive.co/sign_up Add a valid email and create a password Click Continue","mainEntityOfPage":{"@type":"WebPage","@id":"https://localhost:4000/account-create-new-account/"},"@type":"BlogPosting","@context":"https://schema.org"}</script>
2323
<!-- End Jekyll SEO tag -->
2424

25-
<meta property="og:image" content="http://localhost:4000/assets/posts/"/>
25+
<meta property="og:image" content="https://localhost:4000/assets/posts/"/>
2626
<link rel="stylesheet" href="/assets/css/main.css">
2727
<link rel="shortcut icon" type="image/png" href="/assets/img/favicon.png" >
2828
<link rel="alternate" type="application/rss+xml" title="Sensive Help Guides" href="/feed.xml">
@@ -44,10 +44,10 @@
4444

4545

4646

47-
<img class="uk-logo-inverse" src="http://localhost:4000/assets/posts/logo-light.svg" alt="Sensive Help Guides">
47+
<img class="uk-logo-inverse" src="https://localhost:4000/assets/posts/logo-light.svg" alt="Sensive Help Guides">
4848

4949

50-
<img src="http://localhost:4000/assets/posts/logo-dark.svg" alt="Sensive Help Guides">
50+
<img src="https://localhost:4000/assets/posts/logo-dark.svg" alt="Sensive Help Guides">
5151

5252

5353

@@ -122,7 +122,7 @@ <h1 class="uk-article-title">Create an account</h1>
122122
</ul>
123123

124124
<figure>
125-
<img src="http://localhost:4000/assets/posts/2019-10-23-account-create-new-account.png" alt="Sign Up" />
125+
<img src="https://localhost:4000/assets/posts/2019-10-23-account-create-new-account.png" alt="Sign Up" />
126126

127127
</figure>
128128

@@ -136,7 +136,7 @@ <h1 class="uk-article-title">Create an account</h1>
136136
Oct 23, 2019
137137
</time>
138138

139-
by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Diego Fernandez</span></span>
139+
by <span itemprop="author" itemscope itemtype="https://schema.org/Person"><span itemprop="name">Diego Fernandez</span></span>
140140
</p>
141141

142142
<div class="uk-margin-large-top">
@@ -372,10 +372,10 @@ <h3>Related Articles</h3>
372372
<li><a class="uk-logo uk-margin-small-bottom" href="/"></a></li>
373373

374374

375-
<li><a href="http://localhost:4000/" >Help</a></li>
375+
<li><a href="https://localhost:4000/" >Help</a></li>
376376

377377

378-
<li><a href="http://localhost:4000/contact/" >Contact</a></li>
378+
<li><a href="https://localhost:4000/contact/" >Contact</a></li>
379379

380380
</ul>
381381

_site/account-reset-password/index.html

+10-10
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313
<meta property="og:locale" content="en_US" />
1414
<meta name="description" content="Before you reset your password verify the information you are entering is correct." />
1515
<meta property="og:description" content="Before you reset your password verify the information you are entering is correct." />
16-
<link rel="canonical" href="http://localhost:4000/account-reset-password/" />
17-
<meta property="og:url" content="http://localhost:4000/account-reset-password/" />
16+
<link rel="canonical" href="https://localhost:4000/account-reset-password/" />
17+
<meta property="og:url" content="https://localhost:4000/account-reset-password/" />
1818
<meta property="og:site_name" content="Sensive Help Guides" />
1919
<meta property="og:type" content="article" />
2020
<meta property="article:published_time" content="2019-10-23T00:00:00-04:00" />
2121
<script type="application/ld+json">
22-
{"url":"http://localhost:4000/account-reset-password/","author":{"@type":"Person","name":"Diego Fernandez"},"headline":"Trouble signing in","dateModified":"2019-10-23T00:00:00-04:00","datePublished":"2019-10-23T00:00:00-04:00","description":"Before you reset your password verify the information you are entering is correct.","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/account-reset-password/"},"@type":"BlogPosting","@context":"https://schema.org"}</script>
22+
{"url":"https://localhost:4000/account-reset-password/","author":{"@type":"Person","name":"Diego Fernandez"},"headline":"Trouble signing in","dateModified":"2019-10-23T00:00:00-04:00","datePublished":"2019-10-23T00:00:00-04:00","description":"Before you reset your password verify the information you are entering is correct.","mainEntityOfPage":{"@type":"WebPage","@id":"https://localhost:4000/account-reset-password/"},"@type":"BlogPosting","@context":"https://schema.org"}</script>
2323
<!-- End Jekyll SEO tag -->
2424

25-
<meta property="og:image" content="http://localhost:4000/assets/posts/"/>
25+
<meta property="og:image" content="https://localhost:4000/assets/posts/"/>
2626
<link rel="stylesheet" href="/assets/css/main.css">
2727
<link rel="shortcut icon" type="image/png" href="/assets/img/favicon.png" >
2828
<link rel="alternate" type="application/rss+xml" title="Sensive Help Guides" href="/feed.xml">
@@ -44,10 +44,10 @@
4444

4545

4646

47-
<img class="uk-logo-inverse" src="http://localhost:4000/assets/posts/logo-light.svg" alt="Sensive Help Guides">
47+
<img class="uk-logo-inverse" src="https://localhost:4000/assets/posts/logo-light.svg" alt="Sensive Help Guides">
4848

4949

50-
<img src="http://localhost:4000/assets/posts/logo-dark.svg" alt="Sensive Help Guides">
50+
<img src="https://localhost:4000/assets/posts/logo-dark.svg" alt="Sensive Help Guides">
5151

5252

5353

@@ -126,7 +126,7 @@ <h1 class="uk-article-title">Trouble signing in</h1>
126126
</ul>
127127

128128
<figure>
129-
<img src="http://localhost:4000/assets/posts/2019-10-23-account-reset-password.png" alt="Password reset screen" />
129+
<img src="https://localhost:4000/assets/posts/2019-10-23-account-reset-password.png" alt="Password reset screen" />
130130

131131
</figure>
132132

@@ -142,7 +142,7 @@ <h1 class="uk-article-title">Trouble signing in</h1>
142142
Oct 23, 2019
143143
</time>
144144

145-
by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Diego Fernandez</span></span>
145+
by <span itemprop="author" itemscope itemtype="https://schema.org/Person"><span itemprop="name">Diego Fernandez</span></span>
146146
</p>
147147

148148
<div class="uk-margin-large-top">
@@ -378,10 +378,10 @@ <h3>Related Articles</h3>
378378
<li><a class="uk-logo uk-margin-small-bottom" href="/"></a></li>
379379

380380

381-
<li><a href="http://localhost:4000/" >Help</a></li>
381+
<li><a href="https://localhost:4000/" >Help</a></li>
382382

383383

384-
<li><a href="http://localhost:4000/contact/" >Contact</a></li>
384+
<li><a href="https://localhost:4000/contact/" >Contact</a></li>
385385

386386
</ul>
387387

_site/assets/img/location.svg

+2-2
Loading

0 commit comments

Comments
 (0)