-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
112 lines (104 loc) · 5.85 KB
/
index.html
File metadata and controls
112 lines (104 loc) · 5.85 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Aaron Explores Data</title>
<link rel="stylesheet" href="https://roon.github.io/theme/css/main.css" />
<link href="https://roon.github.io/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Aaron Explores Data Atom Feed" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body id="index" class="home">
<header id="banner" class="body">
<h1><a href="https://roon.github.io/">Aaron Explores Data </a></h1>
<nav><ul>
<li><a href="https://roon.github.io/category/posts.html">posts</a></li>
</ul>
</nav>
</header><!-- /#banner -->
<aside id="featured" class="body">
<article>
<h1 class="entry-title"><a href="https://roon.github.io/markdown-post.html">Markdown post test</a></h1>
<footer class="post-info">
<span>Sun 06 May 2018</span>
<span>| tags: <a href="https://roon.github.io/tag/python.html">python</a><a href="https://roon.github.io/tag/markdown.html">markdown</a><a href="https://roon.github.io/tag/firsts.html">firsts</a></span>
</footer><!-- /.post-info --><h1>This post is written in Markdown</h1>
<h2>Ordered lists</h2>
<ol>
<li>first item</li>
<li>second item</li>
</ol>
<h2>Code blocks</h2>
<div class="highlight"><pre><span></span><span class="k">print</span><span class="p">(</span><span class="s2">"this is python code"</span><span class="p">)</span>
</pre></div><p><a href="https://roon.github.io/markdown-post.html#disqus_thread">comments</a></p> </article>
</aside><!-- /#featured -->
<section id="content" class="body">
<h1>Other articles</h1>
<ol id="posts-list" class="hfeed">
<li><article class="hentry">
<header>
<h1><a href="https://roon.github.io/first-post.html" rel="bookmark"
title="Permalink to First Post">First Post</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<span>Sun 06 May 2018</span>
<span>| tags: <a href="https://roon.github.io/tag/python-firsts.html">python firsts</a></span>
</footer><!-- /.post-info -->
<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">
<h1 id="First-post!This-will-be-the-first-post-in-our-new-Pelican-blog!-You-can-add-any-code-or-markdown-cells-to-this-Jupyter-notebook,-and-they-will-be-rendered-on-your-blog.">First post!This will be the first post in our new Pelican blog! You can add any code or markdown cells to this Jupyter notebook, and they will be rendered on your blog.<a class="anchor-link" href="#First-post!This-will-be-the-first-post-in-our-new-Pelican-blog!-You-can-add-any-code-or-markdown-cells-to-this-Jupyter-notebook,-and-they-will-be-rendered-on-your-blog.">¶</a></h1>
</div>
</div>
</div>
<div class="cell border-box-sizing code_cell rendered">
<div class="input">
<a class="readmore" href="https://roon.github.io/first-post.html">read more</a>
<p><a href="https://roon.github.io/first-post.html#disqus_thread">comments</a></p> </div><!-- /.entry-content -->
</article></li>
</ol><!-- /#posts-list -->
<p class="paginator">
Page 1 / 1
</p>
</section><!-- /#content -->
<section id="extras" class="body">
<div class="blogroll">
<h2>blogroll</h2>
<ul>
<li><a href="https://www.pybloggers.com/">Pybloggers</a></li>
<li><a href="https://www.r-bloggers.com/">R-Bloggers</a></li>
<li><a href="https://www.statsblogs.com/">StatsBlogs</a></li>
<li><a href="https://www.datatau.com">DataTau</a></li>
<li><a href="https://www.kdnuggets.com/">KDnuggets</a></li>
<li><a href="https://www.analyticsvidhya.com/">Analytics Vidhya</a></li>
</ul>
</div><!-- /.blogroll -->
<div class="social">
<h2>social</h2>
<ul>
<li><a href="https://roon.github.io/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
<li><a href="https://www.linkedin.com/in/aaronmayzes/">LinkedIn</a></li>
<li><a href="https://github.com/roon">Github</a></li>
<li><a href="https://www.quora.com/profile/Aaron-Mayzes">Quora</a></li>
<li><a href="https://www.kaggle.com/amayzes">Kaggle</a></li>
<li><a href="https://stackexchange.com/users/966373/roon">StackExchange</a></li>
</ul>
</div><!-- /.social -->
</section><!-- /#extras -->
<footer id="contentinfo" class="body">
<p>Powered by <a href="http://getpelican.com/">Pelican</a>. Theme <a href="https://github.com/blueicefield/pelican-blueidea/">blueidea</a>, inspired by the default theme.</p>
</footer><!-- /#contentinfo -->
<script type="text/javascript">
var disqus_shortname = 'aaron-explores-data';
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
</body>
</html>