Skip to content

Commit

Permalink
Deploying to gh-pages from @ 3f0682e 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
yhadevol committed Dec 18, 2023
1 parent 22ca60b commit 41ad33f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion assets/jupyter/blog.ipynb.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions blog/2021/diagrams/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion feed.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="https://yhadevol.github.io/feed.xml" rel="self" type="application/atom+xml"/><link href="https://yhadevol.github.io/" rel="alternate" type="text/html" hreflang="en"/><updated>2023-12-18T18:09:51+00:00</updated><id>https://yhadevol.github.io/feed.xml</id><title type="html">blank</title><subtitle>A simple, whitespace theme for academics. Based on [*folio](https://github.com/bogoli/-folio) design. </subtitle><entry><title type="html">a post with TikZJax</title><link href="https://yhadevol.github.io/blog/2023/tikzjax/" rel="alternate" type="text/html" title="a post with TikZJax"/><published>2023-12-12T22:25:00+00:00</published><updated>2023-12-12T22:25:00+00:00</updated><id>https://yhadevol.github.io/blog/2023/tikzjax</id><content type="html" xml:base="https://yhadevol.github.io/blog/2023/tikzjax/"><![CDATA[<p>This is an example post with TikZ code. TikZJax converts script tags (containing TikZ code) into SVGs.</p> <script type="text/tikz">
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="https://yhadevol.github.io/feed.xml" rel="self" type="application/atom+xml"/><link href="https://yhadevol.github.io/" rel="alternate" type="text/html" hreflang="en"/><updated>2023-12-18T18:13:21+00:00</updated><id>https://yhadevol.github.io/feed.xml</id><title type="html">blank</title><subtitle>A simple, whitespace theme for academics. Based on [*folio](https://github.com/bogoli/-folio) design. </subtitle><entry><title type="html">a post with TikZJax</title><link href="https://yhadevol.github.io/blog/2023/tikzjax/" rel="alternate" type="text/html" title="a post with TikZJax"/><published>2023-12-12T22:25:00+00:00</published><updated>2023-12-12T22:25:00+00:00</updated><id>https://yhadevol.github.io/blog/2023/tikzjax</id><content type="html" xml:base="https://yhadevol.github.io/blog/2023/tikzjax/"><![CDATA[<p>This is an example post with TikZ code. TikZJax converts script tags (containing TikZ code) into SVGs.</p> <script type="text/tikz">
\begin{tikzpicture}
\draw[red,fill=black!60!red] (0,0) circle [radius=1.5];
\draw[green,fill=black!60!green] (0,0) circle [x radius=1.5cm, y radius=10mm];
Expand Down
Loading

0 comments on commit 41ad33f

Please sign in to comment.