Skip to content

Commit 794b8fc

Browse files
committed
catch up with private pages fixes
1 parent b56eb0f commit 794b8fc

File tree

8 files changed

+2054
-17
lines changed

8 files changed

+2054
-17
lines changed

_includes/DataProjector.js

Lines changed: 2037 additions & 0 deletions
Large diffs are not rendered by default.

_includes/head.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
<link rel="stylesheet" href="{{ "/css/syntax.css" | prepend: site.baseurl }}">
2020

2121
<!-- Custom Fonts -->
22-
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
23-
<link href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
24-
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
22+
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
23+
<link href='https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
24+
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
2525

2626
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
2727
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
@@ -34,7 +34,7 @@
3434
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}});
3535
</script>
3636
<script type="text/javascript"
37-
src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
37+
src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
3838
</script>
3939
<script type="text/x-mathjax-config">
4040
MathJax.Hub.Config({
@@ -45,7 +45,7 @@
4545
<!--<script src="http://cdnjs.cloudflare.com/ajax/libs/d3/3.4.13/d3.min.js" type="text/javascript"></script>-->
4646

4747
<!-- jQuery -->
48-
<script src="http://code.jquery.com/jquery-2.1.4.min.js"></script>
48+
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
4949

5050
<!-- Bootstrap Core JavaScript -->
5151
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>

_layouts/projector.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
77

8-
<link rel="stylesheet" type="text/css" href="/project-pages/plugin/projector/DataProjector.css">
8+
<link rel="stylesheet" type="text/css" href="{{ "/plugin/projector/DataProjector.css" | prepend: site.baseurl }}">
99
</head>
1010
<body>
1111

@@ -50,12 +50,12 @@
5050
<div id="screenshots">
5151
</div>
5252

53-
<script src="/project-pages/plugin/projector/jquery-2.0.2.min.js"></script>
54-
<script src="/project-pages/plugin/projector/three.min.js"></script>
55-
<script src="/project-pages/plugin/projector/TweenLite.min.js"></script>
56-
<script src="/project-pages/plugin/projector/TrackballControls.js"></script>
53+
<script src="{{ "/plugin/projector/jquery-2.0.2.min.js " | prepend: site.baseurl }}"></script>
54+
<script src="{{ "/plugin/projector/three.min.js " | prepend: site.baseurl }}"></script>
55+
<script src="{{ "/plugin/projector/TweenLite.min.js " | prepend: site.baseurl }}"></script>
56+
<script src="{{ "/plugin/projector/TrackballControls.js " | prepend: site.baseurl }}"></script>
5757

58-
<script src="/project-pages/plugin/projector/DataProjector.js"></script>
58+
<script>{% include DataProjector.js %}</script>
5959

6060
</body>
6161
</html>

_posts/2015-01-01-New-Post.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ tags: result
5252

5353
Hover your pointer over the image to expand the view.
5454

55-
![Description](http://img3.wikia.nocookie.net/__cb20140102180853/fairytail/images/5/5b/Logo_Fairy_Tail_right.png)
55+
![Description](/project/img/Logo_Fairy_Tail_right.png)
5656

5757
#Code:
5858

@@ -105,7 +105,7 @@ Head over to the [documentation page](http://matin-hub.github.io/ppguide/) for t
105105

106106
## Data Projector
107107

108-
<embed src="http://matin-hub.github.io/project-pages/projectors/projector0001" height="500px" width="100%">
108+
<embed src="https://private-pages.herokuapp.com/project/projectors/projector0001/" height="500px" width="100%">
109109

110110
## STL
111111

_posts/2015-01-01-New-Slide.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ $$ A = \pi r^2 $$
9797

9898
Alt-Click to zoom.
9999

100-
![Description](http://img3.wikia.nocookie.net/__cb20140102180853/fairytail/images/5/5b/Logo_Fairy_Tail_right.png)
100+
![Description](/project/img/Logo_Fairy_Tail_right.png)
101101

102102
{{ page.horizontal }}
103103

@@ -145,7 +145,7 @@ Now, you CAN write in HTML using this template. If you want to create HTML prese
145145

146146
## Data Projector
147147

148-
<embed src="http://matin-hub.github.io/project-pages/projectors/projector0001" height="500px" width="100%">
148+
<embed src="https://private-pages.herokuapp.com/project/projectors/projector0001/" height="500px" width="100%">
149149

150150
<!-- End Here -->
151151
{{ page.horizontal }}

img/Logo_Fairy_Tail_right.png

94.7 KB
Loading

plugin/math/math.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
var RevealMath = window.RevealMath || (function(){
88

99
var options = Reveal.getConfig().math || {};
10-
options.mathjax = options.mathjax || 'http://cdn.mathjax.org/mathjax/latest/MathJax.js';
10+
options.mathjax = options.mathjax || 'https://cdn.mathjax.org/mathjax/latest/MathJax.js';
1111
options.config = options.config || 'TeX-AMS_HTML-full';
1212

1313
loadScript( options.mathjax + '?config=' + options.config, function() {

projectors/projector0001.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
layout: projector
3-
dataset: http://ahmetcecen.github.io/data-projector/data.json
3+
dataset: /projectors/data.json
44
---
55

0 commit comments

Comments
 (0)