Skip to content

Commit

Permalink
Deploying to gh-pages from @ 7c91adf 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
littlejanee committed Jun 21, 2024
1 parent 8c713c2 commit 492e7ab
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 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://littlejanee.github.io/feed.xml" rel="self" type="application/atom+xml"/><link href="https://littlejanee.github.io/" rel="alternate" type="text/html" hreflang="en"/><updated>2024-06-21T05:25:52+00:00</updated><id>https://littlejanee.github.io/feed.xml</id><title type="html">blank</title><subtitle></subtitle><entry><title type="html">a post with code diff</title><link href="https://littlejanee.github.io/blog/2024/code-diff/" rel="alternate" type="text/html" title="a post with code diff"/><published>2024-01-27T19:22:00+00:00</published><updated>2024-01-27T19:22:00+00:00</updated><id>https://littlejanee.github.io/blog/2024/code-diff</id><content type="html" xml:base="https://littlejanee.github.io/blog/2024/code-diff/"><![CDATA[<p>You can display diff code by using the regular markdown syntax:</p> <div class="language-markdown highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="p">```</span><span class="nl">diff
<?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://littlejanee.github.io/feed.xml" rel="self" type="application/atom+xml"/><link href="https://littlejanee.github.io/" rel="alternate" type="text/html" hreflang="en"/><updated>2024-06-21T05:28:50+00:00</updated><id>https://littlejanee.github.io/feed.xml</id><title type="html">blank</title><subtitle></subtitle><entry><title type="html">a post with code diff</title><link href="https://littlejanee.github.io/blog/2024/code-diff/" rel="alternate" type="text/html" title="a post with code diff"/><published>2024-01-27T19:22:00+00:00</published><updated>2024-01-27T19:22:00+00:00</updated><id>https://littlejanee.github.io/blog/2024/code-diff</id><content type="html" xml:base="https://littlejanee.github.io/blog/2024/code-diff/"><![CDATA[<p>You can display diff code by using the regular markdown syntax:</p> <div class="language-markdown highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="p">```</span><span class="nl">diff
</span><span class="gh">diff --git a/sample.js b/sample.js
index 0000001..0ddf2ba
</span><span class="gd">--- a/sample.js
Expand Down
13 changes: 10 additions & 3 deletions inactionfeedback.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<body>

<div class="container">
<nav class="col-sm-offset-2">
<nav>
<div class="col-sm-2 text-center">
<a class="active" href="#abstract">abstract</a>
</div>
Expand All @@ -90,6 +90,9 @@
<div class="col-sm-2 text-center">
<a href="#supplementary">supplementary</a>
</div>
<div class="col-sm-2 text-center">
<a href="#code">code</a>
</div>
<div class="col-sm-2 text-center">
<a href="#videos">videos</a>
</div>
Expand Down Expand Up @@ -163,8 +166,12 @@ <h3>Paper &nbsp;
<h3>Supplementary Material &nbsp;
<a href="inactionfeedback/supplemental.zip" class="headinglink" download> Download All</a> |
<a href="inactionfeedback/supplemental/userstudy/userstudy.html" class="headinglink"> User Study Designs</a> |
<a href="inactionfeedback/supplemental/feedbacktemplate/design principles - template.pdf" class="headinglink"> Feedback Template</a> |
<a href="https://github.com/littlejanee/when_to_give_feedback" class="headinglink"> Code</a>
<a href="inactionfeedback/supplemental/feedbacktemplate/design principles - template.pdf" class="headinglink"> Feedback Template</a>
</h3>
</div>
<div id="code">
<h3>Code &nbsp;
<a href="https://github.com/littlejanee/when_to_give_feedback" class="headinglink"> Github</a>
</h3>
</div>

Expand Down
Loading

0 comments on commit 492e7ab

Please sign in to comment.