diff --git a/2013/12/31/whats-jekyll/index.html b/2013/12/31/whats-jekyll/index.html deleted file mode 100644 index 37172c6..0000000 --- a/2013/12/31/whats-jekyll/index.html +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - - - - - What's Jekyll? · Mr. Rogbeer is from Mauritius but not ~rogbeer - - - - - - - - - - - - - - - - - -
-
-

- Mr. Rogbeer is from Mauritius but not ~rogbeer - What are you doing with your sack of flesh? That's the question -

-
- -
-
-

What's Jekyll?

- -

Jekyll is a static site generator, an open-source tool for creating simple yet powerful websites of all shapes and sizes. From the project’s readme:

- -
-

Jekyll is a simple, blog aware, static site generator. It takes a template directory […] and spits out a complete, static website suitable for serving with Apache or your favorite web server. This is also the engine behind GitHub Pages, which you can use to host your project’s page or blog right here from GitHub.

-
- -

It’s an immensely useful tool. Find out more by visiting the project on GitHub.

- -
- - - - - -
- - -
- - - diff --git a/2014/01/01/example-content/index.html b/2014/01/01/example-content/index.html deleted file mode 100644 index 08ade7f..0000000 --- a/2014/01/01/example-content/index.html +++ /dev/null @@ -1,277 +0,0 @@ - - - - - - - - - - - - - Example content · Mr. Rogbeer is from Mauritius but not ~rogbeer - - - - - - - - - - - - - - - - - -
-
-

- Mr. Rogbeer is from Mauritius but not ~rogbeer - What are you doing with your sack of flesh? That's the question -

-
- -
-
-

Example content

- -
- Howdy! This is an example blog post that shows several types of HTML content supported in this theme. -
- -

Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Sed posuere consectetur est at lobortis. Cras mattis consectetur purus sit amet fermentum.

- -
-

Curabitur blandit tempus porttitor. Nullam quis risus eget urna mollis ornare vel eu leo. Nullam id dolor id nibh ultricies vehicula ut id elit.

-
- -

Etiam porta sem malesuada magna mollis euismod. Cras mattis consectetur purus sit amet fermentum. Aenean lacinia bibendum nulla sed consectetur.

- -

Inline HTML elements

- -

HTML defines a long list of available inline tags, a complete list of which can be found on the Mozilla Developer Network.

- -
    -
  • To bold text, use <strong>.
  • -
  • To italicize text, use <em>.
  • -
  • Abbreviations, like HTML should use <abbr>, with an optional title attribute for the full phrase.
  • -
  • Citations, like — Mark otto, should use <cite>.
  • -
  • Deleted text should use <del> and inserted text should use <ins>.
  • -
  • Superscript text uses <sup> and subscript text uses <sub>.
  • -
- -

Most of these elements are styled by browsers with few modifications on our part.

- -

Footnotes

- -

Footnotes are supported as part of the Markdown syntax. Here’s one in action. Clicking this number1 will lead you to a footnote. The syntax looks like:

- -
Clicking this number[^fn-sample_footnote]
- -

Each footnote needs the ^fn- prefix and a unique ID to be referenced for the footnoted content. The syntax for that list looks something like this:

- -
[^fn-sample_footnote]: Handy! Now click the return link to go back.
- -

You can place the footnoted content wherever you like. Markdown parsers should properly place it at the bottom of the post.

- -

Heading

- -

Vivamus sagittis lacus vel augue rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Morbi leo risus, porta ac consectetur ac, vestibulum at eros.

- -

Code

- -

Inline code is available with the <code> element. Snippets of multiple lines of code are supported through Pygments. Longer lines will automatically scroll horizontally when needed.

- -
// Example can be run directly in your JavaScript console
-
-
-// Create a function that takes two arguments and returns the sum of those arguments
-
-var adder = new Function("a", "b", "return a + b");
-
-// Call the function
-
-adder(2, 6);
-// > 8
- -

You may also optionally show code snippets with line numbers. Add linenos to the Pygments tags.

- -
1
-2
-3
-4
-5
-6
-7
-8
-
// Example can be run directly in your JavaScript console
-
-
-// Create a function that takes two arguments and returns the sum of those arguments
-
-var adder = new Function("a", "b", "return a + b");
-
-// Call the function
-
-adder(2, 6);
-// > 8
- -

Aenean lacinia bibendum nulla sed consectetur. Etiam porta sem malesuada magna mollis euismod. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa.

- -

Gists via GitHub Pages

- -

Vestibulum id ligula porta felis euismod semper. Nullam quis risus eget urna mollis ornare vel eu leo. Donec sed odio dui.

- - - - -

Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec sed odio dui. Vestibulum id ligula porta felis euismod semper.

- -

Lists

