Add emacspeak tutorials to public site.

master
Tait Hoyem 3 years ago
parent 47d73f6bbf
commit f57b7ca9a9

@ -3,9 +3,6 @@
- name: Main Site
value: https://tait.tech/
label: tait.tech
- name: Backup/Mirror Site
value: https://beta.tait.tech/
label: beta.tait.tech
- name: Email
value: mailto:tait@tait.tech
label: tait@tait.tech
@ -15,6 +12,9 @@
- name: Github
label: github.com/TTWNO
value: https://github.com/TTWNO
- name: Backup/Mirror Site
value: https://beta.tait.tech/
label: beta.tait.tech
- heading: Secure Service Links
values:
- name: Signal

@ -13,9 +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: "subnetting"
link: "https://github.com/TTWNO/subnetting"
description: "One-night write of a subnet calculation tool."
- name: "Payroll"
links: "https://github.com/TTWNO/payroll"
description: "A payroll system written in PHP."
- 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:37:42-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: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.
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;

@ -80,13 +80,7 @@ I have all of my code projects hosted on <a href="https://github.com/TTWNO">my G
<li>
<p>
<a href="https://github.com/TTWNO/subnetting">subnetting</a> &mdash; One-night write of a subnet calculation tool.
</p>
</li>
<li>
<p>
<a href="">Payroll</a> &mdash; A payroll system written in PHP.
<a href="https://tait.tech/emacspeak-tutorials/">Emacspeak C Tutorials</a> &mdash; C Tutorials for the Visually Impaired
</p>
</li>

@ -47,17 +47,6 @@
</li>
</ul>
<ul>
<li>
<span class="bold">Backup/Mirror Site</span> -
<a href="https://beta.tait.tech/" class="mono">
beta.tait.tech
</a>
</li>
</ul>
<ul>
<li>
<span class="bold">Email</span> -
@ -91,6 +80,17 @@
</li>
</ul>
<ul>
<li>
<span class="bold">Backup/Mirror Site</span> -
<a href="https://beta.tait.tech/" class="mono">
beta.tait.tech
</a>
</li>
</ul>
</section>
<section>

@ -100,15 +100,9 @@
</li>
<li>
<strong><a href="https://github.com/TTWNO/subnetting">subnetting</a></strong>
<strong><a href="https://tait.tech/emacspeak-tutorials/">Emacspeak C Tutorials</a></strong>
<p>One-night write of a subnet calculation tool.</p>
</li>
<li>
<strong><a href="">Payroll</a></strong>
<p>A payroll system written in PHP.</p>
<p>C Tutorials for the Visually Impaired</p>
</li>
</ul>

@ -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:37:42-06:00</lastmod>
<lastmod>2021-05-16T20:41:21-06:00</lastmod>
</url>
<url>
<loc>http://localhost:4000/emacspeak-tutorials/functions/</loc>
<lastmod>2021-05-16T20:37:42-06:00</lastmod>
<lastmod>2021-05-16T20:41:21-06:00</lastmod>
</url>
<url>
<loc>http://localhost:4000/emacspeak-tutorials/loops/</loc>
<lastmod>2021-05-16T20:37:42-06:00</lastmod>
<lastmod>2021-05-16T20:41:21-06:00</lastmod>
</url>
<url>
<loc>http://localhost:4000/emacspeak-tutorials/pointers/</loc>
<lastmod>2021-05-16T20:37:42-06:00</lastmod>
<lastmod>2021-05-16T20:41:21-06:00</lastmod>
</url>
<url>
<loc>http://localhost:4000/emacspeak-tutorials/printing/</loc>
<lastmod>2021-05-16T20:37:42-06:00</lastmod>
<lastmod>2021-05-16T20:41:21-06:00</lastmod>
</url>
<url>
<loc>http://localhost:4000/emacspeak-tutorials/structs/</loc>
<lastmod>2021-05-16T20:37:42-06:00</lastmod>
<lastmod>2021-05-16T20:41:21-06:00</lastmod>
</url>
<url>
<loc>http://localhost:4000/emacspeak-tutorials/user-input/</loc>
<lastmod>2021-05-16T20:37:42-06:00</lastmod>
<lastmod>2021-05-16T20:41:21-06:00</lastmod>
</url>
<url>
<loc>http://localhost:4000/2020/01/22/padding-and-margin/</loc>

Loading…
Cancel
Save