<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Gatsby RSS feed]]></title><description><![CDATA[A Gatsby MDX playground]]></description><link>http://github.com/dylang/node-rss</link><generator>GatsbyJS</generator><lastBuildDate>Mon, 13 Jan 2020 21:55:18 GMT</lastBuildDate><item><title><![CDATA[Photos]]></title><link>https://dogrose.netlify.com/photos/</link><guid isPermaLink="false">https://dogrose.netlify.com/photos/</guid><pubDate>Wed, 08 Jan 2020 00:00:00 GMT</pubDate><content:encoded>function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i &lt; arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }

function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i &lt; sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) &gt;= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }

function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i &lt; sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) &gt;= 0) continue; target[key] = source[key]; } return target; }

/* @jsx mdx */
var _frontmatter = {
  &quot;title&quot;: &quot;Photos&quot;,
  &quot;date&quot;: &quot;2020-01-08&quot;,
  &quot;cover&quot;: &quot;./cover.jpg&quot;,
  &quot;coverby&quot;: null,
  &quot;template&quot;: &quot;gridPost&quot;
};

var makeShortcode = function makeShortcode(name) {
  return function MDXDefaultShortcode(props) {
    console.warn(&quot;Component &quot; + name + &quot; was not imported, exported, or provided by MDXProvider as global scope&quot;);
    return mdx(&quot;div&quot;, props);
  };
};

var layoutProps = {
  _frontmatter: _frontmatter
};
var MDXLayout = &quot;wrapper&quot;;
return function MDXContent(_ref) {
  var components = _ref.components,
      props = _objectWithoutProperties(_ref, [&quot;components&quot;]);

  return mdx(MDXLayout, _extends({}, layoutProps, props, {
    components: components,
    mdxType: &quot;MDXLayout&quot;
  }), mdx(&quot;p&quot;, null, &quot;Bit of excerpt.&quot;));
}
;
MDXContent.isMDXComponent = true;</content:encoded></item><item><title><![CDATA[Testing Markdown]]></title><link>https://dogrose.netlify.com/test/</link><guid isPermaLink="false">https://dogrose.netlify.com/test/</guid><pubDate>Tue, 07 Jan 2020 00:00:00 GMT</pubDate><content:encoded>function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i &lt; arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }

function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i &lt; sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) &gt;= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }

function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i &lt; sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) &gt;= 0) continue; target[key] = source[key]; } return target; }

/* @jsx mdx */
var _frontmatter = {
  &quot;title&quot;: &quot;Testing Markdown&quot;,
  &quot;date&quot;: &quot;2020-01-07&quot;,
  &quot;cover&quot;: &quot;./cover.jpg&quot;,
  &quot;coverby&quot;: &quot;Photo by Joyce McCown on Unsplash&quot;,
  &quot;template&quot;: &quot;blogPost&quot;
};

var makeShortcode = function makeShortcode(name) {
  return function MDXDefaultShortcode(props) {
    console.warn(&quot;Component &quot; + name + &quot; was not imported, exported, or provided by MDXProvider as global scope&quot;);
    return mdx(&quot;div&quot;, props);
  };
};

