Skip to content

Commit

Permalink
Generate Pelican site
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie-Chang committed Jan 16, 2025
1 parent b5523ba commit ff56bb0
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions author/jamie-chang.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ <h4>Downloading the notebook</h4>
<p><iframe
src="https://jamie-chang.github.io/cookbooks/notebooks/index.html?path=pattern.ipynb"
width="100%"
height="1200em"
style="border: 1px black;"
height="900em"
style="border: 1px solid #EEEEEE;"
></iframe>
</p> </article>
</aside><!-- /#featured -->
Expand Down
4 changes: 2 additions & 2 deletions category/blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ <h4>Downloading the notebook</h4>
<p><iframe
src="https://jamie-chang.github.io/cookbooks/notebooks/index.html?path=pattern.ipynb"
width="100%"
height="1200em"
style="border: 1px black;"
height="900em"
style="border: 1px solid #EEEEEE;"
></iframe>
</p> </article>
</aside><!-- /#featured -->
Expand Down
4 changes: 2 additions & 2 deletions feeds/all.atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
&lt;p&gt;&lt;iframe
src="https://jamie-chang.github.io/cookbooks/notebooks/index.html?path=pattern.ipynb"
width="100%"
height="1200em"
style="border: 1px black;"
height="900em"
style="border: 1px solid #EEEEEE;"
&gt;&lt;/iframe&gt;
&lt;/p&gt;</content><category term="Blog"></category></entry><entry><title>How good are sub-interpreters in Python now?</title><link href="https://blog.changs.co.uk/how-good-are-sub-interpreters-in-python-now.html" rel="alternate"></link><published>2025-01-03T00:00:00+00:00</published><updated>2025-01-03T00:00:00+00:00</updated><author><name>Jamie Chang</name></author><id>tag:blog.changs.co.uk,2025-01-03:/how-good-are-sub-interpreters-in-python-now.html</id><summary type="html">&lt;h2&gt;Introduction&lt;/h2&gt;
&lt;p&gt;I wrote about free-threading recently in &lt;a href="./how-free-are-threads-in-python-now.html"&gt;How free are threads in Python now?&lt;/a&gt;. Where I found some unexpected difficulties parallelising my solution.&lt;/p&gt;
Expand Down
4 changes: 2 additions & 2 deletions feeds/blog.atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
&lt;p&gt;&lt;iframe
src="https://jamie-chang.github.io/cookbooks/notebooks/index.html?path=pattern.ipynb"
width="100%"
height="1200em"
style="border: 1px black;"
height="900em"
style="border: 1px solid #EEEEEE;"
&gt;&lt;/iframe&gt;
&lt;/p&gt;</content><category term="Blog"></category></entry><entry><title>How good are sub-interpreters in Python now?</title><link href="https://blog.changs.co.uk/how-good-are-sub-interpreters-in-python-now.html" rel="alternate"></link><published>2025-01-03T00:00:00+00:00</published><updated>2025-01-03T00:00:00+00:00</updated><author><name>Jamie Chang</name></author><id>tag:blog.changs.co.uk,2025-01-03:/how-good-are-sub-interpreters-in-python-now.html</id><summary type="html">&lt;h2&gt;Introduction&lt;/h2&gt;
&lt;p&gt;I wrote about free-threading recently in &lt;a href="./how-free-are-threads-in-python-now.html"&gt;How free are threads in Python now?&lt;/a&gt;. Where I found some unexpected difficulties parallelising my solution.&lt;/p&gt;
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ <h4>Downloading the notebook</h4>
<p><iframe
src="https://jamie-chang.github.io/cookbooks/notebooks/index.html?path=pattern.ipynb"
width="100%"
height="1200em"
style="border: 1px black;"
height="900em"
style="border: 1px solid #EEEEEE;"
></iframe>
</p> </article>
</aside><!-- /#featured -->
Expand Down
4 changes: 2 additions & 2 deletions jamies-pattern-matching-cookbook.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ <h4>Downloading the notebook</h4>
<p><iframe
src="https://jamie-chang.github.io/cookbooks/notebooks/index.html?path=pattern.ipynb"
width="100%"
height="1200em"
style="border: 1px black;"
height="900em"
style="border: 1px solid #EEEEEE;"
></iframe>
</p>
</div><!-- /.entry-content -->
Expand Down

0 comments on commit ff56bb0

Please sign in to comment.