- -

Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aenean lacinia bibendum nulla sed consectetur. Etiam porta sem malesuada magna mollis euismod. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.

- -
    -
  • Praesent commodo cursus magna, vel scelerisque nisl consectetur et.
  • -
  • Donec id elit non mi porta gravida at eget metus.
  • -
  • Nulla vitae elit libero, a pharetra augue.
  • -
- -

Donec ullamcorper nulla non metus auctor fringilla. Nulla vitae elit libero, a pharetra augue.

- -
    -
  1. Vestibulum id ligula porta felis euismod semper.
  2. -
  3. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
  4. -
  5. Maecenas sed diam eget risus varius blandit sit amet non magna.
  6. -
- -

Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis.

- -
-
HyperText Markup Language (HTML)
-
The language used to describe and define the content of a Web page
- -
Cascading Style Sheets (CSS)
-
Used to describe the appearance of Web content
- -
JavaScript (JS)
-
The programming language used to build advanced Web sites and applications
-
- -

Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Nullam quis risus eget urna mollis ornare vel eu leo.

- -

Images

- -

Quisque consequat sapien eget quam rhoncus, sit amet laoreet diam tempus. Aliquam aliquam metus erat, a pulvinar turpis suscipit at.

- -

placeholder -placeholder -placeholder

- -

Tables

- -

Aenean lacinia bibendum nulla sed consectetur. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameUpvotesDownvotes
Totals2123
Alice1011
Bob43
Charlie79
- -

Nullam id dolor id nibh ultricies vehicula ut id elit. Sed posuere consectetur est at lobortis. Nullam quis risus eget urna mollis ornare vel eu leo.

- -
- -

Want to see something else added? Open an issue.

- -
-
    -
  1. -

    Handy! Now click the return link to go back. 

    -
  2. -
-
- -
- - - - - -
- - -
- - - diff --git a/2014/01/02/introducing-poole/index.html b/2014/01/02/introducing-poole/index.html deleted file mode 100644 index b2e21ff..0000000 --- a/2014/01/02/introducing-poole/index.html +++ /dev/null @@ -1,131 +0,0 @@ - - - - - - - - - - - - - Introducing Poole · Mr. Rogbeer is from Mauritius but not ~rogbeer - - - - - - - - - - - - - - - - - -
-
-

- Mr. Rogbeer is from Mauritius but not ~rogbeer - What are you doing with your sack of flesh? That's the question -

-
- -
-
-

Introducing Poole

- -

The Strange Case of Dr. Jekyll and Mr. Hyde tells the story of a lawyer investigating the connection of two persons, Dr. Henry Jekyll and Mr. Edward Hyde. Chief among the novel’s supporting cast is a man by the name of Mr. Poole, Dr. Jekyll’s loyal butler.

- -
- -

Poole is the butler for Jekyll, the static site generator. It’s designed and developed by @mdo to provide a clear and concise foundational setup for any Jekyll site. It does so by furnishing a full vanilla Jekyll install with example templates, pages, posts, and styles.

- -

There are currently two themes built on Poole:

- - - -

Learn more and contribute on GitHub.

- -

What’s included

- -

Poole is a streamlined Jekyll site designed and built as a foundation for building more meaningful themes. Poole, and every theme built on it, includes the following:

- -
    -
  • Complete Jekyll setup included (layouts, config, 404, RSS feed, posts, and example page)
  • -
  • Mobile friendly design and development
  • -
  • Easily scalable text and component sizing with rem units in the CSS
  • -
  • Support for a wide gamut of HTML elements
  • -
  • Related posts (time-based, because Jekyll) below each post
  • -
  • Syntax highlighting, courtesy Pygments (the Python-based code snippet highlighter)
  • -
- -

Additional features are available in individual themes.

- -

Browser support

- -

Poole and its themes are by preference a forward-thinking project. In addition to the latest versions of Chrome, Safari (mobile and desktop), and Firefox, it is only compatible with Internet Explorer 9 and above.

- -

Download

- -

Poole is developed on and hosted with GitHub. Head to the GitHub repository for downloads, bug reports, and features requests.

- -

Thanks!

- -
- - - - - -
- - -
- - - diff --git a/2016/11/10/rainy/index.html b/2016/11/10/rainy/index.html index e32b50f..4f85157 100644 --- a/2016/11/10/rainy/index.html +++ b/2016/11/10/rainy/index.html @@ -10,7 +10,7 @@ - Rainy · Mr. Rogbeer is from Mauritius but not ~rogbeer + 10th November 2016: Rainy · Mr. Rogbeer is from Mauritius but not ~rogbeer @@ -34,11 +34,19 @@ Mr. Rogbeer is from Mauritius but not ~rogbeer What are you doing with your sack of flesh? That's the question + +
+ +     + What would people give, for a cassette tape? + + +
-