var Bio = makeShortcode(&quot;Bio&quot;);
var layoutProps = {
  _frontmatter: _frontmatter
};
var MDXLayout = &quot;wrapper&quot;;
return function MDXContent(_ref) {
  var components = _ref.components,
      props = _objectWithoutProperties(_ref, [&quot;components&quot;]);

  return mdx(MDXLayout, _extends({}, layoutProps, props, {
    components: components,
    mdxType: &quot;MDXLayout&quot;
  }), mdx(&quot;h2&quot;, null, &quot;Title&quot;), mdx(&quot;p&quot;, null, mdx(&quot;a&quot;, _extends({
    parentName: &quot;p&quot;
  }, {
    &quot;href&quot;: &quot;https://dogrose.org&quot;
  }), &quot;https://dogrose.org&quot;)), mdx(&quot;ul&quot;, null, mdx(&quot;li&quot;, {
    parentName: &quot;ul&quot;
  }, &quot;first item&quot;), mdx(&quot;li&quot;, {
    parentName: &quot;ul&quot;
  }, &quot;second&quot;), mdx(&quot;li&quot;, {
    parentName: &quot;ul&quot;
  }, &quot;this is cool&quot;, mdx(&quot;ul&quot;, {
    parentName: &quot;li&quot;
  }, mdx(&quot;li&quot;, {
    parentName: &quot;ul&quot;
  }, &quot;and this&quot;))), mdx(&quot;li&quot;, {
    parentName: &quot;ul&quot;
  }, &quot;and indents&quot;)), mdx(&quot;hr&quot;, null), mdx(&quot;blockquote&quot;, null, mdx(&quot;p&quot;, {
    parentName: &quot;blockquote&quot;
  }, &quot;so it goes&quot;)), mdx(&quot;p&quot;, null, &quot;but what about this line?&quot;), mdx(&quot;p&quot;, null, &quot;still in the quote?&quot;), mdx(&quot;p&quot;, null, &quot;think I was&quot;), mdx(&quot;p&quot;, null, mdx(&quot;a&quot;, _extends({
    parentName: &quot;p&quot;
  }, {
    &quot;href&quot;: &quot;https:dogrose.org&quot;
  }), mdx(&quot;span&quot;, _extends({
    parentName: &quot;a&quot;
  }, {
    &quot;className&quot;: &quot;gatsby-resp-image-wrapper&quot;,
    &quot;style&quot;: {
      &quot;position&quot;: &quot;relative&quot;,
      &quot;display&quot;: &quot;block&quot;,
      &quot;marginLeft&quot;: &quot;auto&quot;,
      &quot;marginRight&quot;: &quot;auto&quot;,
      &quot;maxWidth&quot;: &quot;590px&quot;
    }
  }), &quot;\n      &quot;, mdx(&quot;span&quot;, _extends({
    parentName: &quot;span&quot;
  }, {
    &quot;className&quot;: &quot;gatsby-resp-image-background-image&quot;,
    &quot;style&quot;: {
      &quot;paddingBottom&quot;: &quot;75%&quot;,
      &quot;position&quot;: &quot;relative&quot;,
      &quot;bottom&quot;: &quot;0&quot;,
      &quot;left&quot;: &quot;0&quot;,
      &quot;backgroundImage&quot;: &quot;url(&apos;data:image/jpeg;base64,/9j/2wBDABALDA4MChAODQ4SERATGCgaGBYWGDEjJR0oOjM9PDkzODdASFxOQERXRTc4UG1RV19iZ2hnPk1xeXBkeFxlZ2P/2wBDARESEhgVGC8aGi9jQjhCY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2P/wgARCAAPABQDASIAAhEBAxEB/8QAGAAAAgMAAAAAAAAAAAAAAAAAAAQBAgX/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/aAAwDAQACEAMQAAAB06tpQvEFH//EABoQAAMBAAMAAAAAAAAAAAAAAAECAwAEEjH/2gAIAQEAAQUCozLRqsBiAdXj9gPP/8QAFxEAAwEAAAAAAAAAAAAAAAAAEBESQf/aAAgBAwEBPwGlg//EABYRAQEBAAAAAAAAAAAAAAAAAAEQUf/aAAgBAgEBPwFHZ//EABsQAAIBBQAAAAAAAAAAAAAAAAABIQIQESIy/9oACAEBAAY/AqcODm0o0ciP/8QAGhABAAIDAQAAAAAAAAAAAAAAAQAREDFBIf/aAAgBAQABPyEwKx6MNVdemNKMu7TgdQ0Tup//2gAMAwEAAgADAAAAEMgv/8QAFREBAQAAAAAAAAAAAAAAAAAAMRD/2gAIAQMBAT8QBT//xAAWEQEBAQAAAAAAAAAAAAAAAAABERD/2gAIAQIBAT8QU0jP/8QAHBABAAICAwEAAAAAAAAAAAAAAQARITFRYXGR/9oACAEBAAE/EBiEoLGmZmDQlhzZ5BsHmBUT2R1AsqtdXsiaAA/J/9k=&apos;)&quot;,
      &quot;backgroundSize&quot;: &quot;cover&quot;,
      &quot;display&quot;: &quot;block&quot;
    }
  })), &quot;\n  &quot;, mdx(&quot;img&quot;, _extends({
    parentName: &quot;span&quot;
  }, {
    &quot;className&quot;: &quot;gatsby-resp-image-image&quot;,
    &quot;alt&quot;: &quot;alt text&quot;,
    &quot;title&quot;: &quot;Tooltip&quot;,
    &quot;src&quot;: &quot;/static/ed81540d0f3ce85924df54e8adda655a/88218/cover.jpg&quot;,
    &quot;srcSet&quot;: [&quot;/static/ed81540d0f3ce85924df54e8adda655a/7237a/cover.jpg 148w&quot;, &quot;/static/ed81540d0f3ce85924df54e8adda655a/0cfdf/cover.jpg 295w&quot;, &quot;/static/ed81540d0f3ce85924df54e8adda655a/88218/cover.jpg 590w&quot;, &quot;/static/ed81540d0f3ce85924df54e8adda655a/77d57/cover.jpg 885w&quot;, &quot;/static/ed81540d0f3ce85924df54e8adda655a/5a917/cover.jpg 1180w&quot;, &quot;/static/ed81540d0f3ce85924df54e8adda655a/93d1b/cover.jpg 4032w&quot;],
    &quot;sizes&quot;: &quot;(max-width: 590px) 100vw, 590px&quot;,
    &quot;style&quot;: {
      &quot;width&quot;: &quot;100%&quot;,
      &quot;height&quot;: &quot;100%&quot;,
      &quot;margin&quot;: &quot;0&quot;,
      &quot;verticalAlign&quot;: &quot;middle&quot;,
      &quot;position&quot;: &quot;absolute&quot;,
      &quot;top&quot;: &quot;0&quot;,
      &quot;left&quot;: &quot;0&quot;
    },
    &quot;loading&quot;: &quot;lazy&quot;
  })), &quot;\n    &quot;))), mdx(&quot;p&quot;, null, mdx(&quot;a&quot;, _extends({
    parentName: &quot;p&quot;
  }, {
    &quot;href&quot;: &quot;http://google.com.au/&quot;
  }), mdx(&quot;img&quot;, _extends({
    parentName: &quot;a&quot;
  }, {
    &quot;src&quot;: &quot;http://www.google.com.au/images/nav_logo7.png&quot;,
    &quot;alt&quot;: &quot;Foo&quot;
  })))), mdx(Bio, {
    mdxType: &quot;Bio&quot;
  }));
}
;
MDXContent.isMDXComponent = true;</content:encoded></item><item><title><![CDATA[Suspension]]></title><link>https://dogrose.netlify.com/suspension/</link><guid isPermaLink="false">https://dogrose.netlify.com/suspension/</guid><pubDate>Mon, 06 Jan 2020 00:00:00 GMT</pubDate><content:encoded>function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i &lt; arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }

