From 24c8490abbaca0d8263832b53a04f15d34a38a39 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Fri, 2 Aug 2019 17:06:15 -0400 Subject: [PATCH] Try to fix filtering issue --- _config.yml | 2 +- _layouts/home.html | 2 +- _site/feed.xml | 2 +- _site/index.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index 8853741..086c3cb 100644 --- a/_config.yml +++ b/_config.yml @@ -3,7 +3,7 @@ description: >- # this means to ignore newlines until "baseurl:" Computer wizard, student, @frc5024 programming team lead, and radio enthusiast. baseurl: "" # the subpath of your site, e.g. /blog -url: "https://retrylife.ca" # the base hostname & protocol for your site, e.g. http://example.com +url: "" # the base hostname & protocol for your site, e.g. http://example.com about: >- I am a 16 year old programming student. I enjoy learning new concepts, diff --git a/_layouts/home.html b/_layouts/home.html index 1e4cb8a..91a3925 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -30,7 +30,7 @@

Languages

-
+
Python
Jekyll2019-08-02T16:28:13-04:00http://0.0.0.0:4000/feed.xmlEvan PrattenComputer wizard, student, <a href="https://frc5024.github.io">@frc5024</a> programming team lead, and radio enthusiast.Mind map generation with Python2019-07-15T14:38:00-04:002019-07-15T14:38:00-04:00http://0.0.0.0:4000/blog/2019/07/15/MindMap<p>While working on an assignment with <a href="https://coggle.it">Coggle</a> today, I noticed an interesting option in the save menu. <em>Download as .mm file</em>. Having rarely worked with mind maps before, and only doing it online, it never occured to me that someone would have a file format for it. So I took a look.</p> +Jekyll2019-08-02T17:05:57-04:00http://0.0.0.0:4000/feed.xmlEvan PrattenComputer wizard, student, <a href="https://frc5024.github.io">@frc5024</a> programming team lead, and radio enthusiast.Mind map generation with Python2019-07-15T14:38:00-04:002019-07-15T14:38:00-04:00http://0.0.0.0:4000/blog/2019/07/15/MindMap<p>While working on an assignment with <a href="https://coggle.it">Coggle</a> today, I noticed an interesting option in the save menu. <em>Download as .mm file</em>. Having rarely worked with mind maps before, and only doing it online, it never occured to me that someone would have a file format for it. So I took a look.</p> <h2 id="what-is-a-mm-file">What is a .mm file?</h2> <p>It turns out, a <code class="highlighter-rouge">.mm</code> file is just some XML describing the mind map. Here is a simple mind map:</p> diff --git a/_site/index.html b/_site/index.html index ca9e1d6..d810315 100644 --- a/_site/index.html +++ b/_site/index.html @@ -57,7 +57,7 @@

Languages

-
+
Python