This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcookbook.html
83 lines (72 loc) · 4.09 KB
/
cookbook.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Cookbooks</title>
<meta name="description" content="The tiny website generator">
<meta name="author" content="Grégoire Pineau">
<meta name="viewport" content="width=device-width">
<link rel="canonical" href="http://carew.github.io/cookbook.html"/>
<link rel="alternate" href="http://carew.github.io/feed/atom.xml" type="application/atom+xml" title="Carew"/>
<!-- Latest compiled and minified CSS --><link rel="stylesheet" href="./css/bootstrap.min.css"><link rel="stylesheet" href="./css/bootstrap-theme.min.css"><link rel="stylesheet" href="http://yandex.st/highlightjs/8.0/styles/pojoaque.min.css"> </head>
<body>
<div class="container">
<div class="page-header">
<ul class="list-inline pull-right">
<li class="active">
<a href="cookbook.html">
Cookbooks
</a>
</li>
<li>
<a href="documentation.html">
Documentation
</a>
</li>
<li>
<a href="news.html">
News
</a>
</li>
</ul>
<h1>
<a href=".">
Carew
</a>
</h1>
</div>
<div class="content">
<h1>
Cookbooks</h1>
<p><ul class="unstyled" style="padding-left:30px"><li class=""><h5><a href="cookbook/configuration.html"><i class="icon-book"></i>
How to configure carew?
</a></h5></li><li class=""><h5><a href="cookbook/helper.html"><i class="icon-book"></i>
Usefull twig function
</a></h5></li><li class=""><h5><a href="cookbook/hosting.html"><i class="icon-book"></i>
How to host a website built with carew?
</a></h5></li><li class=""><h5><a href="cookbook/plugins.html"><i class="icon-book"></i>
How to use and create plugins?
</a></h5></li><li class=""><h5><a href="cookbook/preview.html"><i class="icon-book"></i>
How to preview your content?
</a></h5></li><li class=""><h5><a href="cookbook/tags.html"><i class="icon-book"></i>
How do tags work?
</a></h5></li><li class=""><h5><a href="cookbook/themes.html"><i class="icon-book"></i>
How to use and create themes?
</a></h5></li></ul></p> </div>
<footer>
<p class="text-center">
©
<a href="http://gregoirepineau.fr">
Grégoire Pineau
</a>
2015
<small>
with help from <a href="http://carew.github.com/" target="_blank">Carew</a>
</small>
</p>
</footer>
</div>
<script src="./js/jquery-2.1.0.min.js"></script><script src="./js/bootstrap.min.js"></script><script src="http://yandex.st/highlightjs/8.0/highlight.min.js"></script><script>hljs.initHighlightingOnLoad();</script> </body>
</html>