Remvoe emacspeak from public projects

master
Tait Hoyem 3 years ago
parent f57b7ca9a9
commit 1d96622297

@ -13,6 +13,6 @@
- name: "chess"
link: "https://github.com/TTWNO/chess"
description: "A command-line chess game in C++. It is compileable on nearly any system."
- name: "Emacspeak C Tutorials"
link: "https://tait.tech/emacspeak-tutorials/"
description: "C Tutorials for the Visually Impaired"
#- name: "Emacspeak C Tutorials"
# link: "https://tait.tech/emacspeak-tutorials/"
# description: "C Tutorials for the Visually Impaired"

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.1.1">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2021-05-16T20:41:21-06:00</updated><id>http://localhost:4000/feed.xml</id><entry><title type="html">UEFI Development On x86 With EDK2</title><link href="http://localhost:4000/2021/04/18/uefi-development-environment/" rel="alternate" type="text/html" title="UEFI Development On x86 With EDK2" /><published>2021-04-18T00:00:00-06:00</published><updated>2021-04-18T00:00:00-06:00</updated><id>http://localhost:4000/2021/04/18/uefi-development-environment</id><content type="html" xml:base="http://localhost:4000/2021/04/18/uefi-development-environment/">&lt;p&gt;I made this blog so I could remember how to do stuff that had instructions spread around the internet.
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.1.1">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2021-05-16T20:43:56-06:00</updated><id>http://localhost:4000/feed.xml</id><entry><title type="html">UEFI Development On x86 With EDK2</title><link href="http://localhost:4000/2021/04/18/uefi-development-environment/" rel="alternate" type="text/html" title="UEFI Development On x86 With EDK2" /><published>2021-04-18T00:00:00-06:00</published><updated>2021-04-18T00:00:00-06:00</updated><id>http://localhost:4000/2021/04/18/uefi-development-environment</id><content type="html" xml:base="http://localhost:4000/2021/04/18/uefi-development-environment/">&lt;p&gt;I made this blog so I could remember how to do stuff that had instructions spread around the internet.
So here is how I setup my environment for developing EFI applications.&lt;/p&gt;
&lt;h2 id=&quot;requirements&quot;&gt;Requirements&lt;/h2&gt;

@ -78,12 +78,6 @@ I have all of my code projects hosted on <a href="https://github.com/TTWNO">my G
</p>
</li>
<li>
<p>
<a href="https://tait.tech/emacspeak-tutorials/">Emacspeak C Tutorials</a> &mdash; C Tutorials for the Visually Impaired
</p>
</li>
</ul>
<p>I also occasionally put some content on <a href="/blog">my blog</a></p>

@ -99,12 +99,6 @@
<p>A command-line chess game in C++. It is compileable on nearly any system.</p>
</li>
<li>
<strong><a href="https://tait.tech/emacspeak-tutorials/">Emacspeak C Tutorials</a></strong>
<p>C Tutorials for the Visually Impaired</p>
</li>
</ul>
<h2 id="skills">Skills</h2>

@ -2,31 +2,31 @@
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://localhost:4000/emacspeak-tutorials/arrays/</loc>
<lastmod>2021-05-16T20:41:21-06:00</lastmod>
<lastmod>2021-05-16T20:43:56-06:00</lastmod>
</url>
<url>
<loc>http://localhost:4000/emacspeak-tutorials/functions/</loc>
<lastmod>2021-05-16T20:41:21-06:00</lastmod>
<lastmod>2021-05-16T20:43:56-06:00</lastmod>
</url>
<url>
<loc>http://localhost:4000/emacspeak-tutorials/loops/</loc>
<lastmod>2021-05-16T20:41:21-06:00</lastmod>
<lastmod>2021-05-16T20:43:56-06:00</lastmod>
</url>
<url>
<loc>http://localhost:4000/emacspeak-tutorials/pointers/</loc>
<lastmod>2021-05-16T20:41:21-06:00</lastmod>
<lastmod>2021-05-16T20:43:56-06:00</lastmod>
</url>
<url>
<loc>http://localhost:4000/emacspeak-tutorials/printing/</loc>
<lastmod>2021-05-16T20:41:21-06:00</lastmod>
<lastmod>2021-05-16T20:43:56-06:00</lastmod>
</url>
<url>
<loc>http://localhost:4000/emacspeak-tutorials/structs/</loc>
<lastmod>2021-05-16T20:41:21-06:00</lastmod>
<lastmod>2021-05-16T20:43:56-06:00</lastmod>
</url>
<url>
<loc>http://localhost:4000/emacspeak-tutorials/user-input/</loc>
<lastmod>2021-05-16T20:41:21-06:00</lastmod>
<lastmod>2021-05-16T20:43:56-06:00</lastmod>
</url>
<url>
<loc>http://localhost:4000/2020/01/22/padding-and-margin/</loc>

Loading…
Cancel
Save