Update _site static files

master
Tait Hoyem 4 years ago
parent 9187fd8a3f
commit 1490c509ef

@ -41,6 +41,11 @@ so it was a safe bet that an HTML joke would let them know.</p>
<p>So I typed in my name like so:</p>
<figure>
<img src="/assets/img/qyf-xss/2-bold.png" />
<figcaption>
</figcaption>
</figure>
<p><code class="highlighter-rouge">BOLD_STEVE.JPG</code></p>
<p>Now in theory this should have shown in in the leaderboard as: “&lt;b&gt;Bold Steve&lt;/b&gt;

Binary file not shown.

After

Width:  |  Height:  |  Size: 335 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 336 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 320 KiB

@ -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.0.0">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>2020-09-06T14:51:53+00:00</updated><id>http://localhost:4000/feed.xml</id><entry><title type="html">How to Solve The Django Deployment Puzzle</title><link href="http://localhost:4000/2020/08/18/django-deployment.html" rel="alternate" type="text/html" title="How to Solve The Django Deployment Puzzle" /><published>2020-08-18T00:00:00+00:00</published><updated>2020-08-18T00:00:00+00:00</updated><id>http://localhost:4000/2020/08/18/django-deployment</id><content type="html" xml:base="http://localhost:4000/2020/08/18/django-deployment.html">&lt;p&gt;A few days ago I had a Django project I wanted to put on a real server.
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.0.0">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>2020-09-08T05:11:07+00:00</updated><id>http://localhost:4000/feed.xml</id><entry><title type="html">How to Solve The Django Deployment Puzzle</title><link href="http://localhost:4000/2020/08/18/django-deployment.html" rel="alternate" type="text/html" title="How to Solve The Django Deployment Puzzle" /><published>2020-08-18T00:00:00+00:00</published><updated>2020-08-18T00:00:00+00:00</updated><id>http://localhost:4000/2020/08/18/django-deployment</id><content type="html" xml:base="http://localhost:4000/2020/08/18/django-deployment.html">&lt;p&gt;A few days ago I had a Django project I wanted to put on a real server.
This project is still in its infancy, but I thought it would be nice to put it on my resume and show my friends.
Little did I know the headache coming my way.
Here are some tips to help you not make the same mistakes as me.&lt;/p&gt;

@ -59,9 +59,9 @@ I wrote a command-line chess game in C++. It is compileable on almost any system
<p><strong><a href="https://github.com/TTWNO/tait.tech">tait.tech</a></strong>
All the code for my website is open source.</p>
<p><strong><a href="https://github.com/TTWNO/Napolean">Napolean</a></strong>
A work-in-progress suite of tools to be used in conjunction with a Raspberry Pi
and camera to produce text files from scanned books.</p>
<p><strong><a href="https://lamegames.tait.tech">lamegames.tait.tech</a></strong>
A little games website I made for some demonstrations of Django functionality.
Very, very lame. Would not recommend.</p>
<p><strong><a href="https://github.com/TTWNO/subnetting">subnetting</a></strong>
A one-night write of a tool to automatically calculate network subnet masks based on required hosts and base IP.</p>

Loading…
Cancel
Save