Skip to content

Commit

Permalink
use https for URLs in index page and CSS files
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Nov 6, 2023
1 parent 9c0f98d commit 1b763a7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions css/asciidoctor.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Asciidoctor default stylesheet | MIT License | http://asciidoctor.org */
/* Asciidoctor default stylesheet | MIT License | https://asciidoctor.org */
@import "https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400";
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}
audio,canvas,video{display:inline-block}
Expand Down Expand Up @@ -395,4 +395,4 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
.hide-on-print{display:none!important}
.print-only{display:block!important}
.hide-for-print{display:none!important}
.show-for-print{display:inherit!important}}
.show-for-print{display:inherit!important}}
4 changes: 2 additions & 2 deletions css/coderay.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Stylesheet for CodeRay to match GitHub theme | MIT License | http://foundation.zurb.com */
/* Stylesheet for CodeRay to match GitHub theme | MIT License | https://foundation.zurb.com */
pre.CodeRay {background-color:#f7f7f8; border: solid; border-color: #dfdfdf; border-width: 1px;}
.CodeRay code{border-style: none; padding: 0}
.CodeRay .line-numbers{border-right:1px solid #d8d8d8;padding:0 0.5em 0 .25em}
Expand Down Expand Up @@ -87,4 +87,4 @@ table.CodeRay td.code>pre{padding:0}
.CodeRay .insert .insert{color:#080}
.CodeRay .delete .delete{color:#800}
.CodeRay .change .change{color:#66f}
.CodeRay .head .head{color:#f4f}
.CodeRay .head .head{color:#f4f}
10 changes: 5 additions & 5 deletions index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ To display a list of posts, use Jekyll syntax similar to the following:

=== Update Look and feel

The layout provided with the https://github.com/asciidoctor/jekyll-asciidoc-quickstart[Jekyll AsciiDoc Quickstart] project is based on http://foundation.zurb.com[Foundation], a responsive design css framework. You're free to update the layout by editing the `_layouts/default.html` file and css under the `css` directory.
The layout provided with the https://github.com/asciidoctor/jekyll-asciidoc-quickstart[Jekyll AsciiDoc Quickstart] project is based on https://foundation.zurb.com[Foundation], a responsive design css framework. You're free to update the layout by editing the `_layouts/default.html` file and css under the `css` directory.

//This blog layout is based on the http://foundation.zurb.com/templates-previews-sites-f6/blog.html[Blog template].
//This blog layout is based on the https://foundation.zurb.com/templates-previews-sites-f6/blog.html[Blog template].

=== Reference documentation

The following links will help with detailed explanations on Jekyll and AsciiDoc.

* http://jekyllrb.com[Jekyll]
* http://asciidoctor.org/docs/asciidoc-syntax-quick-reference/[AsciiDoc Quick Reference]
* http://asciidoctor.org[Asciidoctor]
* https://jekyllrb.com[Jekyll]
* https://docs.asciidoctor.org/asciidoc/latest/syntax-quick-reference/[AsciiDoc Quick Reference]
* https://asciidoctor.org[Asciidoctor]

0 comments on commit 1b763a7

Please sign in to comment.