Skip to content

Commit 0f99e84

Browse files
author
Travis CI
committed
Commit from Travis CI for build 7 .
1 parent 6439dc9 commit 0f99e84

File tree

8 files changed

+104
-113
lines changed

8 files changed

+104
-113
lines changed

2020/04/01/whats-jekyll/index.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@
1414
</title>
1515

1616

17-
<link rel="canonical" href="http://localhost:4000/2020/04/01/whats-jekyll/">
17+
<link rel="canonical" href="http://lanyon.getpoole.com/2020/04/01/whats-jekyll/">
1818

1919

20-
<link rel="stylesheet" href="http://localhost:4000/public/css/poole.css">
21-
<link rel="stylesheet" href="http://localhost:4000/public/css/syntax.css">
22-
<link rel="stylesheet" href="http://localhost:4000/public/css/lanyon.css">
20+
<link rel="stylesheet" href="http://lanyon.getpoole.com/public/css/poole.css">
21+
<link rel="stylesheet" href="http://lanyon.getpoole.com/public/css/syntax.css">
22+
<link rel="stylesheet" href="http://lanyon.getpoole.com/public/css/lanyon.css">
2323
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700%7CPT+Sans:400">
2424

25-
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://localhost:4000/public/apple-touch-icon-precomposed.png">
26-
<link rel="shortcut icon" href="http://localhost:4000/public/favicon.ico">
25+
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://lanyon.getpoole.com/public/apple-touch-icon-precomposed.png">
26+
<link rel="shortcut icon" href="http://lanyon.getpoole.com/public/favicon.ico">
2727

28-
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://localhost:4000/atom.xml">
28+
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://lanyon.getpoole.com/atom.xml">
2929

3030

3131
</head>
@@ -44,33 +44,33 @@
4444
</div>
4545

4646
<nav class="sidebar-nav">
47-
<a class="sidebar-nav-item" href="http://localhost:4000/">Home</a>
47+
<a class="sidebar-nav-item" href="http://lanyon.getpoole.com/">Home</a>
4848

4949

5050

5151

5252

5353

54-
55-
5654

5755

5856

5957

60-
58+
6159

6260

6361

62+
63+
6464

6565

6666

67-
<a class="sidebar-nav-item" href="http://localhost:4000/about/">About</a>
67+
<a class="sidebar-nav-item" href="http://lanyon.getpoole.com/about/">About</a>
6868

6969

7070

7171

7272

73-
<a class="sidebar-nav-item" href="http://localhost:4000/about/">About</a>
73+
<a class="sidebar-nav-item" href="http://lanyon.getpoole.com/about/">About</a>
7474

7575

7676

2020/04/02/example-content/index.html

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@
1414
</title>
1515

1616

17-
<link rel="canonical" href="http://localhost:4000/2020/04/02/example-content/">
17+
<link rel="canonical" href="http://lanyon.getpoole.com/2020/04/02/example-content/">
1818

1919

20-
<link rel="stylesheet" href="http://localhost:4000/public/css/poole.css">
21-
<link rel="stylesheet" href="http://localhost:4000/public/css/syntax.css">
22-
<link rel="stylesheet" href="http://localhost:4000/public/css/lanyon.css">
20+
<link rel="stylesheet" href="http://lanyon.getpoole.com/public/css/poole.css">
21+
<link rel="stylesheet" href="http://lanyon.getpoole.com/public/css/syntax.css">
22+
<link rel="stylesheet" href="http://lanyon.getpoole.com/public/css/lanyon.css">
2323
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700%7CPT+Sans:400">
2424

25-
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://localhost:4000/public/apple-touch-icon-precomposed.png">
26-
<link rel="shortcut icon" href="http://localhost:4000/public/favicon.ico">
25+
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://lanyon.getpoole.com/public/apple-touch-icon-precomposed.png">
26+
<link rel="shortcut icon" href="http://lanyon.getpoole.com/public/favicon.ico">
2727

28-
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://localhost:4000/atom.xml">
28+
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://lanyon.getpoole.com/atom.xml">
2929

3030

3131
</head>
@@ -44,33 +44,33 @@
4444
</div>
4545

4646
<nav class="sidebar-nav">
47-
<a class="sidebar-nav-item" href="http://localhost:4000/">Home</a>
47+
<a class="sidebar-nav-item" href="http://lanyon.getpoole.com/">Home</a>
4848

4949

5050

5151

5252

5353

54-
55-
5654

5755

5856

5957

60-
58+
6159

6260

6361

62+
63+
6464

6565

6666

67-
<a class="sidebar-nav-item" href="http://localhost:4000/about/">About</a>
67+
<a class="sidebar-nav-item" href="http://lanyon.getpoole.com/about/">About</a>
6868

