Skip to content
Snippets Groups Projects
Commit addc93c4 authored by Ahmet Cecen's avatar Ahmet Cecen
Browse files

https loading

parent 4821ef79
No related branches found
Tags 2.0.0
No related merge requests found
# Site settings # Site settings
title: Project Pages title: Project Pages
description: "An Integrated Scientific Blogging Template" description: "An Integrated Scientific Blogging Template"
url: "http://projectpages.github.io" url: "https://projectpages.github.io"
......
...@@ -19,16 +19,16 @@ ...@@ -19,16 +19,16 @@
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}"> <link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
<!-- Bootstrap Core CSS --> <!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="{{ "/css/bootstrap.min.css" | prepend: site.baseurl }}"> <link rel="stylesheet" href="{{ "/css/bootstrap.min.css" | prepend: site.baseurl | prepend: site.url }}">
<!-- Custom CSS --> <!-- Custom CSS -->
<link rel="stylesheet" href="{{ "/css/clean-blog.css" | prepend: site.baseurl }}"> <link rel="stylesheet" href="{{ "/css/clean-blog.css" | prepend: site.baseurl | prepend: site.url }}">
<!-- Adjust Colors --> <!-- Adjust Colors -->
<link rel="stylesheet" href="{{ "/colorscheme.css" | prepend: site.baseurl }}"> <link rel="stylesheet" href="{{ "/colorscheme.css" | prepend: site.baseurl | prepend: site.url }}">
<!-- Pygments Github CSS --> <!-- Pygments Github CSS -->
<link rel="stylesheet" href="{{ "/css/syntax.css" | prepend: site.baseurl }}"> <link rel="stylesheet" href="{{ "/css/syntax.css" | prepend: site.baseurl | prepend: site.url }}">
<!-- Custom Fonts --> <!-- Custom Fonts -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<!-- Custom Theme JavaScript --> <!-- Custom Theme JavaScript -->
<script src="{{ "/js/clean-blog.min.js " | prepend: site.baseurl }}"></script> <script src="{{ "/js/clean-blog.min.js " | prepend: site.baseurl | prepend: site.url }}"></script>
{% include analytics.html %} {% include analytics.html %}
......
...@@ -41,9 +41,9 @@ ...@@ -41,9 +41,9 @@
<script src="{{"/js/plythreejs/three.min.js " | prepend: site.baseurl}}"></script> <script src="{{"/js/plythreejs/three.min.js " | prepend: site.baseurl | prepend: site.url}}"></script>
<script src="{{"/js/plythreejs/TransformControls.js " | prepend: site.baseurl}}"></script> <script src="{{"/js/plythreejs/TransformControls.js " | prepend: site.baseurl | prepend: site.url}}"></script>
<script src="{{"/js/plythreejs/PLYLoader.js " | prepend: site.baseurl}}"></script> <script src="{{"/js/plythreejs/PLYLoader.js " | prepend: site.baseurl | prepend: site.url}}"></script>
<script> <script>
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
{% include ogmeta.html %} {% include ogmeta.html %}
<link rel="stylesheet" type="text/css" href="{{ "/plugin/projector/DataProjector.css " | prepend: site.baseurl }}"> <link rel="stylesheet" type="text/css" href="{{ "/plugin/projector/DataProjector.css " | prepend: site.baseurl | prepend: site.url}}">
{% include analytics.html %} {% include analytics.html %}
......
...@@ -19,11 +19,11 @@ ...@@ -19,11 +19,11 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="{{"/css/reveal.min.css" | prepend: site.baseurl}}"> <link rel="stylesheet" href="{{"/css/reveal.min.css" | prepend: site.baseurl | prepend: site.url}}">
<link rel="stylesheet" href="{{"/css/theme/default.css" | prepend: site.baseurl | replace: 'default',page.theme}}" id="theme"> <!-- This is where THEME --> <link rel="stylesheet" href="{{"/css/theme/default.css" | prepend: site.baseurl | prepend: site.url| replace: 'default',page.theme}}" id="theme"> <!-- This is where THEME -->
<!-- For syntax highlighting --> <!-- For syntax highlighting -->
<link rel="stylesheet" href="{{"/lib/css/zenburn.css" | prepend: site.baseurl}}"> <link rel="stylesheet" href="{{"/lib/css/zenburn.css" | prepend: site.baseurl | prepend: site.url}}">
<!-- If the query includes 'print-pdf', include the PDF print sheet --> <!-- If the query includes 'print-pdf', include the PDF print sheet -->
<script> <script>
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
<![endif]--> <![endif]-->
<!-- Pygments Github CSS --> <!-- Pygments Github CSS -->
<link rel="stylesheet" href="{{ "/css/syntax.css" | prepend: site.baseurl }}"> <link rel="stylesheet" href="{{ "/css/syntax.css" | prepend: site.baseurl | prepend: site.url }}">
{% include analytics.html %} {% include analytics.html %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment