-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrss.xml
118 lines (100 loc) · 7.08 KB
/
rss.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="assets/xml/rss.xsl" media="all"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>My Nikola Site</title><link>http://thduynguyen.github.io/</link><description>This is a demo site for Nikola.</description><atom:link rel="self" type="application/rss+xml" href="http://thduynguyen.github.io/rss.xml"></atom:link><language>en</language><lastBuildDate>Mon, 21 Sep 2015 12:07:40 GMT</lastBuildDate><generator>http://getnikola.com/</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>First week with Nikola</title><link>http://thduynguyen.github.io/posts/first-week-with-nikola/</link><dc:creator>Duy-Nguyen Ta</dc:creator><description><div><h2>Nikola is awesome</h2>
<p>I wanted to have a light-weight blogging system which allows me to post ipynb online. <strong>Nikola</strong> is much easier to use than Jekyll. It has all the plugins to convert markdown and ipynb. It's also super easy to deploy Nikola on Github Pages, although this site supports Jekyll by default.</p>
<p>I found the zen-ipython theme is nice, but I like the simplicity of the default ipython theme better.</p>
<p>Now I just need to focus on the <em>content</em>.</p></div></description><guid>http://thduynguyen.github.io/posts/first-week-with-nikola/</guid><pubDate>Mon, 21 Sep 2015 11:58:30 GMT</pubDate></item><item><title>Test ipynb</title><link>http://thduynguyen.github.io/posts/test-ipynb/</link><dc:creator>Duy-Nguyen Ta</dc:creator><description><div tabindex="-1" id="notebook" class="border-box-sizing">
<div class="container" id="notebook-container">
<div class="cell border-box-sizing text_cell rendered">
<div class="prompt input_prompt">
</div>
<div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<p>Test <strong>Mark down</strong></p>
<p>Try LaTeX: $y = x^2$</p>
</div>
</div>
</div>
<div class="cell border-box-sizing code_cell rendered">
<div class="input">
<div class="prompt input_prompt">In [1]:</div>
<div class="inner_cell">
<div class="input_area">
<div class=" highlight hl-ipython3"><pre><span class="n">i</span> <span class="o">=</span> <span class="mi">1</span><span class="o">+</span><span class="mi">2</span>
</pre></div>
</div>
</div>
</div>
</div>
<div class="cell border-box-sizing code_cell rendered">
<div class="input">
<div class="prompt input_prompt">In [2]:</div>
<div class="inner_cell">
<div class="input_area">
<div class=" highlight hl-ipython3"><pre><span class="nb">print</span><span class="p">(</span><span class="n">i</span><span class="p">)</span>
</pre></div>
</div>
</div>
</div>
<div class="output_wrapper">
<div class="output">
<div class="output_area"><div class="prompt"></div>
<div class="output_subarea output_stream output_stdout output_text">
<pre>3
</pre>
</div>
</div>
</div>
</div>
</div>
<div class="cell border-box-sizing code_cell rendered">
<div class="input">
<div class="prompt input_prompt">In [3]:</div>
<div class="inner_cell">
<div class="input_area">
<div class=" highlight hl-ipython3"><pre><span class="nb">print</span><span class="p">(</span><span class="s">"Hello world!!"</span><span class="p">)</span>
</pre></div>
</div>
</div>
</div>
<div class="output_wrapper">
<div class="output">
<div class="output_area"><div class="prompt"></div>
<div class="output_subarea output_stream output_stdout output_text">
<pre>Hello world!!
</pre>
</div>
</div>
</div>
</div>
</div>
<div class="cell border-box-sizing code_cell rendered">
<div class="input">
<div class="prompt input_prompt">In [ ]:</div>
<div class="inner_cell">
<div class="input_area">
<div class=" highlight hl-ipython3"><pre>
</pre></div>
</div>
</div>
</div>
</div>
</div>
</div>
</description><guid>http://thduynguyen.github.io/posts/test-ipynb/</guid><pubDate>Mon, 21 Sep 2015 01:16:21 GMT</pubDate></item><item><title>Test Markdown</title><link>http://thduynguyen.github.io/posts/test-markdown/</link><dc:creator>Duy-Nguyen Ta</dc:creator><description><div><p><strong>Write</strong> your <em>post</em> here.</p>
<h2>Heading 1</h2>
<h3>Heading 2</h3>
<hr></div></description><guid>http://thduynguyen.github.io/posts/test-markdown/</guid><pubDate>Mon, 21 Sep 2015 01:09:33 GMT</pubDate></item><item><title>Welcome to Nikola</title><link>http://thduynguyen.github.io/posts/welcome-to-nikola/</link><dc:creator>Roberto Alsina</dc:creator><description><div><div class="figure">
<a class="reference external image-reference" href="http://farm1.staticflickr.com/138/352972944_4f9d568680_z.jpg?zz=1"><img alt="Nikola Tesla Corner by nicwest, on Flickr" class="thumbnail" src="http://farm1.staticflickr.com/138/352972944_4f9d568680.jpg"></a>
</div>
<p>If you can see this in a web browser, it means you managed to install Nikola,
and build a site using it. Congratulations!</p>
<p>Next steps:</p>
<ul class="simple">
<li><a class="reference external" href="http://thduynguyen.github.io/stories/handbook.html">Read the manual</a></li>
<li><a class="reference external" href="https://getnikola.com">Visit the Nikola website to learn more</a></li>
<li><a class="reference external" href="http://thduynguyen.github.io/galleries/demo/index.html">See a demo photo gallery</a></li>
<li><a class="reference external" href="http://thduynguyen.github.io/stories/listings-demo.html">See a demo listing</a></li>
<li><a class="reference external" href="http://thduynguyen.github.io/stories/slides-demo.html">See a demo slideshow</a></li>
<li><a class="reference external" href="http://thduynguyen.github.io/stories/bootstrap-demo.html">See a demo of the Bootstrap theme</a></li>
</ul>
<p>Send feedback to <a class="reference external" href="mailto:[email protected]">[email protected]</a>!</p></div></description><category>blog</category><category>demo</category><category>nikola</category><category>python</category><guid>http://thduynguyen.github.io/posts/welcome-to-nikola/</guid><pubDate>Sat, 31 Mar 2012 02:00:00 GMT</pubDate></item></channel></rss>