function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i &lt; sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) &gt;= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }

function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i &lt; sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) &gt;= 0) continue; target[key] = source[key]; } return target; }

/* @jsx mdx */
var _frontmatter = {
  &quot;title&quot;: &quot;Suspension&quot;,
  &quot;date&quot;: &quot;2020-01-06&quot;,
  &quot;cover&quot;: &quot;./cover.jpg&quot;,
  &quot;coverby&quot;: &quot;Photo by JJ Ying on Unsplash&quot;,
  &quot;template&quot;: &quot;gridPost&quot;
};

var makeShortcode = function makeShortcode(name) {
  return function MDXDefaultShortcode(props) {
    console.warn(&quot;Component &quot; + name + &quot; was not imported, exported, or provided by MDXProvider as global scope&quot;);
    return mdx(&quot;div&quot;, props);
  };
};

var layoutProps = {
  _frontmatter: _frontmatter
};
var MDXLayout = &quot;wrapper&quot;;
return function MDXContent(_ref) {
  var components = _ref.components,
      props = _objectWithoutProperties(_ref, [&quot;components&quot;]);

  return mdx(MDXLayout, _extends({}, layoutProps, props, {
    components: components,
    mdxType: &quot;MDXLayout&quot;
  }));
}
;
MDXContent.isMDXComponent = true;</content:encoded></item><item><title><![CDATA[Fettling Mint]]></title><link>https://dogrose.netlify.com/fettling-mint/</link><guid isPermaLink="false">https://dogrose.netlify.com/fettling-mint/</guid><pubDate>Sun, 29 Dec 2019 00:00:00 GMT</pubDate><content:encoded>function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i &lt; arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }

function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i &lt; sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) &gt;= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }

function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i &lt; sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) &gt;= 0) continue; target[key] = source[key]; } return target; }

/* @jsx mdx */
var _frontmatter = {
  &quot;title&quot;: &quot;Fettling Mint&quot;,
  &quot;date&quot;: &quot;2019-12-29&quot;,
  &quot;cover&quot;: &quot;./cover.jpg&quot;,
  &quot;coverby&quot;: &quot;Photo by Tom Rumble on Unsplash&quot;,
  &quot;template&quot;: &quot;blogPost&quot;
};