6969

7070

7171

7272

73-
<a class="sidebar-nav-item" href="http://localhost:4000/about/">About</a>
73+
<a class="sidebar-nav-item" href="http://lanyon.getpoole.com/about/">About</a>
7474

7575

7676

@@ -143,15 +143,12 @@ <h3 id="code">Code</h3>
143143

144144
<p>Cum sociis natoque penatibus et magnis dis <code class="highlighter-rouge">code element</code> montes, nascetur ridiculus mus.</p>
145145

146-
<figure class="highlight"><pre><code class="language-js" data-lang="js"><span class="c1">// Example can be run directly in your JavaScript console
147-
</span>
146+
<figure class="highlight"><pre><code class="language-js" data-lang="js"><span class="c1">// Example can be run directly in your JavaScript console</span>
148147

149-
<span class="c1">// Create a function that takes two arguments and returns the sum of those arguments
150-
</span>
148+
<span class="c1">// Create a function that takes two arguments and returns the sum of those arguments</span>
151149
<span class="kd">var</span> <span class="nx">adder</span> <span class="o">=</span> <span class="k">new</span> <span class="nb">Function</span><span class="p">(</span><span class="dl">"</span><span class="s2">a</span><span class="dl">"</span><span class="p">,</span> <span class="dl">"</span><span class="s2">b</span><span class="dl">"</span><span class="p">,</span> <span class="dl">"</span><span class="s2">return a + b</span><span class="dl">"</span><span class="p">);</span>
152150

153-
<span class="c1">// Call the function
154-
</span>
151+
<span class="c1">// Call the function</span>
155152
<span class="nx">adder</span><span class="p">(</span><span class="mi">2</span><span class="p">,</span> <span class="mi">6</span><span class="p">);</span>
156153
<span class="c1">// &gt; 8</span></code></pre></figure>
157154

2020/04/03/introducing-lanyon/index.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@
1414
</title>
1515

1616

17-
<link rel="canonical" href="http://localhost:4000/2020/04/03/introducing-lanyon/">
17+
<link rel="canonical" href="http://lanyon.getpoole.com/2020/04/03/introducing-lanyon/">
1818

1919

20-
<link rel="stylesheet" href="http://localhost:4000/public/css/poole.css">
21-
<link rel="stylesheet" href="http://localhost:4000/public/css/syntax.css">
22-
<link rel="stylesheet" href="http://localhost:4000/public/css/lanyon.css">
20+
<link rel="stylesheet" href="http://lanyon.getpoole.com/public/css/poole.css">
21+
<link rel="stylesheet" href="http://lanyon.getpoole.com/public/css/syntax.css">
22+
<link rel="stylesheet" href="http://lanyon.getpoole.com/public/css/lanyon.css">
2323
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700%7CPT+Sans:400">
2424

25-
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://localhost:4000/public/apple-touch-icon-precomposed.png">
26-
<link rel="shortcut icon" href="http://localhost:4000/public/favicon.ico">
25+
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://lanyon.getpoole.com/public/apple-touch-icon-precomposed.png">
26+
<link rel="shortcut icon" href="http://lanyon.getpoole.com/public/favicon.ico">
2727

28-
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://localhost:4000/atom.xml">
28+
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://lanyon.getpoole.com/atom.xml">
2929

3030

3131
</head>
@@ -44,33 +44,33 @@
4444
</div>
4545

4646
<nav class="sidebar-nav">
47-
<a class="sidebar-nav-item" href="http://localhost:4000/">Home</a>
47+
<a class="sidebar-nav-item" href="http://lanyon.getpoole.com/">Home</a>
4848

4949

5050

5151

5252

5353

54-
55-
5654

5755

5856

5957

60-
58+
6159

6260

6361

62+
63+
6464

6565

6666

67-
<a class="sidebar-nav-item" href="http://localhost:4000/about/">About</a>
67+
<a class="sidebar-nav-item" href="http://lanyon.getpoole.com/about/">About</a>
6868

6969

7070

7171

7272

73-
<a class="sidebar-nav-item" href="http://localhost:4000/about/">About</a>
73+
<a class="sidebar-nav-item" href="http://lanyon.getpoole.com/about/">About</a>
7474

7575

7676

404.html

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@
1414
</title>
1515

1616

17-
<link rel="canonical" href="http://localhost:4000/404.html">
17+
<link rel="canonical" href="http://lanyon.getpoole.com/404.html">
1818

1919

