Skip to content

Commit

Permalink
Deploy tlnagy/jekyll-lab-notebook to github.com/tlnagy/jekyll-lab-not…
Browse files Browse the repository at this point in the history
…ebook.git:gh-pages
  • Loading branch information
traviscibot committed Feb 22, 2018
1 parent 7758d64 commit 70ae175
Show file tree
Hide file tree
Showing 10 changed files with 89 additions and 89 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ GEM
pathutil (~> 0.9)
rouge (>= 1.7, < 4)
safe_yaml (~> 1.0)
jekyll-lab-notebook (0.1.5)
jekyll-lab-notebook (0.1.6)
jekyll (~> 3.5)
jekyll-lab-notebook-plugins (0.1.5)
jekyll (~> 3.5)
Expand Down
26 changes: 13 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
</title>
<meta name="description" content="Write things here">

<link rel="stylesheet" href="/assets/main.css">
<link rel="canonical" href="/">
<link rel="alternate" type="application/rss+xml" title="Example ELN" href="/feed.xml">
<link rel="stylesheet" href="/jekyll-lab-notebook/assets/main.css">
<link rel="canonical" href="/jekyll-lab-notebook/">
<link rel="alternate" type="application/rss+xml" title="Example ELN" href="/jekyll-lab-notebook/feed.xml">
</head>


Expand All @@ -23,14 +23,14 @@
<header class="site-header" role="banner">

<div class="wrapper">
<a class="site-title" href="/">Example ELN</a>
<a class="site-title" href="/jekyll-lab-notebook/">Example ELN</a>

<nav class="site-nav">
<div class="trigger">



<a class="page-link" href="/projects">Projects</a>
<a class="page-link" href="/jekyll-lab-notebook/projects">Projects</a>

<input type="text" id="search-input" placeholder="search...">
</div>
Expand Down Expand Up @@ -147,11 +147,11 @@ <h1><a href="#" id="log-link"
<ul class="posts">


<li><a href="/log/2017_10/">October 2017</a></li>
<li><a href="/jekyll-lab-notebook/log/2017_10/">October 2017</a></li>

<li><a href="/log/2017_07/">July 2017</a></li>
<li><a href="/jekyll-lab-notebook/log/2017_07/">July 2017</a></li>

<li><a href="/log/2017_06/">June 2017</a></li>
<li><a href="/jekyll-lab-notebook/log/2017_06/">June 2017</a></li>


</ul>
Expand All @@ -164,7 +164,7 @@ <h1><a href="#" id="protocols-link"



<li><a href="/protocols/example-protocol/">Example protocol</a></li>
<li><a href="/jekyll-lab-notebook/protocols/example-protocol/">Example protocol</a></li>