var makeShortcode = function makeShortcode(name) {
  return function MDXDefaultShortcode(props) {
    console.warn(&quot;Component &quot; + name + &quot; was not imported, exported, or provided by MDXProvider as global scope&quot;);
    return mdx(&quot;div&quot;, props);
  };
};

var layoutProps = {
  _frontmatter: _frontmatter
};
var MDXLayout = &quot;wrapper&quot;;
return function MDXContent(_ref) {
  var components = _ref.components,
      props = _objectWithoutProperties(_ref, [&quot;components&quot;]);

  return mdx(MDXLayout, _extends({}, layoutProps, props, {
    components: components,
    mdxType: &quot;MDXLayout&quot;
  }), mdx(&quot;pre&quot;, null, mdx(&quot;code&quot;, _extends({
    parentName: &quot;pre&quot;
  }, {}), &quot;install chrome\n    wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -\n    echo \&quot;deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main\&quot; | sudo tee /etc/apt/sources.list.d/google-chrome.list\n    sudo apt update\n    sudo apt install -y google-chrome-beta\n\nyarn\n    curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -\n    echo \&quot;deb https://dl.yarnpkg.com/debian/ stable main\&quot; | sudo tee /etc/apt/sources.list.d/yarn.list\n    sudo apt update &amp;&amp; sudo apt install yarn\n\nnvm\n    sudo apt-get update\n    sudo apt-get install build-essential checkinstall libssl-dev\n    curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.32.1/install.sh | bash\n    close/open terminal\n    command -v nvm (should output &apos;nvm&apos;)\n\nnode\n    check for installed versions: nvm ls\n    check for available versions: nvm ls-remote\n    sudo apt-get update\n    sudo apt-get install build-essential checkinstall libssl-dev\n    curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.32.1/install.sh | bash\n    ou\u2019ll have to close and reopen the terminal first, but you can verify a successful installation by using command -v nvm. The command will output nvm if everything worked.\n\n    Once you\u2019re set up, installing updated versions of Node is a breeze. You can check what versions are currently installed with nvm lsand see what is available to install by using nvm ls-remote.\n\n    Download, compile, and install newer versions of Node with nvm install #.#.#, obviously substituting the #s for the Node version you want. You can tell nvm which version to use in each new shell with nvm use #.#.# and set a default with alias: nvm alias default node.\n\nvscode\n    curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor &gt; microsoft.gpg\n    sudo install -o root -g root -m 644 microsoft.gpg /etc/apt/trusted.gpg.d/\n    sudo sh -c &apos;echo \&quot;deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main\&quot; &gt; /etc/apt/sources.list.d/vscode.list&apos;\n    sudo apt-get update\n    sudo apt-get install apt-transport-https\n    sudo apt-get install code\n\nbrave\n    sudo apt install curl\n    curl -s https://brave-browser-apt-release.s3.brave.com/brave-core.asc | sudo apt-key add -\n    UBUNTU_CODENAME=$( (grep DISTRIB_CODENAME /etc/upstream-release/lsb-release || grep DISTRIB_CODENAME /etc/lsb-release) 2&gt;/dev/null | cut -d&apos;=&apos; -f2 )  \n    echo \&quot;deb [arch=amd64] https://brave-browser-apt-release.s3.brave.com/ bionic main\&quot; | sudo tee /etc/apt/sources.list.d/brave-browser-release-bionic.list  \n    sudo apt update  \n    sudo apt install brave-browser brave-keyring  \n\ngoogle-earth\n    sudo apt install gdebi-core\n    wget https://dl.google.com/dl/earth/client/current/google-earth-pro-stable_current_amd64.deb\n    sudo gdebi google-earth-pro-stable_current_amd64.deb\n\nskype\n    wget https://repo.skype.com/latest/skypeforlinux-64.deb\n\ntelegram\n    sudo add-apt-repository ppa:atareao/telegram\n    sudo apt-get update\n    sudo apt-get install telegram\n&quot;)));
}
;
MDXContent.isMDXComponent = true;</content:encoded></item><item><title><![CDATA[Setup a Grid Display]]></title><link>https://dogrose.netlify.com/grid/</link><guid isPermaLink="false">https://dogrose.netlify.com/grid/</guid><pubDate>Sun, 29 Dec 2019 00:00:00 GMT</pubDate><content:encoded>function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i &lt; arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }

function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i &lt; sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) &gt;= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }

function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i &lt; sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) &gt;= 0) continue; target[key] = source[key]; } return target; }

