-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
88 lines (72 loc) · 4.06 KB
/
index.html
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
<!DOCTYPE html>
<html prefix="og: http://ogp.me/ns# article: http://ogp.me/ns/article# " vocab="http://ogp.me/ns" lang="es">
<head>
<meta charset="utf-8">
<meta name="description" content="This is a demo to check the autopublish option of nikola">
<meta name="viewport" content="width=device-width">
<title>qlixed.github.io</title>
<link href="assets/css/rst.css" rel="stylesheet" type="text/css">
<link href="assets/css/code.css" rel="stylesheet" type="text/css">
<link href="assets/css/theme.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="assets/css/screen.css">
<link rel="stylesheet" type="text/css" href="assets/css/nav.css">
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Merriweather:300,700,700italic,300italic%7COpen+Sans:700,400%7CInconsolata">
<meta name="theme-color" content="#5670d4">
<meta name="generator" content="Nikola (getnikola.com)">
<link rel="alternate" type="application/rss+xml" title="RSS" href="rss.xml">
<link rel="canonical" href="https://qlixed.github.io/">
<!--[if lt IE 9]><script src="assets/js/html5.js"></script><![endif]--><link rel="prefetch" href="posts/arrancando/" type="text/html">
</head>
<body class="nav-closed">
<div class="nav">
<h3 class="nav-title">Menu</h3>
<a href="#" class="nav-close">
<span class="hidden">Close</span>
</a>
<ul>
<li class="nav-opened" role="presentation">
<a href="archive.html">Archivo</a>
</li>
<li class="nav-opened" role="presentation">
<a href="categories/">Etiquetas</a>
</li>
<li class="nav-opened" role="presentation">
<a href="rss.xml">Canal RSS</a>
</li>
</ul>
</div>
<span class="nav-cover"></span>
<div class="site-wrapper">
<header class="main-header post-head no-cover"><nav class="main-nav overlay clearfix"><a class="blog-logo" href="https://qlixed.github.io/"><img src="#" alt="Blog Logo"></a>
<a class="menu-button" href="#"><span class="burger">☰</span><span class="word">Menu</span></a>
</nav><div class="vertical">
<div class="main-header-content inner">
<h1 class="page-title">qlixed.github.io</h1>
<h2 class="page-description">This is a demo to check the autopublish option of nikola</h2>
</div>
</div>
<a class="scroll-down icon-arrow-left" href="#content"><span class="hidden">Scroll Down</span></a>
</header><main id="content" class="content" role="main"><div class="postindex">
<article class="post post"><header class="post-header"><h2 class="post-title"><a href="posts/arrancando/">Arrancando</a></h2>
</header><section class="post-excerpt"><div>
<p>Este es un post para probar las configuraciones y temas disponibles en nikola.
Este sitio esta creado sobre github pages</p>
<p><a class="reference external" href="https://pages.github.com/">https://pages.github.com/</a></p>
<p>Con Nikola</p>
<p><a class="reference external" href="https://getnikola.com/">https://getnikola.com/</a></p>
<p><a class="reference external" href="https://s-media-cache-ak0.pinimg.com/736x/47/77/83/47778307872cf8f08f63cdd356922181.jpg">https://s-media-cache-ak0.pinimg.com/736x/47/77/83/47778307872cf8f08f63cdd356922181.jpg</a></p>
<p>Salút!</p>
</div>
</section><footer class="post-meta">
QLiXed [aka Ezequiel Brizuela]
on
<a href="categories/primer-post/">#Primer post</a>,
<time class="post-date" datetime="2017-05-13T19:21:23-03:00">
2017-05-13 19:21
</time></footer></article>
</div>
</main><footer class="site-footer clearfix"><section class="poweredby">Contents © 2017 <a href="mailto:[email protected]">QLiXed [aka Ezequiel Brizuela]</a> - Powered by <a href="https://getnikola.com" rel="nofollow">Nikola</a> </section></footer>
</div>
<script type="text/javascript" src="assets/js/jquery.js"></script><script type="text/javascript" src="assets/js/jquery.fitvids.js"></script><script type="text/javascript" src="assets/js/index.js"></script>
</body>
</html>