<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title>Advent of Code: Explainer - ExampleArticle</title><link href="https://skenvy.github.io/advent-of-code-explainer/web/" rel="alternate"></link><link href="https://skenvy.github.io/advent-of-code-explainer/web/feeds/examplearticle.atom.xml" rel="self"></link><id>https://skenvy.github.io/advent-of-code-explainer/web/</id><updated>1970-01-03T00:00:00+00:00</updated><entry><title>My First Post with PyScript, with a custom version</title><link href="https://skenvy.github.io/advent-of-code-explainer/web/articles/1970-01-03-my-first-post-with-pyscript-with-a-custom-version/" rel="alternate"></link><published>1970-01-03T00:00:00+00:00</published><updated>1970-01-03T00:00:00+00:00</updated><author><name>Skenvy</name></author><id>tag:skenvy.github.io,1970-01-03:/advent-of-code-explainer/web/articles/1970-01-03-my-first-post-with-pyscript-with-a-custom-version/</id><content type="html">&lt;p&gt;This is an example article that demonstrates the &lt;code&gt;&amp;lt;div&amp;gt;&lt;/code&gt; box, as well as the pyscript metadata on the article, using a non-default &lt;code&gt;PyScriptVersion&lt;/code&gt;. All this will do is add one to the number in the box.&lt;/p&gt;
&lt;!-- TODO confirm that these relative src paths that work locally are ok once merge in gh-pages under a subdir --&gt;

&lt;div style="border: 2px solid black;padding: 10px;"&gt;
  &lt;h1&gt;Pyscript Test: AOCE&lt;/h1&gt;
  &lt;p&gt;Run AOCE function&lt;/p&gt;
  &lt;input type="text" id="input_number" placeholder="Type number here..." /&gt;
  &lt;button py-click="do_a_thing"&gt;Get next value&lt;/button&gt;
  &lt;div id="output_number"&gt;&lt;/div&gt;
  &lt;script type="py" src="../../scripts/example/example.py" config="../../scripts/example/pyscript.toml"&gt;&lt;/script&gt;
&lt;/div&gt;</content><category term="ExampleArticle"></category></entry><entry><title>My First Post with PyScript</title><link href="https://skenvy.github.io/advent-of-code-explainer/web/articles/1970-01-02-my-first-post-with-pyscript/" rel="alternate"></link><published>1970-01-02T00:00:00+00:00</published><updated>1970-01-02T00:00:00+00:00</updated><author><name>Skenvy</name></author><id>tag:skenvy.github.io,1970-01-02:/advent-of-code-explainer/web/articles/1970-01-02-my-first-post-with-pyscript/</id><content type="html">&lt;p&gt;This is an example article that demonstrates the &lt;code&gt;&amp;lt;div&amp;gt;&lt;/code&gt; box, as well as the pyscript metadata on the article. All this will do is add one to the number in the box.&lt;/p&gt;
&lt;div style="border: 2px solid black;padding: 10px;"&gt;
  &lt;h1&gt;Pyscript Test: AOCE&lt;/h1&gt;
  &lt;p&gt;Run AOCE function&lt;/p&gt;
  &lt;input type="text" id="input_number" placeholder="Type number here..." /&gt;
  &lt;button id="do_a_thing_button" py-click="do_a_thing"&gt;Get next value&lt;/button&gt;
  &lt;div id="output_number"&gt;&lt;/div&gt;
  &lt;script type="py" src="../../scripts/example/example.py" config="../../scripts/pyscript.toml"&gt;&lt;/script&gt;
  &lt;script type="py" src="../../tests/main.py" config="../../tests/pyscript.toml" terminal&gt;&lt;/script&gt; &lt;!-- Not allowed, can only use one config on page --&gt;
&lt;/div&gt;</content><category term="ExampleArticle"></category></entry><entry><title>My First Post</title><link href="https://skenvy.github.io/advent-of-code-explainer/web/articles/1970-01-01-my-first-post/" rel="alternate"></link><published>1970-01-01T00:00:00+00:00</published><updated>1970-01-01T00:00:00+00:00</updated><author><name>Skenvy</name></author><id>tag:skenvy.github.io,1970-01-01:/advent-of-code-explainer/web/articles/1970-01-01-my-first-post/</id><content type="html">&lt;p&gt;Following is some example text! This is the most basic example article.&lt;/p&gt;</content><category term="ExampleArticle"></category></entry></feed>