-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
80 lines (70 loc) · 2.86 KB
/
index.html
File metadata and controls
80 lines (70 loc) · 2.86 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
---
layout: compress
---
<!doctype html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Jekyll API is a plugin-free Jekyll project that offers a JSON based api for posts, categories and authors">
<title>Jekyll API</title>
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Jekyll API">
<meta name="twitter:description" content="Jekyll API is a plugin-free Jekyll project that offers a JSON based api for posts, categories and authors">
<meta name="twitter:site" content="@_rogervila">
<meta name="twitter:creator" content="@_rogervila">
<meta name="og:title" content="Jekyll API">
<meta name="og:description" content="Jekyll API is a plugin-free Jekyll project that offers a JSON based api for posts, categories and authors">
<meta name="og:url" content="https://rogervila.es/jekyll-api">
<meta name="og:site_name" content="Jekyll API">
<meta name="og:type" content="website">
<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": "WebSite",
"name": "Jekyll API",
"url": "https://rogervila.es/jekyll-api"
}
</script>
<script src='https://cdn.rawgit.com/rstacruz/flatdoc/gh-pages/support/vendor/jquery.js'></script>
<script src='https://cdn.rawgit.com/rstacruz/flatdoc/gh-pages/legacy.js'></script>
<script src='https://cdn.rawgit.com/rstacruz/flatdoc/gh-pages/flatdoc.js'></script>
<link href='https://cdn.rawgit.com/rstacruz/flatdoc/gh-pages/theme-white/style.css' rel='stylesheet'>
<script src='https://cdn.rawgit.com/rstacruz/flatdoc/gh-pages/theme-white/script.js'></script>
<script>
Flatdoc.run({
fetcher: Flatdoc.file('README.md')
});
</script>
<style>
</style>
</head>
<body role='flatdoc'>
<div class='header'>
<div class='left'>
<h1 role='flatdoc-title'></h1>
<ul>
<li><a href='https://github.com/rogervila/jekyll-api'>View on Github</a></li>
<li><a href='https://github.com/rogervila/jekyll-api/issues'>Issues</a></li>
</ul>
</div>
<div class='right'>
<iframe
src="http://ghbtns.com/github-btn.html?user=rogervila&repo=jekyll-api&type=watch&count=true"
allowtransparency="true"
frameborder="0"
scrolling="0"
width="110"
height="20"
></iframe>
</div>
</div>
<div role='flatdoc' class='content-root'>
<div class='menubar'>
<div class='menu section' role='flatdoc-menu'></div>
</div>
<div role='flatdoc-content' class='content'></div>
</div>
</body>
</html>