/* @jsx mdx */
var _frontmatter = {
  &quot;title&quot;: &quot;Setup a Grid Display&quot;,
  &quot;date&quot;: &quot;2019-12-29&quot;,
  &quot;cover&quot;: &quot;./cover.jpg&quot;,
  &quot;coverby&quot;: &quot;Photo by Julius Drost on Unsplash&quot;,
  &quot;template&quot;: &quot;blogPost&quot;
};

var makeShortcode = function makeShortcode(name) {
  return function MDXDefaultShortcode(props) {
    console.warn(&quot;Component &quot; + name + &quot; was not imported, exported, or provided by MDXProvider as global scope&quot;);
    return mdx(&quot;div&quot;, props);
  };
};

var layoutProps = {
  _frontmatter: _frontmatter
};
var MDXLayout = &quot;wrapper&quot;;
return function MDXContent(_ref) {
  var components = _ref.components,
      props = _objectWithoutProperties(_ref, [&quot;components&quot;]);

  return mdx(MDXLayout, _extends({}, layoutProps, props, {
    components: components,
    mdxType: &quot;MDXLayout&quot;
  }), mdx(&quot;p&quot;, null, &quot;Need to put some words in here.You can always override it with export default syntax.\nCheckout the demo.&quot;), mdx(&quot;p&quot;, null, mdx(&quot;a&quot;, _extends({
    parentName: &quot;p&quot;
  }, {
    &quot;href&quot;: &quot;https://www.youtube.com/watch?v=f1JTHMKKlKw&quot;
  }), &quot;https://www.youtube.com/watch?v=f1JTHMKKlKw&quot;), &quot;\n&quot;, mdx(&quot;a&quot;, _extends({
    parentName: &quot;p&quot;
  }, {
    &quot;href&quot;: &quot;https://www.youtube.com/watch?v=wBi-ZK0UHUk&quot;
  }), &quot;https://www.youtube.com/watch?v=wBi-ZK0UHUk&quot;), &quot;\n&quot;, mdx(&quot;a&quot;, _extends({
    parentName: &quot;p&quot;
  }, {
    &quot;href&quot;: &quot;https://www.youtube.com/watch?v=LvP2EqCiQMg&quot;
  }), &quot;https://www.youtube.com/watch?v=LvP2EqCiQMg&quot;), &quot;\n&quot;, mdx(&quot;a&quot;, _extends({
    parentName: &quot;p&quot;
  }, {
    &quot;href&quot;: &quot;https://www.youtube.com/watch?v=wBi-ZK0UHUk&quot;
  }), &quot;https://www.youtube.com/watch?v=wBi-ZK0UHUk&quot;), &quot;\n&quot;, mdx(&quot;a&quot;, _extends({
    parentName: &quot;p&quot;
  }, {
    &quot;href&quot;: &quot;https://www.youtube.com/watch?v=VjXb3PRL9WI&quot;
  }), &quot;https://www.youtube.com/watch?v=VjXb3PRL9WI&quot;), &quot;\n&quot;, mdx(&quot;a&quot;, _extends({
    parentName: &quot;p&quot;
  }, {
    &quot;href&quot;: &quot;https://www.youtube.com/watch?v=MZLS4cq7fRY&quot;
  }), &quot;https://www.youtube.com/watch?v=MZLS4cq7fRY&quot;), &quot;\n&quot;, mdx(&quot;a&quot;, _extends({
    parentName: &quot;p&quot;
  }, {
    &quot;href&quot;: &quot;https://www.youtube.com/watch?v=GLNpdJsUbpE&quot;
  }), &quot;https://www.youtube.com/watch?v=GLNpdJsUbpE&quot;)), mdx(&quot;p&quot;, null, mdx(&quot;a&quot;, _extends({
    parentName: &quot;p&quot;
  }, {
    &quot;href&quot;: &quot;%7Bvideo-url%7D&quot;,
    &quot;title&quot;: &quot;Link Title&quot;
  }), mdx(&quot;img&quot;, _extends({
    parentName: &quot;a&quot;
  }, {
    &quot;src&quot;: &quot;%7Bimage-url%7D&quot;,
    &quot;alt&quot;: &quot;Alternate Text&quot;
  }))), &quot;\n[&quot;, &quot;![   ]&quot;, &quot;({   })]({     }     )&quot;));
}
;
MDXContent.isMDXComponent = true;</content:encoded></item><item><title><![CDATA[Fireshows]]></title><link>https://dogrose.netlify.com/fireshow/</link><guid isPermaLink="false">https://dogrose.netlify.com/fireshow/</guid><pubDate>Wed, 30 Oct 2019 00:00:00 GMT</pubDate><content:encoded>function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i &lt; arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }

