[#112,theme,jekyll][s]: new container template (good for pure markdown pages), pygments css and option to include recline deps in the main template (useful for examples).

This commit is contained in:
Rufus Pollock
2012-05-13 10:02:41 +01:00
parent 6657555694
commit 52c5442d37
4 changed files with 109 additions and 1 deletions

8
_layouts/container.html Normal file
View File

@@ -0,0 +1,8 @@
---
layout: default
---
<div class="container">
{{content}}
</div>

View File

@@ -10,8 +10,15 @@
<![endif]-->
<link rel="stylesheet" href="vendor/bootstrap/2.0.2/css/bootstrap.css" />
<link href="css/site.css" rel="stylesheet" type="text/css" />
{% if page.recline-deps %}
{% include recline-deps.html %}
{% endif %}
<!-- link rel="stylesheet" href="vendor/bootstrap/2.0.2/css/bootstrap-responsive.css" -->
<link href="css/pygments.css" rel="stylesheet" type="text/css" />
<link href="css/site.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="navbar navbar-fixed-top">