Rainy

+

10th November 2016: Rainy

I’m suffering. They are suffering.

@@ -80,7 +88,7 @@ said that.

  • - Night + A new way? nineteenth of March 2018: Night

    @@ -89,21 +97,12 @@ said that.

  • - + fifteenth of March 2018: Sunny

  • -
  • -

    - - Introducing Poole - - -

    -
  • - @@ -112,7 +111,7 @@ said that.

    - © . All rights reserved. + © . All rights reserved.
    diff --git a/2018/03/15/sunny/index.html b/2018/03/15/sunny/index.html index 68ead51..6357894 100644 --- a/2018/03/15/sunny/index.html +++ b/2018/03/15/sunny/index.html @@ -10,7 +10,7 @@ - · Mr. Rogbeer is from Mauritius but not ~rogbeer + fifteenth of March 2018: Sunny · Mr. Rogbeer is from Mauritius but not ~rogbeer @@ -34,11 +34,19 @@ Mr. Rogbeer is from Mauritius but not ~rogbeer What are you doing with your sack of flesh? That's the question + +
    + +     + What would people give, for a cassette tape? + + +
    -

    +

    fifteenth of March 2018: Sunny

    @@ -52,7 +60,7 @@
  • - Night + A new way? nineteenth of March 2018: Night

    @@ -61,21 +69,12 @@
  • - Rainy + 10th November 2016: Rainy

  • -
  • -

    - - Introducing Poole - - -

    -
  • - @@ -84,7 +83,7 @@
    - © . All rights reserved. + © . All rights reserved.
    diff --git a/2018/03/19/night/index.html b/2018/03/19/night/index.html index 11aa23c..4235d2d 100644 --- a/2018/03/19/night/index.html +++ b/2018/03/19/night/index.html @@ -10,7 +10,7 @@ - Night · Mr. Rogbeer is from Mauritius but not ~rogbeer + A new way? nineteenth of March 2018: Night · Mr. Rogbeer is from Mauritius but not ~rogbeer @@ -34,11 +34,19 @@ Mr. Rogbeer is from Mauritius but not ~rogbeer What are you doing with your sack of flesh? That's the question + +
    + +     + What would people give, for a cassette tape? + + +
    -

    Night

    +

    A new way? nineteenth of March 2018: Night

    When did it become an assumption that I have to have a password on the Internet or even my desktop-computer? I was inspired to think if @@ -67,7 +75,7 @@ god. A business-partner. So on and so forth.

  • - + fifteenth of March 2018: Sunny

    @@ -76,21 +84,12 @@ god. A business-partner. So on and so forth.

  • - Rainy + 10th November 2016: Rainy

  • -
  • -

    - - Introducing Poole - - -

    -
  • - @@ -99,7 +98,7 @@ god. A business-partner. So on and so forth.

    - © . All rights reserved. + © . All rights reserved.
    diff --git a/404.html b/404.html index 6972b3b..8ee3f6c 100644 --- a/404.html +++ b/404.html @@ -34,6 +34,14 @@ Mr. Rogbeer is from Mauritius but not ~rogbeer What are you doing with your sack of flesh? That's the question + +
    + +     + What would people give, for a cassette tape? + + +
    @@ -46,7 +54,7 @@
    - © . All rights reserved. + © . All rights reserved.
    diff --git a/about/index.html b/about/index.html index 322b622..c9926e9 100644 --- a/about/index.html +++ b/about/index.html @@ -34,6 +34,14 @@ Mr. Rogbeer is from Mauritius but not ~rogbeer What are you doing with your sack of flesh? That's the question + +
    + +     + What would people give, for a cassette tape? + + +
    @@ -75,7 +83,7 @@
    - © . All rights reserved. + © . All rights reserved.
    diff --git a/atom.xml b/atom.xml index f4488cd..4584415 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@ Mr. Rogbeer is from Mauritius but not ~rogbeer - 2018-10-02T06:38:29+00:00 + 2018-10-02T07:13:57+00:00 http://tilde.town Tony Chen @@ -13,7 +13,7 @@ - Night + A new way? nineteenth of March 2018: Night 2018-03-19T00:00:00+00:00 http://tilde.town/2018/03/19/night @@ -37,7 +37,7 @@ god. A business-partner. So on and so forth.</p> - + fifteenth of March 2018: Sunny 2018-03-15T00:00:00+00:00 http://tilde.town/2018/03/15/sunny @@ -46,7 +46,7 @@ god. A business-partner. So on and so forth.</p> - Rainy + 10th November 2016: Rainy 2016-11-10T00:00:00+00:00 http://tilde.town/2016/11/10/rainy @@ -82,260 +82,5 @@ said that.</p> - - Introducing Poole - - 2014-01-02T00:00:00+00:00 - http://tilde.town/2014/01/02/introducing-poole - <p><em>The Strange Case of Dr. Jekyll and Mr. Hyde</em> tells the story of a lawyer investigating the connection of two persons, Dr. Henry Jekyll and Mr. Edward Hyde. Chief among the novel’s supporting cast is a man by the name of Mr. Poole, Dr. Jekyll’s loyal butler.</p> - -<hr /> - -<p>Poole is the butler for <a href="http://jekyllrb.com">Jekyll</a>, the static site generator. It’s designed and developed by <a href="https://twitter.com/mdo">@mdo</a> to provide a clear and concise foundational setup for any Jekyll site. It does so by furnishing a full vanilla Jekyll install with example templates, pages, posts, and styles.</p> - -<p>There are currently two themes built on Poole:</p> - -<ul> - <li><a href="http://hyde.getpoole.com">Hyde</a></li> - <li><a href="http://lanyon.getpoole.com">Lanyon</a></li> -</ul> - -<p>Learn more and contribute on <a href="https://github.com/poole">GitHub</a>.</p> - -<h3 id="whats-included">What’s included</h3> - -<p>Poole is a streamlined Jekyll site designed and built as a foundation for building more meaningful themes. Poole, and every theme built on it, includes the following:</p> - -<ul> - <li>Complete Jekyll setup included (layouts, config, <a href="/~rogbeer/404.html">404</a>, <a href="/~rogbeer/atom.xml">RSS feed</a>, posts, and <a href="/~rogbeer/about">example page</a>)</li> - <li>Mobile friendly design and development</li> - <li>Easily scalable text and component sizing with <code class="highlighter-rouge">rem</code> units in the CSS</li> - <li>Support for a wide gamut of HTML elements</li> - <li>Related posts (time-based, because Jekyll) below each post</li> - <li>Syntax highlighting, courtesy Pygments (the Python-based code snippet highlighter)</li> -</ul> - -<p>Additional features are available in individual themes.</p> - -<h3 id="browser-support">Browser support</h3> - -<p>Poole and its themes are by preference a forward-thinking project. In addition to the latest versions of Chrome, Safari (mobile and desktop), and Firefox, it is only compatible with Internet Explorer 9 and above.</p> - -<h3 id="download">Download</h3> - -<p>Poole is developed on and hosted with GitHub. Head to the <a href="https://github.com/poole/poole">GitHub repository</a> for downloads, bug reports, and features requests.</p> - -<p>Thanks!</p> - - - - - Example content - - 2014-01-01T00:00:00+00:00 - http://tilde.town/2014/01/01/example-content - <div class="message"> - Howdy! This is an example blog post that shows several types of HTML content supported in this theme. -</div> - -<p>Cum sociis natoque penatibus et magnis <a href="#">dis parturient montes</a>, nascetur ridiculus mus. <em>Aenean eu leo quam.</em> Pellentesque ornare sem lacinia quam venenatis vestibulum. Sed posuere consectetur est at lobortis. Cras mattis consectetur purus sit amet fermentum.</p> - -<blockquote> - <p>Curabitur blandit tempus porttitor. Nullam quis risus eget urna mollis ornare vel eu leo. Nullam id dolor id nibh ultricies vehicula ut id elit.</p> -</blockquote> - -<p>Etiam porta <strong>sem malesuada magna</strong> mollis euismod. Cras mattis consectetur purus sit amet fermentum. Aenean lacinia bibendum nulla sed consectetur.</p> - -<h2 id="inline-html-elements">Inline HTML elements</h2> - -<p>HTML defines a long list of available inline tags, a complete list of which can be found on the <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element">Mozilla Developer Network</a>.</p> - -<ul> - <li><strong>To bold text</strong>, use <code class="highlighter-rouge">&lt;strong&gt;</code>.</li> - <li><em>To italicize text</em>, use <code class="highlighter-rouge">&lt;em&gt;</code>.</li> - <li>Abbreviations, like <abbr title="HyperText Markup Langage">HTML</abbr> should use <code class="highlighter-rouge">&lt;abbr&gt;</code>, with an optional <code class="highlighter-rouge">title</code> attribute for the full phrase.</li> - <li>Citations, like <cite>— Mark otto</cite>, should use <code class="highlighter-rouge">&lt;cite&gt;</code>.</li> - <li><del>Deleted</del> text should use <code class="highlighter-rouge">&lt;del&gt;</code> and <ins>inserted</ins> text should use <code class="highlighter-rouge">&lt;ins&gt;</code>.</li> - <li>Superscript <sup>text</sup> uses <code class="highlighter-rouge">&lt;sup&gt;</code> and subscript <sub>text</sub> uses <code class="highlighter-rouge">&lt;sub&gt;</code>.</li> -</ul> - -<p>Most of these elements are styled by browsers with few modifications on our part.</p> - -<h2 id="footnotes">Footnotes</h2> - -<p>Footnotes are supported as part of the Markdown syntax. Here’s one in action. Clicking this number<sup id="fnref:fn-sample_footnote"><a href="#fn:fn-sample_footnote" class="footnote">1</a></sup> will lead you to a footnote. The syntax looks like:</p> - -<figure class="highlight"><pre><code class="language-text" data-lang="text">Clicking this number[^fn-sample_footnote]</code></pre></figure> - -<p>Each footnote needs the <code class="highlighter-rouge">^fn-</code> prefix and a unique ID to be referenced for the footnoted content. The syntax for that list looks something like this:</p> - -<figure class="highlight"><pre><code class="language-text" data-lang="text">[^fn-sample_footnote]: Handy! Now click the return link to go back.</code></pre></figure> - -<p>You can place the footnoted content wherever you like. Markdown parsers should properly place it at the bottom of the post.</p> - -<h2 id="heading">Heading</h2> - -<p>Vivamus sagittis lacus vel augue rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Morbi leo risus, porta ac consectetur ac, vestibulum at eros.</p> - -<h3 id="code">Code</h3> - -<p>Inline code is available with the <code class="highlighter-rouge">&lt;code&gt;</code> element. Snippets of multiple lines of code are supported through Pygments. Longer lines will automatically scroll horizontally when needed.</p> - -<figure class="highlight"><pre><code class="language-js" data-lang="js"><span class="c1">// Example can be run directly in your JavaScript console -</span> - -<span class="c1">// Create a function that takes two arguments and returns the sum of those arguments -</span> -<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="s2">"a"</span><span class="p">,</span> <span class="s2">"b"</span><span class="p">,</span> <span class="s2">"return a + b"</span><span class="p">);</span> - -<span class="c1">// Call the function -</span> -<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> -<span class="c1">// &gt; 8</span></code></pre></figure> - -<p>You may also optionally show code snippets with line numbers. Add <code class="highlighter-rouge">linenos</code> to the Pygments tags.</p> - -<figure class="highlight"><pre><code class="language-js" data-lang="js"><table class="rouge-table"><tbody><tr><td class="gutter gl"><pre class="lineno">1 -2 -3 -4 -5 -6 -7 -8 -</pre></td><td class="code"><pre><span class="c1">// Example can be run directly in your JavaScript console -</span> - -<span class="c1">// Create a function that takes two arguments and returns the sum of those arguments -</span> -<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="s2">"a"</span><span class="p">,</span> <span class="s2">"b"</span><span class="p">,</span> <span class="s2">"return a + b"</span><span class="p">);</span> - -<span class="c1">// Call the function -</span> -<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> -<span class="c1">// &gt; 8</span></pre></td></tr></tbody></table></code></pre></figure> - -<p>Aenean lacinia bibendum nulla sed consectetur. Etiam porta sem malesuada magna mollis euismod. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa.</p> - -<h3 id="gists-via-github-pages">Gists via GitHub Pages</h3> - -<p>Vestibulum id ligula porta felis euismod semper. Nullam quis risus eget urna mollis ornare vel eu leo. Donec sed odio dui.</p> - -<noscript><pre>400: Invalid request -</pre></noscript> -<script src="https://gist.github.com/13f94b734a4ddb132735.js?file=gist.md"> </script> - -<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec sed odio dui. Vestibulum id ligula porta felis euismod semper.</p> - -<h3 id="lists">Lists</h3> - -<p>Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aenean lacinia bibendum nulla sed consectetur. Etiam porta sem malesuada magna mollis euismod. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</p> - -<ul> - <li>Praesent commodo cursus magna, vel scelerisque nisl consectetur et.</li> - <li>Donec id elit non mi porta gravida at eget metus.</li> - <li>Nulla vitae elit libero, a pharetra augue.</li> -</ul> - -<p>Donec ullamcorper nulla non metus auctor fringilla. Nulla vitae elit libero, a pharetra augue.</p> - -<ol> - <li>Vestibulum id ligula porta felis euismod semper.</li> - <li>Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</li> - <li>Maecenas sed diam eget risus varius blandit sit amet non magna.</li> -</ol> - -<p>Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis.</p> - -<dl> - <dt>HyperText Markup Language (HTML)</dt> - <dd>The language used to describe and define the content of a Web page</dd> - - <dt>Cascading Style Sheets (CSS)</dt> - <dd>Used to describe the appearance of Web content</dd> - - <dt>JavaScript (JS)</dt> - <dd>The programming language used to build advanced Web sites and applications</dd> -</dl> - -<p>Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Nullam quis risus eget urna mollis ornare vel eu leo.</p> - -<h3 id="images">Images</h3> - -<p>Quisque consequat sapien eget quam rhoncus, sit amet laoreet diam tempus. Aliquam aliquam metus erat, a pulvinar turpis suscipit at.</p> - -<p><img src="http://placehold.it/800x400" alt="placeholder" title="Large example image" /> -<img src="http://placehold.it/400x200" alt="placeholder" title="Medium example image" /> -<img src="http://placehold.it/200x200" alt="placeholder" title="Small example image" /></p> - -<h3 id="tables">Tables</h3> - -<p>Aenean lacinia bibendum nulla sed consectetur. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p> - -<table> - <thead> - <tr> - <th>Name</th> - <th>Upvotes</th> - <th>Downvotes</th> - </tr> - </thead> - <tfoot> - <tr> - <td>Totals</td> - <td>21</td> - <td>23</td> - </tr> - </tfoot> - <tbody> - <tr> - <td>Alice</td> - <td>10</td> - <td>11</td> - </tr> - <tr> - <td>Bob</td> - <td>4</td> - <td>3</td> - </tr> - <tr> - <td>Charlie</td> - <td>7</td> - <td>9</td> - </tr> - </tbody> -</table> - -<p>Nullam id dolor id nibh ultricies vehicula ut id elit. Sed posuere consectetur est at lobortis. Nullam quis risus eget urna mollis ornare vel eu leo.</p> - -<hr /> - -<p>Want to see something else added? <a href="https://github.com/poole/poole/issues/new">Open an issue.</a></p> - -<div class="footnotes"> - <ol> - <li id="fn:fn-sample_footnote"> - <p>Handy! Now click the return link to go back. <a href="#fnref:fn-sample_footnote" class="reversefootnote">&#8617;</a></p> - </li> - </ol> -</div> - - - - - What's Jekyll? - - 2013-12-31T00:00:00+00:00 - http://tilde.town/2013/12/31/whats-jekyll - <p><a href="http://jekyllrb.com">Jekyll</a> is a static site generator, an open-source tool for creating simple yet powerful websites of all shapes and sizes. From <a href="https://github.com/jekyll/jekyll/blob/master/README.markdown">the project’s readme</a>:</p> - -<blockquote> - <p>Jekyll is a simple, blog aware, static site generator. It takes a template directory […] and spits out a complete, static website suitable for serving with Apache or your favorite web server. This is also the engine behind GitHub Pages, which you can use to host your project’s page or blog right here from GitHub.</p> -</blockquote> - -<p>It’s an immensely useful tool. Find out more by <a href="https://github.com/jekyll/jekyll">visiting the project on GitHub</a>.</p> - - - diff --git a/index.html b/index.html index 0c37d66..c7cfb92 100644 --- a/index.html +++ b/index.html @@ -34,6 +34,14 @@ Mr. Rogbeer is from Mauritius but not ~rogbeer What are you doing with your sack of flesh? That's the question + +
    + +     + What would people give, for a cassette tape? + + +
    @@ -42,7 +50,7 @@

    - Night + A new way? nineteenth of March 2018: Night

    @@ -82,7 +90,7 @@ god. A business-partner. So on and so forth.

    - © . All rights reserved. + © . All rights reserved.
    diff --git a/page2/index.html b/page2/index.html index 8888a1b..dfaffce 100644 --- a/page2/index.html +++ b/page2/index.html @@ -34,6 +34,14 @@ Mr. Rogbeer is from Mauritius but not ~rogbeer What are you doing with your sack of flesh? That's the question + +
    + +     + What would people give, for a cassette tape? + + +
    @@ -42,7 +50,7 @@

    - + fifteenth of March 2018: Sunny

    @@ -67,7 +75,7 @@
    - © . All rights reserved. + © . All rights reserved.
    diff --git a/page3/index.html b/page3/index.html index 394054a..d5440d4 100644 --- a/page3/index.html +++ b/page3/index.html @@ -34,6 +34,14 @@ Mr. Rogbeer is from Mauritius but not ~rogbeer What are you doing with your sack of flesh? That's the question + +
    + +     + What would people give, for a cassette tape? + + +
    @@ -42,7 +50,7 @@

    - Rainy + 10th November 2016: Rainy

    @@ -84,7 +92,7 @@ said that.

    diff --git a/page4/index.html b/page4/index.html deleted file mode 100644 index 50ebba6..0000000 --- a/page4/index.html +++ /dev/null @@ -1,114 +0,0 @@ - - - - - - - - - - - - - Mr. Rogbeer is from Mauritius but not ~rogbeer · What are you doing with your sack of flesh? That's the question - - - - - - - - - - - - - - - - - -
    -
    -

    - Mr. Rogbeer is from Mauritius but not ~rogbeer - What are you doing with your sack of flesh? That's the question -

    -
    - -
    -
    - -
    -

    - - Introducing Poole - -

    - - - -

    The Strange Case of Dr. Jekyll and Mr. Hyde tells the story of a lawyer investigating the connection of two persons, Dr. Henry Jekyll and Mr. Edward Hyde. Chief among the novel’s supporting cast is a man by the name of Mr. Poole, Dr. Jekyll’s loyal butler.

    - -
    - -

    Poole is the butler for Jekyll, the static site generator. It’s designed and developed by @mdo to provide a clear and concise foundational setup for any Jekyll site. It does so by furnishing a full vanilla Jekyll install with example templates, pages, posts, and styles.

    - -

    There are currently two themes built on Poole:

    - - - -

    Learn more and contribute on GitHub.

    - -

    What’s included

    - -

    Poole is a streamlined Jekyll site designed and built as a foundation for building more meaningful themes. Poole, and every theme built on it, includes the following:

    - -
      -
    • Complete Jekyll setup included (layouts, config, 404, RSS feed, posts, and example page)
    • -
    • Mobile friendly design and development
    • -
    • Easily scalable text and component sizing with rem units in the CSS
    • -
    • Support for a wide gamut of HTML elements
    • -
    • Related posts (time-based, because Jekyll) below each post
    • -
    • Syntax highlighting, courtesy Pygments (the Python-based code snippet highlighter)
    • -
    - -

    Additional features are available in individual themes.

    - -

    Browser support

    - -

    Poole and its themes are by preference a forward-thinking project. In addition to the latest versions of Chrome, Safari (mobile and desktop), and Firefox, it is only compatible with Internet Explorer 9 and above.

    - -

    Download

    - -

    Poole is developed on and hosted with GitHub. Head to the GitHub repository for downloads, bug reports, and features requests.

    - -

    Thanks!

    - -
    - -
    - - - -
    - -
    - - © . All rights reserved. - -
    -
    - - - diff --git a/page5/index.html b/page5/index.html deleted file mode 100644 index 3977af4..0000000 --- a/page5/index.html +++ /dev/null @@ -1,260 +0,0 @@ - - - - - - - - - - - - - Mr. Rogbeer is from Mauritius but not ~rogbeer · What are you doing with your sack of flesh? That's the question - - - - - - - - - - - - - - - - - -
    -
    -

    - Mr. Rogbeer is from Mauritius but not ~rogbeer - What are you doing with your sack of flesh? That's the question -

    -
    - -
    -
    - -
    -

    - - Example content - -

    - - - -
    - Howdy! This is an example blog post that shows several types of HTML content supported in this theme. -
    - -

    Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Sed posuere consectetur est at lobortis. Cras mattis consectetur purus sit amet fermentum.

    - -
    -

    Curabitur blandit tempus porttitor. Nullam quis risus eget urna mollis ornare vel eu leo. Nullam id dolor id nibh ultricies vehicula ut id elit.

    -
    - -

    Etiam porta sem malesuada magna mollis euismod. Cras mattis consectetur purus sit amet fermentum. Aenean lacinia bibendum nulla sed consectetur.

    - -

    Inline HTML elements

    - -

    HTML defines a long list of available inline tags, a complete list of which can be found on the Mozilla Developer Network.

    - -
      -
    • To bold text, use <strong>.
    • -
    • To italicize text, use <em>.
    • -
    • Abbreviations, like HTML should use <abbr>, with an optional title attribute for the full phrase.
    • -
    • Citations, like — Mark otto, should use <cite>.
    • -
    • Deleted text should use <del> and inserted text should use <ins>.
    • -
    • Superscript text uses <sup> and subscript text uses <sub>.
    • -
    - -

    Most of these elements are styled by browsers with few modifications on our part.

    - -

    Footnotes

    - -

    Footnotes are supported as part of the Markdown syntax. Here’s one in action. Clicking this number1 will lead you to a footnote. The syntax looks like:

    - -
    Clicking this number[^fn-sample_footnote]
    - -

    Each footnote needs the ^fn- prefix and a unique ID to be referenced for the footnoted content. The syntax for that list looks something like this:

    - -
    [^fn-sample_footnote]: Handy! Now click the return link to go back.
    - -

    You can place the footnoted content wherever you like. Markdown parsers should properly place it at the bottom of the post.

    - -

    Heading

    - -

    Vivamus sagittis lacus vel augue rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Morbi leo risus, porta ac consectetur ac, vestibulum at eros.

    - -

    Code

    - -

    Inline code is available with the <code> element. Snippets of multiple lines of code are supported through Pygments. Longer lines will automatically scroll horizontally when needed.

    - -
    // Example can be run directly in your JavaScript console
    -
    -
    -// Create a function that takes two arguments and returns the sum of those arguments
    -
    -var adder = new Function("a", "b", "return a + b");
    -
    -// Call the function
    -
    -adder(2, 6);
    -// > 8
    - -

    You may also optionally show code snippets with line numbers. Add linenos to the Pygments tags.

    - -
    1
    -2
    -3
    -4
    -5
    -6
    -7
    -8
    -
    // Example can be run directly in your JavaScript console
    -
    -
    -// Create a function that takes two arguments and returns the sum of those arguments
    -
    -var adder = new Function("a", "b", "return a + b");
    -
    -// Call the function
    -
    -adder(2, 6);
    -// > 8
    - -

    Aenean lacinia bibendum nulla sed consectetur. Etiam porta sem malesuada magna mollis euismod. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa.

    - -

    Gists via GitHub Pages

    - -

    Vestibulum id ligula porta felis euismod semper. Nullam quis risus eget urna mollis ornare vel eu leo. Donec sed odio dui.

    - - - - -

    Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec sed odio dui. Vestibulum id ligula porta felis euismod semper.

    - -

    Lists

    - -

    Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aenean lacinia bibendum nulla sed consectetur. Etiam porta sem malesuada magna mollis euismod. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.

    - -
      -
    • Praesent commodo cursus magna, vel scelerisque nisl consectetur et.
    • -
    • Donec id elit non mi porta gravida at eget metus.
    • -
    • Nulla vitae elit libero, a pharetra augue.
    • -
    - -

    Donec ullamcorper nulla non metus auctor fringilla. Nulla vitae elit libero, a pharetra augue.

    - -
      -
    1. Vestibulum id ligula porta felis euismod semper.
    2. -
    3. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
    4. -
    5. Maecenas sed diam eget risus varius blandit sit amet non magna.
    6. -
    - -

    Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis.

    - -
    -
    HyperText Markup Language (HTML)
    -
    The language used to describe and define the content of a Web page
    - -
    Cascading Style Sheets (CSS)
    -
    Used to describe the appearance of Web content
    - -
    JavaScript (JS)
    -
    The programming language used to build advanced Web sites and applications
    -
    - -

    Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Nullam quis risus eget urna mollis ornare vel eu leo.

    - -

    Images

    - -

    Quisque consequat sapien eget quam rhoncus, sit amet laoreet diam tempus. Aliquam aliquam metus erat, a pulvinar turpis suscipit at.

    - -

    placeholder -placeholder -placeholder

    - -

    Tables

    - -

    Aenean lacinia bibendum nulla sed consectetur. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    NameUpvotesDownvotes
    Totals2123
    Alice1011
    Bob43
    Charlie79
    - -

    Nullam id dolor id nibh ultricies vehicula ut id elit. Sed posuere consectetur est at lobortis. Nullam quis risus eget urna mollis ornare vel eu leo.

    - -
    - -

    Want to see something else added? Open an issue.

    - -
    -
      -
    1. -

      Handy! Now click the return link to go back. 

      -
    2. -
    -
    - -
    - -
    - - - -
    - -
    - - © . All rights reserved. - -
    -
    - - - diff --git a/page6/index.html b/page6/index.html deleted file mode 100644 index b3f291c..0000000 --- a/page6/index.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - - - - - Mr. Rogbeer is from Mauritius but not ~rogbeer · What are you doing with your sack of flesh? That's the question - - - - - - - - - - - - - - - - - -
    -
    -

    - Mr. Rogbeer is from Mauritius but not ~rogbeer - What are you doing with your sack of flesh? That's the question -

    -
    - -
    -
    - -
    -

    - - What's Jekyll? - -

    - - - -

    Jekyll is a static site generator, an open-source tool for creating simple yet powerful websites of all shapes and sizes. From the project’s readme:

    - -
    -

    Jekyll is a simple, blog aware, static site generator. It takes a template directory […] and spits out a complete, static website suitable for serving with Apache or your favorite web server. This is also the engine behind GitHub Pages, which you can use to host your project’s page or blog right here from GitHub.

    -
    - -

    It’s an immensely useful tool. Find out more by visiting the project on GitHub.

    - -
    - -
    - - - -
    - -
    - - © . All rights reserved. - -
    -
    - - - diff --git a/swap/index.html b/swap/index.html index 2b50fad..d6f069d 100644 --- a/swap/index.html +++ b/swap/index.html @@ -34,6 +34,14 @@ Mr. Rogbeer is from Mauritius but not ~rogbeer What are you doing with your sack of flesh? That's the question + +
    + +     + What would people give, for a cassette tape? + + +
    @@ -41,7 +49,7 @@

    What would people give, for a cassette tape?

    A story

    -

    On the http://youtu.be/Boc7GZ86Qag”, +

    On the 28th of October, 2016 A.D., I bought a cassette tape at Lithe House.

    @@ -91,7 +99,7 @@ is viewable at