function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i &lt; sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) &gt;= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }

function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i &lt; sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) &gt;= 0) continue; target[key] = source[key]; } return target; }

/* @jsx mdx */
var _frontmatter = {
  &quot;title&quot;: &quot;Fireshows&quot;,
  &quot;slug&quot;: &quot;fireshows&quot;,
  &quot;date&quot;: &quot;2019-10-30T00:00:00.000Z&quot;,
  &quot;cover&quot;: &quot;./cover.jpg&quot;,
  &quot;coverby&quot;: &quot;Photo by Den on Unsplash&quot;,
  &quot;template&quot;: &quot;blogPost&quot;
};

var makeShortcode = function makeShortcode(name) {
  return function MDXDefaultShortcode(props) {
    console.warn(&quot;Component &quot; + name + &quot; was not imported, exported, or provided by MDXProvider as global scope&quot;);
    return mdx(&quot;div&quot;, props);
  };
};

var SlideShow2 = makeShortcode(&quot;SlideShow2&quot;);
var layoutProps = {
  _frontmatter: _frontmatter
};
var MDXLayout = &quot;wrapper&quot;;
return function MDXContent(_ref) {
  var components = _ref.components,
      props = _objectWithoutProperties(_ref, [&quot;components&quot;]);

  return mdx(MDXLayout, _extends({}, layoutProps, props, {
    components: components,
    mdxType: &quot;MDXLayout&quot;
  }), mdx(&quot;h1&quot;, null, &quot;Fireshows&quot;), mdx(&quot;p&quot;, null, &quot;Do we need content?&quot;), mdx(SlideShow2, {
    mdxType: &quot;SlideShow2&quot;
  }));
}
;
MDXContent.isMDXComponent = true;</content:encoded></item><item><title><![CDATA[ToDo]]></title><link>https://dogrose.netlify.com/todo/</link><guid isPermaLink="false">https://dogrose.netlify.com/todo/</guid><pubDate>Fri, 18 Oct 2019 00:00:00 GMT</pubDate><content:encoded>function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i &lt; arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }

function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i &lt; sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) &gt;= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }

function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i &lt; sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) &gt;= 0) continue; target[key] = source[key]; } return target; }

/* @jsx mdx */
var _frontmatter = {
  &quot;title&quot;: &quot;ToDo&quot;,
  &quot;slug&quot;: &quot;todo&quot;,
  &quot;date&quot;: &quot;2019-10-18T00:00:00.000Z&quot;,
  &quot;cover&quot;: &quot;./cover.jpg&quot;,
  &quot;coverby&quot;: &quot;Photo by Glenn Carstens-Peters on Unsplash&quot;,
  &quot;template&quot;: &quot;blogPost&quot;
};

var makeShortcode = function makeShortcode(name) {
  return function MDXDefaultShortcode(props) {
    console.warn(&quot;Component &quot; + name + &quot; was not imported, exported, or provided by MDXProvider as global scope&quot;);
    return mdx(&quot;div&quot;, props);
  };
};

