Skip to content

Mixed Content HTTPS #67

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ This site uses [Jekyll Bootstrap][boots] with a heavily customized version of
[home]: https://bpkg.sh/
[hub]: https://github.com/bpkg/bpkg
[org]: https://github.com/bpkg
[jekyll]: http://jekyllrb.com/
[jekyll]: https://jekyllrb.com/
[tuto]: http://jekyllbootstrap.com/usage/jekyll-quick-start.html
[posts]: http://jekyllrb.com/docs/posts/
[posts]: https://jekyllrb.com/docs/posts/
[intro]: http://jekyllbootstrap.com/lessons/jekyll-introduction.html
[boots]: http://jekyllbootstrap.com/
[theme]: https://github.com/jekyllbootstrap/theme-the-program
[saito]: http://css.studiomohawk.com/
[saito]: https://studiomohawk.com/
2 changes: 1 addition & 1 deletion _includes/JB/comments-providers/disqus
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
dsq.src = 'https://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
Expand Down
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h4>news</h4>

<p id="footer-licence">
Powered by <a href="https://github.com/mojombo/jekyll">Jekyll</a> and <a href="http://jekyllbootstrap.com/">Jekyll-bootstrap</a>.<br />
Design made by <a href="http://alexdantas.net">Alexandre Dantas</a>, based on <a href="https://github.com/jekyllbootstrap/theme-the-program">the_program</a> by <a href="http://css.studiomohawk.com/">Yuya Saito</a>.
Design made by <a href="http://alexdantas.net">Alexandre Dantas</a>, based on <a href="https://github.com/jekyllbootstrap/theme-the-program">the_program</a> by <a href="http://studiomohawk.com/">Yuya Saito</a>.
</p>

</div><!-- misc -->
2 changes: 1 addition & 1 deletion about.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: About
permalink: /about/
---

This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](http://jekyllrb.com/)
This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](https://jekyllrb.com/)

You can find the source code for the Jekyll new theme at: [github.com/jglovier/jekyll-new](https://github.com/jglovier/jekyll-new)

Expand Down
2 changes: 1 addition & 1 deletion guidelines/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ $ source my_script.sh
$ my_script some more args --blah
```

[json]: http://json.org/example
[json]: https://json.org/example
[shell features]: https://www.gnu.org/software/bash/manual/html_node/Basic-Shell-Features.html
[special parameters]: https://www.gnu.org/software/bash/manual/html_node/Special-Parameters.html
[shell expansions]: https://www.gnu.org/software/bash/manual/html_node/Shell-Expansions.html
4 changes: 2 additions & 2 deletions submit/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ If you don't have a github account yet, you will need to create one.
The following commands will download our website under a directory called `bpkg.github.io` and then navigate to it.

{% highlight bash %}
$ git clone http://github.com/bpkg/bpkg.github.io
$ git clone https://github.com/bpkg/bpkg.github.io
$ cd bpkg.github.io
{% endhighlight %}

Expand Down Expand Up @@ -89,7 +89,7 @@ A _sample package information_ file would be like this:
## Links

* [Source Code (GitHub)][https://github.com/your/repository]
* [Author: Satan](http://your.homepage.com)
* [Author: Satan](https://your.homepage.com)

## 4. Submit it to us

Expand Down