Skip to content

Commit

Permalink
Deploying to gh-pages from @ 8e08791 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
IssaHanou committed Jul 3, 2024
1 parent 09bbd7f commit 2d0dd5b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets/jupyter/blog.ipynb.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.3">Jekyll</generator><link href="https://herb-ai.github.io/feed.xml" rel="self" type="application/atom+xml"/><link href="https://herb-ai.github.io/" rel="alternate" type="text/html" hreflang="en"/><updated>2024-07-03T12:04:51+00:00</updated><id>https://herb-ai.github.io/feed.xml</id><title type="html">blank</title><subtitle>A program synthesis library written in Julia </subtitle><entry><title type="html">a post with jupyter notebook</title><link href="https://herb-ai.github.io/blog/2023/jupyter-notebook/" rel="alternate" type="text/html" title="a post with jupyter notebook"/><published>2023-07-04T12:57:00+00:00</published><updated>2023-07-04T12:57:00+00:00</updated><id>https://herb-ai.github.io/blog/2023/jupyter-notebook</id><content type="html" xml:base="https://herb-ai.github.io/blog/2023/jupyter-notebook/"><![CDATA[<p>To include a jupyter notebook in a post, you can use the following code:</p> <div class="language-html highlighter-rouge"><div class="highlight"><pre class="highlight"><code>{::nomarkdown}
<?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.3">Jekyll</generator><link href="https://herb-ai.github.io/feed.xml" rel="self" type="application/atom+xml"/><link href="https://herb-ai.github.io/" rel="alternate" type="text/html" hreflang="en"/><updated>2024-07-03T12:06:35+00:00</updated><id>https://herb-ai.github.io/feed.xml</id><title type="html">blank</title><subtitle>A program synthesis library written in Julia </subtitle><entry><title type="html">a post with jupyter notebook</title><link href="https://herb-ai.github.io/blog/2023/jupyter-notebook/" rel="alternate" type="text/html" title="a post with jupyter notebook"/><published>2023-07-04T12:57:00+00:00</published><updated>2023-07-04T12:57:00+00:00</updated><id>https://herb-ai.github.io/blog/2023/jupyter-notebook</id><content type="html" xml:base="https://herb-ai.github.io/blog/2023/jupyter-notebook/"><![CDATA[<p>To include a jupyter notebook in a post, you can use the following code:</p> <div class="language-html highlighter-rouge"><div class="highlight"><pre class="highlight"><code>{::nomarkdown}
{% assign jupyter_path = "assets/jupyter/blog.ipynb" | relative_url %}
{% capture notebook_exists %}{% file_exists assets/jupyter/blog.ipynb %}{% endcapture %}
{% if notebook_exists == "true" %}
Expand Down
Loading

0 comments on commit 2d0dd5b

Please sign in to comment.