20-
<link rel="stylesheet" href="http://localhost:4000/public/css/poole.css">
21-
<link rel="stylesheet" href="http://localhost:4000/public/css/syntax.css">
22-
<link rel="stylesheet" href="http://localhost:4000/public/css/lanyon.css">
20+
<link rel="stylesheet" href="http://lanyon.getpoole.com/public/css/poole.css">
21+
<link rel="stylesheet" href="http://lanyon.getpoole.com/public/css/syntax.css">
22+
<link rel="stylesheet" href="http://lanyon.getpoole.com/public/css/lanyon.css">
2323
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700%7CPT+Sans:400">
2424

25-
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://localhost:4000/public/apple-touch-icon-precomposed.png">
26-
<link rel="shortcut icon" href="http://localhost:4000/public/favicon.ico">
25+
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://lanyon.getpoole.com/public/apple-touch-icon-precomposed.png">
26+
<link rel="shortcut icon" href="http://lanyon.getpoole.com/public/favicon.ico">
2727

28-
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://localhost:4000/atom.xml">
28+
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://lanyon.getpoole.com/atom.xml">
2929

3030

3131
</head>
@@ -44,33 +44,33 @@
4444
</div>
4545

4646
<nav class="sidebar-nav">
47-
<a class="sidebar-nav-item" href="http://localhost:4000/">Home</a>
47+
<a class="sidebar-nav-item" href="http://lanyon.getpoole.com/">Home</a>
4848

4949

5050

5151

5252

5353

54-
55-
5654

5755

5856

5957

60-
58+
6159

6260

6361

62+
63+
6464

6565

6666

67-
<a class="sidebar-nav-item" href="http://localhost:4000/about/">About</a>
67+
<a class="sidebar-nav-item" href="http://lanyon.getpoole.com/about/">About</a>
6868

6969

7070

7171

7272

73-
<a class="sidebar-nav-item" href="http://localhost:4000/about/">About</a>
73+
<a class="sidebar-nav-item" href="http://lanyon.getpoole.com/about/">About</a>
7474

7575

7676

@@ -106,7 +106,7 @@ <h3 class="masthead-title">
106106

107107
<div class="container content">
108108
<h1 id="404-page-not-found">404: Page not found</h1>
109-
<p>Sorry, we’ve misplaced that URL or it’s pointing to something that doesn’t exist. <a href="http://localhost:4000">Head back home</a> to try finding it again.</p>
109+
<p>Sorry, we’ve misplaced that URL or it’s pointing to something that doesn’t exist. <a href="http://lanyon.getpoole.com">Head back home</a> to try finding it again.</p>
110110

111111
</div>
112112
</div>

about/index.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@
1414
</title>
1515

1616

17-
<link rel="canonical" href="http://localhost:4000/about/">
17+
<link rel="canonical" href="http://lanyon.getpoole.com/about/">
1818

1919

20-
<link rel="stylesheet" href="http://localhost:4000/public/css/poole.css">
21-
<link rel="stylesheet" href="http://localhost:4000/public/css/syntax.css">
22-
<link rel="stylesheet" href="http://localhost:4000/public/css/lanyon.css">
20+
<link rel="stylesheet" href="http://lanyon.getpoole.com/public/css/poole.css">
21+
<link rel="stylesheet" href="http://lanyon.getpoole.com/public/css/syntax.css">
22+
<link rel="stylesheet" href="http://lanyon.getpoole.com/public/css/lanyon.css">
2323
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700%7CPT+Sans:400">
2424

25-
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://localhost:4000/public/apple-touch-icon-precomposed.png">
26-
<link rel="shortcut icon" href="http://localhost:4000/public/favicon.ico">
25+
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://lanyon.getpoole.com/public/apple-touch-icon-precomposed.png">
26+
<link rel="shortcut icon" href="http://lanyon.getpoole.com/public/favicon.ico">
2727

28-
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://localhost:4000/atom.xml">
28+
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://lanyon.getpoole.com/atom.xml">
2929

3030

3131
</head>
@@ -44,33 +44,33 @@
4444
</div>
4545

4646
<nav class="sidebar-nav">
47-
<a class="sidebar-nav-item" href="http://localhost:4000/">Home</a>
47+
<a class="sidebar-nav-item" href="http://lanyon.getpoole.com/">Home</a>
4848

4949

5050

5151

5252

5353

54-
55-
5654

5755

5856

5957

60-
58+
6159

6260

6361

62+
63+
6464

6565

6666

67-
<a class="sidebar-nav-item active" href="http://localhost:4000/about/">About</a>
67+
<a class="sidebar-nav-item active" href="http://lanyon.getpoole.com/about/">About</a>
6868

6969

7070

7171

7272

73-
<a class="sidebar-nav-item active" href="http://localhost:4000/about/">About</a>
73+
<a class="sidebar-nav-item active" href="http://lanyon.getpoole.com/about/">About</a>
7474

7575

7676

0 commit comments

Comments
 (0)