Expand Down Expand Up @@ -255,7 +255,7 @@ <h1><a href="#" id="miscellaneous-link"
month = ("0"+(date.getMonth()+1)).slice(-2);
day = ("0" + date.getDate()).slice(-2);
if (nb > 0){
window.location.href = "/log/" + year + "_" + month + "/#" + year + month + day;
window.location.href = "/jekyll-lab-notebook/log/" + year + "_" + month + "/#" + year + month + day;
}
},
legendColors: {
Expand Down Expand Up @@ -328,20 +328,20 @@ <h1><a href="#" id="miscellaneous-link"
</div>

<div class="footer-col footer-col-3">
<p>Built on 2018-02-22 01:11:22 UTC</p>
<p>Built on 2018-02-22 01:50:21 UTC</p>
</div>
</div>

</div>

<!-- script pointing to jekyll-search.js -->
<script src="/assets/simple-jekyll-search.min.js"></script>
<script src="/jekyll-lab-notebook/assets/simple-jekyll-search.min.js"></script>

<script>
window.simpleJekyllSearch = new SimpleJekyllSearch({
searchInput: document.getElementById('search-input'),
resultsContainer: document.getElementById('results-container'),
json: '/search.json',
json: '/jekyll-lab-notebook/search.json',
searchResultTemplate: '<li><a href="{url}" title="{desc}">{title}</a></li>',
noResultsText: 'No results found',
limit: 10,
Expand Down
20 changes: 10 additions & 10 deletions log/2017_06/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
</title>
<meta name="description" content="17.06.10 #misc">

<link rel="stylesheet" href="/assets/main.css">
<link rel="canonical" href="/log/2017_06/">
<link rel="alternate" type="application/rss+xml" title="Example ELN" href="/feed.xml">
<link rel="stylesheet" href="/jekyll-lab-notebook/assets/main.css">
<link rel="canonical" href="/jekyll-lab-notebook/log/2017_06/">
<link rel="alternate" type="application/rss+xml" title="Example ELN" href="/jekyll-lab-notebook/feed.xml">
</head>


Expand All @@ -24,14 +24,14 @@
<header class="site-header" role="banner">

<div class="wrapper">
<a class="site-title" href="/">Example ELN</a>
<a class="site-title" href="/jekyll-lab-notebook/">Example ELN</a>

<nav class="site-nav">
<div class="trigger">



<a class="page-link" href="/projects">Projects</a>
<a class="page-link" href="/jekyll-lab-notebook/projects">Projects</a>

<input type="text" id="search-input" placeholder="search...">
</div>
Expand All @@ -55,7 +55,7 @@ <h1 class="post-title" itemprop="name headline">June 2017</h1>

<div class="postNav cf">

<a class="next" href="/log/2017_07/"><span>July 2017&nbsp;&raquo;</span></a>
<a class="next" href="/jekyll-lab-notebook/log/2017_07/"><span>July 2017&nbsp;&raquo;</span></a>


</div>
Expand All @@ -73,7 +73,7 @@ <h3 class="log-entry" id="20170610">Sat, Jun 10</h3>

<div class="postNav cf" id="bottomNav">

<a class="next" href="/log/2017_07/"><span>July 2017&nbsp;&raquo;</span></a>
<a class="next" href="/jekyll-lab-notebook/log/2017_07/"><span>July 2017&nbsp;&raquo;</span></a>


</div>
Expand Down Expand Up @@ -120,20 +120,20 @@ <h3 class="log-entry" id="20170610">Sat, Jun 10</h3>
</div>

<div class="footer-col footer-col-3">
<p>Built on 2018-02-22 01:11:22 UTC</p>
<p>Built on 2018-02-22 01:50:21 UTC</p>
</div>
</div>

</div>

<!-- script pointing to jekyll-search.js -->
<script src="/assets/simple-jekyll-search.min.js"></script>
<script src="/jekyll-lab-notebook/assets/simple-jekyll-search.min.js"></script>

<script>
window.simpleJekyllSearch = new SimpleJekyllSearch({
searchInput: document.getElementById('search-input'),
resultsContainer: document.getElementById('results-container'),
json: '/search.json',
json: '/jekyll-lab-notebook/search.json',
searchResultTemplate: '<li><a href="{url}" title="{desc}">{title}</a></li>',
noResultsText: 'No results found',
limit: 10,
Expand Down
24 changes: 12 additions & 12 deletions log/2017_07/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
</title>
<meta name="description" content="2017.07.18 #test">

<link rel="stylesheet" href="/assets/main.css">
<link rel="canonical" href="/log/2017_07/">
<link rel="alternate" type="application/rss+xml" title="Example ELN" href="/feed.xml">
<link rel="stylesheet" href="/jekyll-lab-notebook/assets/main.css">
<link rel="canonical" href="/jekyll-lab-notebook/log/2017_07/">
<link rel="alternate" type="application/rss+xml" title="Example ELN" href="/jekyll-lab-notebook/feed.xml">
</head>


Expand All @@ -24,14 +24,14 @@
<header class="site-header" role="banner">

<div class="wrapper">
<a class="site-title" href="/">Example ELN</a>
<a class="site-title" href="/jekyll-lab-notebook/">Example ELN</a>

<nav class="site-nav">
<div class="trigger">



<a class="page-link" href="/projects">Projects</a>
<a class="page-link" href="/jekyll-lab-notebook/projects">Projects</a>

<input type="text" id="search-input" placeholder="search...">
</div>
Expand All @@ -55,10 +55,10 @@ <h1 class="post-title" itemprop="name headline">July 2017</h1>

<div class="postNav cf">

<a class="next" href="/log/2017_10/"><span>October 2017&nbsp;&raquo;</span></a>
<a class="next" href="/jekyll-lab-notebook/log/2017_10/"><span>October 2017&nbsp;&raquo;</span></a>


<a class="prev" href="/log/2017_06/#bottomNav"><span>&laquo;&nbsp;June 2017</span></a>
<a class="prev" href="/jekyll-lab-notebook/log/2017_06/#bottomNav"><span>&laquo;&nbsp;June 2017</span></a>

</div>

Expand Down Expand Up @@ -92,10 +92,10 @@ <h3 class="log-entry" id="20170719">Wed, Jul 19</h3>

<div class="postNav cf" id="bottomNav">

<a class="next" href="/log/2017_10/"><span>October 2017&nbsp;&raquo;</span></a>
<a class="next" href="/jekyll-lab-notebook/log/2017_10/"><span>October 2017&nbsp;&raquo;</span></a>


<a class="prev" href="/log/2017_06/#bottomNav"><span>&laquo;&nbsp;June 2017</span></a>
<a class="prev" href="/jekyll-lab-notebook/log/2017_06/#bottomNav"><span>&laquo;&nbsp;June 2017</span></a>

</div>

Expand Down Expand Up @@ -141,20 +141,20 @@ <h3 class="log-entry" id="20170719">Wed, Jul 19</h3>
</div>

<div class="footer-col footer-col-3">
<p>Built on 2018-02-22 01:11:22 UTC</p>
<p>Built on 2018-02-22 01:50:21 UTC</p>
</div>
</div>

</div>

<!-- script pointing to jekyll-search.js -->
<script src="/assets/simple-jekyll-search.min.js"></script>
<script src="/jekyll-lab-notebook/assets/simple-jekyll-search.min.js"></script>

<script>
window.simpleJekyllSearch = new SimpleJekyllSearch({
searchInput: document.getElementById('search-input'),
resultsContainer: document.getElementById('results-container'),
json: '/search.json',
json: '/jekyll-lab-notebook/search.json',
searchResultTemplate: '<li><a href="{url}" title="{desc}">{title}</a></li>',
noResultsText: 'No results found',
limit: 10,
Expand Down
20 changes: 10 additions & 10 deletions log/2017_10/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
</title>
<meta name="description" content="2017.10.04">

<link rel="stylesheet" href="/assets/main.css">
<link rel="canonical" href="/log/2017_10/">
<link rel="alternate" type="application/rss+xml" title="Example ELN" href="/feed.xml">
<link rel="stylesheet" href="/jekyll-lab-notebook/assets/main.css">
<link rel="canonical" href="/jekyll-lab-notebook/log/2017_10/">
<link rel="alternate" type="application/rss+xml" title="Example ELN" href="/jekyll-lab-notebook/feed.xml">
</head>


Expand All @@ -24,14 +24,14 @@
<header class="site-header" role="banner">

<div class="wrapper">
<a class="site-title" href="/">Example ELN</a>
<a class="site-title" href="/jekyll-lab-notebook/">Example ELN</a>

<nav class="site-nav">
<div class="trigger">



<a class="page-link" href="/projects">Projects</a>
<a class="page-link" href="/jekyll-lab-notebook/projects">Projects</a>

<input type="text" id="search-input" placeholder="search...">
</div>
Expand All @@ -56,7 +56,7 @@ <h1 class="post-title" itemprop="name headline">October 2017</h1>
<div class="postNav cf">


<a class="prev" href="/log/2017_07/#bottomNav"><span>&laquo;&nbsp;July 2017</span></a>
<a class="prev" href="/jekyll-lab-notebook/log/2017_07/#bottomNav"><span>&laquo;&nbsp;July 2017</span></a>

</div>

Expand All @@ -74,7 +74,7 @@ <h3 class="log-entry" id="20171004">Wed, Oct 4</h3>
<div class="postNav cf" id="bottomNav">


<a class="prev" href="/log/2017_07/#bottomNav"><span>&laquo;&nbsp;July 2017</span></a>
<a class="prev" href="/jekyll-lab-notebook/log/2017_07/#bottomNav"><span>&laquo;&nbsp;July 2017</span></a>

</div>

Expand Down Expand Up @@ -120,20 +120,20 @@ <h3 class="log-entry" id="20171004">Wed, Oct 4</h3>
</div>

<div class="footer-col footer-col-3">
<p>Built on 2018-02-22 01:11:22 UTC</p>
<p>Built on 2018-02-22 01:50:21 UTC</p>
</div>
</div>

</div>

<!-- script pointing to jekyll-search.js -->
<script src="/assets/simple-jekyll-search.min.js"></script>
<script src="/jekyll-lab-notebook/assets/simple-jekyll-search.min.js"></script>

<script>
window.simpleJekyllSearch = new SimpleJekyllSearch({
searchInput: document.getElementById('search-input'),
resultsContainer: document.getElementById('results-container'),
json: '/search.json',
json: '/jekyll-lab-notebook/search.json',
searchResultTemplate: '<li><a href="{url}" title="{desc}">{title}</a></li>',
noResultsText: 'No results found',
limit: 10,
Expand Down
22 changes: 11 additions & 11 deletions projects/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
</title>
<meta name="description" content="Write things here">

<link rel="stylesheet" href="/assets/main.css">
<link rel="canonical" href="/projects/">
<link rel="alternate" type="application/rss+xml" title="Example ELN" href="/feed.xml">
<link rel="stylesheet" href="/jekyll-lab-notebook/assets/main.css">
<link rel="canonical" href="/jekyll-lab-notebook/projects/">
<link rel="alternate" type="application/rss+xml" title="Example ELN" href="/jekyll-lab-notebook/feed.xml">
</head>


Expand All @@ -24,14 +24,14 @@
<header class="site-header" role="banner">

<div class="wrapper">
<a class="site-title" href="/">Example ELN</a>
<a class="site-title" href="/jekyll-lab-notebook/">Example ELN</a>

<nav class="site-nav">
<div class="trigger">



<a class="page-link" href="/projects">Projects</a>
<a class="page-link" href="/jekyll-lab-notebook/projects">Projects</a>

<input type="text" id="search-input" placeholder="search...">
</div>
Expand All @@ -56,15 +56,15 @@ <h1 class="post-title">Projects</h1>
<ul>

<li>
<a href="/projects//misc">misc</a>
<a href="/jekyll-lab-notebook/projects/misc">misc</a>
</li>

<li>
<a href="/projects//test">test</a>
<a href="/jekyll-lab-notebook/projects/test">test</a>
</li>

<li>
<a href="/projects//test2">test2</a>
<a href="/jekyll-lab-notebook/projects/test2">test2</a>
</li>

</ul>
Expand Down Expand Up @@ -113,20 +113,20 @@ <h1 class="post-title">Projects</h1>
</div>

<div class="footer-col footer-col-3">
<p>Built on 2018-02-22 01:11:22 UTC</p>
<p>Built on 2018-02-22 01:50:21 UTC</p>
</div>
</div>

</div>

<!-- script pointing to jekyll-search.js -->
<script src="/assets/simple-jekyll-search.min.js"></script>
<script src="/jekyll-lab-notebook/assets/simple-jekyll-search.min.js"></script>

<script>
window.simpleJekyllSearch = new SimpleJekyllSearch({
searchInput: document.getElementById('search-input'),
resultsContainer: document.getElementById('results-container'),
json: '/search.json',
json: '/jekyll-lab-notebook/search.json',
searchResultTemplate: '<li><a href="{url}" title="{desc}">{title}</a></li>',
noResultsText: 'No results found',
limit: 10,
Expand Down
Loading

0 comments on commit 70ae175

Please sign in to comment.