2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

start markdowning getting started and moving things to separate pages

This commit is contained in:
Mark Otto
2014-07-10 17:54:06 -07:00
parent 57c709becd
commit 4993ab6e00
18 changed files with 290 additions and 201 deletions
+13 -1
View File
@@ -9,6 +9,18 @@
{% include nav/docs.html %}
<div class="bs-docs-header" id="content">
<div class="bs-docs-container">
{% if page.url contains "getting-started" %}
<h1>Getting started</h1>
<p class="lead">Learn how to quickly start a new project with Bootstrap with downloads, basic templates and examples, and more.</p>
{% endif %}
{% include ads.html %}
</div>
</div>
<!--
<div class="bs-docs-header" id="content">
<div class="bs-docs-container">
<h1>{{ page.title }}</h1>
@@ -16,7 +28,7 @@
{% include ads.html %}
</div>
</div>
-->
<div class="bs-docs-container bs-docs-content">
{{ content }}
</div>
+5
View File
@@ -0,0 +1,5 @@
---
layout: default
---
{{ content }}