<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.8.5">Jekyll</generator><link href="https://ij888.github.io/feed.xml" rel="self" type="application/atom+xml" /><link href="https://ij888.github.io/" rel="alternate" type="text/html" /><updated>2019-07-31T21:35:42+00:00</updated><id>https://ij888.github.io/feed.xml</id><title type="html">ij888</title><subtitle>This is Ijem</subtitle><entry><title type="html">On showing your work</title><link href="https://ij888.github.io/on-showing-your-work/" rel="alternate" type="text/html" title="On showing your work" /><published>2019-07-08T00:00:00+00:00</published><updated>2019-07-08T00:00:00+00:00</updated><id>https://ij888.github.io/on-showing-your-work</id><content type="html" xml:base="https://ij888.github.io/on-showing-your-work/">&lt;p&gt;This is a paragraph, it’s surrounded by whitespace. Next up are some headers, they’re heavily influenced by GitHub’s markdown style.&lt;/p&gt;

&lt;p&gt;##Evaluating Markdown, documenting your work and other dev stories&lt;/p&gt;

&lt;h3 id=&quot;evaluating-markdown&quot;&gt;Evaluating Markdown&lt;/h3&gt;

&lt;p&gt;After trying various platforms for documenting work, &lt;a href=&quot;https://gohugo.io&quot;&gt;Hugo&lt;/a&gt; and &lt;a href=&quot;https://jekyllrb.com/&quot;&gt;Jekyll&lt;/a&gt; appealed the most of the bunch. Their ease of use, especially the static site generation, SSG, was a strong deciding factor for taking deep dives into the mechanics of how these platforms work. The fact that you could template therein was also a clincher!&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/images/jekyll-logo.png&quot; alt=&quot;an image alt text&quot; title=&quot;an image title&quot; /&gt;&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;A bulletted list&lt;/li&gt;
  &lt;li&gt;alternative syntax 1&lt;/li&gt;
  &lt;li&gt;alternative syntax 2
    &lt;ul&gt;
      &lt;li&gt;an indented list item&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ul&gt;

&lt;ol&gt;
  &lt;li&gt;An&lt;/li&gt;
  &lt;li&gt;ordered&lt;/li&gt;
  &lt;li&gt;list&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Inline markup styles:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;em&gt;italics&lt;/em&gt;&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;bold&lt;/strong&gt;&lt;/li&gt;
  &lt;li&gt;&lt;code class=&quot;highlighter-rouge&quot;&gt;code()&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
  &lt;p&gt;Blockquote&lt;/p&gt;
  &lt;blockquote&gt;
    &lt;p&gt;Nested Blockquote&lt;/p&gt;
  &lt;/blockquote&gt;
&lt;/blockquote&gt;

&lt;p&gt;Syntax highlighting can be used with triple backticks, like so:&lt;/p&gt;

&lt;div class=&quot;language-javascript highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;cm&quot;&gt;/* Some pointless Javascript */&lt;/span&gt;
&lt;span class=&quot;kd&quot;&gt;var&lt;/span&gt; &lt;span class=&quot;nx&quot;&gt;rawr&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;p&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;&quot;r&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;s2&quot;&gt;&quot;a&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;s2&quot;&gt;&quot;w&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;s2&quot;&gt;&quot;r&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;];&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Use two trailing spaces&lt;br /&gt;
on the right&lt;br /&gt;
to create linebreak tags&lt;/p&gt;

&lt;p&gt;Finally, horizontal lines&lt;/p&gt;

&lt;hr /&gt;
&lt;hr /&gt;</content><author><name></name></author><summary type="html">This is a paragraph, it’s surrounded by whitespace. Next up are some headers, they’re heavily influenced by GitHub’s markdown style.</summary></entry><entry><title type="html">You’re up and running!</title><link href="https://ij888.github.io/Blast-Down/" rel="alternate" type="text/html" title="You're up and running!" /><published>2019-07-03T00:00:00+00:00</published><updated>2019-07-03T00:00:00+00:00</updated><id>https://ij888.github.io/Blast-Down</id><content type="html" xml:base="https://ij888.github.io/Blast-Down/">&lt;p&gt;Next you can update your site name, avatar and other options using the _config.yml file in the root of your repository (shown below).&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/images/config.png&quot; alt=&quot;_config.yml&quot; /&gt;&lt;/p&gt;

&lt;p&gt;The easiest way to make your first post is to edit this one. Go into /_posts/ and update the Hello World markdown file. For more instructions head over to the &lt;a href=&quot;https://github.com/barryclark/jekyll-now&quot;&gt;Jekyll Now repository&lt;/a&gt; on GitHub.&lt;/p&gt;</content><author><name></name></author><summary type="html">Next you can update your site name, avatar and other options using the _config.yml file in the root of your repository (shown below).</summary></entry></feed>