var layoutProps = {
  _frontmatter: _frontmatter
};
var MDXLayout = &quot;wrapper&quot;;
return function MDXContent(_ref) {
  var components = _ref.components,
      props = _objectWithoutProperties(_ref, [&quot;components&quot;]);

  return mdx(MDXLayout, _extends({}, layoutProps, props, {
    components: components,
    mdxType: &quot;MDXLayout&quot;
  }), mdx(&quot;ul&quot;, {
    &quot;className&quot;: &quot;contains-task-list&quot;
  }, mdx(&quot;li&quot;, _extends({
    parentName: &quot;ul&quot;
  }, {
    &quot;className&quot;: &quot;task-list-item&quot;
  }), mdx(&quot;input&quot;, _extends({
    parentName: &quot;li&quot;
  }, {
    &quot;type&quot;: &quot;checkbox&quot;,
    &quot;checked&quot;: false,
    &quot;disabled&quot;: true
  })), &quot; &quot;, &quot;responsive column structure&quot;), mdx(&quot;li&quot;, _extends({
    parentName: &quot;ul&quot;
  }, {
    &quot;className&quot;: &quot;task-list-item&quot;
  }), mdx(&quot;input&quot;, _extends({
    parentName: &quot;li&quot;
  }, {
    &quot;type&quot;: &quot;checkbox&quot;,
    &quot;checked&quot;: false,
    &quot;disabled&quot;: true
  })), &quot; &quot;, &quot;video display&quot;), mdx(&quot;li&quot;, _extends({
    parentName: &quot;ul&quot;
  }, {
    &quot;className&quot;: &quot;task-list-item&quot;
  }), mdx(&quot;input&quot;, _extends({
    parentName: &quot;li&quot;
  }, {
    &quot;type&quot;: &quot;checkbox&quot;,
    &quot;checked&quot;: false,
    &quot;disabled&quot;: true
  })), &quot; &quot;, &quot;photo gallery display&quot;)));
}
;
MDXContent.isMDXComponent = true;</content:encoded></item><item><title><![CDATA[Code Blocks]]></title><link>https://dogrose.netlify.com/code-blocks/</link><guid isPermaLink="false">https://dogrose.netlify.com/code-blocks/</guid><pubDate>Mon, 01 Jul 2019 00:00:00 GMT</pubDate><content:encoded>function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i &lt; arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }

function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i &lt; sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) &gt;= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }

function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i &lt; sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) &gt;= 0) continue; target[key] = source[key]; } return target; }

/* @jsx mdx */
var _frontmatter = {
  &quot;title&quot;: &quot;Code Blocks&quot;,
  &quot;date&quot;: &quot;2019-07-01T00:00:00.000Z&quot;,
  &quot;published&quot;: true,
  &quot;cover&quot;: &quot;./cover.jpg&quot;,
  &quot;coverby&quot;: null,
  &quot;template&quot;: &quot;blogPost&quot;
};

var makeShortcode = function makeShortcode(name) {
  return function MDXDefaultShortcode(props) {
    console.warn(&quot;Component &quot; + name + &quot; was not imported, exported, or provided by MDXProvider as global scope&quot;);
    return mdx(&quot;div&quot;, props);
  };
};

var layoutProps = {
  _frontmatter: _frontmatter
};
var MDXLayout = &quot;wrapper&quot;;
return function MDXContent(_ref) {
  var components = _ref.components,
      props = _objectWithoutProperties(_ref, [&quot;components&quot;]);

  return mdx(MDXLayout, _extends({}, layoutProps, props, {
    components: components,
    mdxType: &quot;MDXLayout&quot;
  }), mdx(&quot;h2&quot;, null, &quot;Yes! Some code!&quot;), mdx(&quot;p&quot;, null, &quot;Here is the &quot;, mdx(&quot;inlineCode&quot;, {
    parentName: &quot;p&quot;
  }, &quot;Dump&quot;), &quot; component!&quot;), mdx(&quot;pre&quot;, null, mdx(&quot;code&quot;, _extends({
    parentName: &quot;pre&quot;
  }, {
    &quot;className&quot;: &quot;language-jsx&quot;,
    &quot;metastring&quot;: &quot;react-live&quot;,
    &quot;react-live&quot;: true
  }), &quot;\nconst Dump = props =&gt; (\n  &lt;div\n    style={{\n      fontSize: 20,\n      border: &apos;1px solid #efefef&apos;,\n      padding: 10,\n      background: &apos;white&apos;,\n    }}&gt;\n    {Object.entries(props).map(([key, val]) =&gt; (\n      &lt;pre key={key}&gt;\n        &lt;strong style={{ color: &apos;white&apos;, background: &apos;red&apos; }}&gt;\n          {key} \uD83D\uDCA9\n        &lt;/strong&gt;\n        {JSON.stringify(val, &apos;&apos;, &apos; &apos;)}\n      &lt;/pre&gt;\n    ))}\n  &lt;/div&gt;\n);\n\nrender(&lt;Dump props={[&apos;One&apos;, &apos;Two&apos;, &apos;Three&apos;, &apos;Four&apos;]} /&gt;);\n&quot;)));
}
;
MDXContent.isMDXComponent = true;</content:encoded></item></channel></rss>