fixing errors
This commit is contained in:
@ -215,9 +215,6 @@ entries:
|
|||||||
thirdlevel:
|
thirdlevel:
|
||||||
- title: Tag archive pages
|
- title: Tag archive pages
|
||||||
thirdlevelitems:
|
thirdlevelitems:
|
||||||
- title: Getting started pages
|
|
||||||
url: /tag_getting_started/
|
|
||||||
output: web
|
|
||||||
|
|
||||||
- title: Formatting pages
|
- title: Formatting pages
|
||||||
url: /tag_formatting/
|
url: /tag_formatting/
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<div class="col-lg-12 footer">
|
<div class="col-lg-12 footer">
|
||||||
©{{ site.time | date: "%Y" }} {{site.company_name}}. All rights reserved. <br />
|
©{{ site.time | date: "%Y" }} {{site.company_name}}. All rights reserved. <br />
|
||||||
{% if page.last_updated %}<p>Page last updated:</span> {{page.last_updated}}<br/>{% endif %} Site last generated: {{ site.time | date: "%b %-d, %Y" }} <br />
|
{% if page.last_updated %}<p>Page last updated:</span> {{page.last_updated}}<br/>{% endif %} Site last generated: {{ site.time | date: "%b %-d, %Y" }} <br />
|
||||||
<p><img src="{{ "/images/company_logo.png" | prepend: site.baseurl }}"/></p>
|
<p><img src="{{ "/images/company_logo.png" | prepend: site.baseurl }}" alt="Company logo"/></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
@ -94,9 +94,10 @@
|
|||||||
<a href="#" id="collapseAll">Collapse All</a> | <a href="#" id="expandAll">Expand All</a>
|
<a href="#" id="collapseAll">Collapse All</a> | <a href="#" id="expandAll">Expand All</a>
|
||||||
</p>
|
</p>
|
||||||
-->
|
-->
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- this highlights the active parent class in the navgoco sidebar. this is critical so that the parent expands when you're viewing a page. This must appear below the sidebar code above. Otherwise, if placed inside customscripts.js, the script runs before the sidebar code runs and the class never gets inserted.-->
|
<!-- this highlights the active parent class in the navgoco sidebar. this is critical so that the parent expands when you're viewing a page. This must appear below the sidebar code above. Otherwise, if placed inside customscripts.js, the script runs before the sidebar code runs and the class never gets inserted.-->
|
||||||
<script>$("li.active").parents('li').toggleClass("active");</script>
|
<script>$("li.active").parents('li').toggleClass("active");</script>
|
||||||
|
@ -34,6 +34,7 @@
|
|||||||
<!-- /.row -->
|
<!-- /.row -->
|
||||||
</div>
|
</div>
|
||||||
<!-- /.container -->
|
<!-- /.container -->
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
{% if site.google_analytics %}
|
{% if site.google_analytics %}
|
||||||
{% include google_analytics.html %}
|
{% include google_analytics.html %}
|
||||||
|
58
index.html
58
index.html
@ -6,61 +6,3 @@ toc: none
|
|||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
<div class="container">
|
|
||||||
|
|
||||||
<!-- Marketing Icons Section -->
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-lg-12">
|
|
||||||
<h2 class="page-header">
|
|
||||||
Welcome to Modern Business
|
|
||||||
</h2>
|
|
||||||
</div>
|
|
||||||
<div class="col-md-4">
|
|
||||||
<div class="panel panel-default">
|
|
||||||
<div class="panel-heading">
|
|
||||||
<h4><i class="fa fa-fw fa-check"></i> Mydoc</h4>
|
|
||||||
</div>
|
|
||||||
<div class="panel-body">
|
|
||||||
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Itaque, optio corporis quae nulla aspernatur in alias at numquam rerum ea excepturi expedita tenetur assumenda voluptatibus eveniet incidunt dicta nostrum quod?</p>
|
|
||||||
<a href="{{ "/mydoc_landing_page/" | prepend: site.baseurl }}" class="btn btn-default">Learn More</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="col-md-4">
|
|
||||||
<div class="panel panel-default">
|
|
||||||
<div class="panel-heading">
|
|
||||||
<h4><i class="fa fa-fw fa-gift"></i> Product 1</h4>
|
|
||||||
</div>
|
|
||||||
<div class="panel-body">
|
|
||||||
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Itaque, optio corporis quae nulla aspernatur in alias at numquam rerum ea excepturi expedita tenetur assumenda voluptatibus eveniet incidunt dicta nostrum quod?</p>
|
|
||||||
<a href="{{ "/p1_landing_page/" | prepend: site.baseurl }}" class="btn btn-default">Learn More</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="col-md-4">
|
|
||||||
<div class="panel panel-default">
|
|
||||||
<div class="panel-heading">
|
|
||||||
<h4><i class="fa fa-fw fa-compass"></i> Product 2</h4>
|
|
||||||
</div>
|
|
||||||
<div class="panel-body">
|
|
||||||
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Itaque, optio corporis quae nulla aspernatur in alias at numquam rerum ea excepturi expedita tenetur assumenda voluptatibus eveniet incidunt dicta nostrum quod?</p>
|
|
||||||
<a href="{{ "/p2_landing_page" | prepend: site.baseurl }}" class="btn btn-default">Learn More</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<!-- /.row -->
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Call to Action Section -->
|
|
||||||
<div class="well">
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-md-8">
|
|
||||||
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Molestias, expedita, saepe, vero rerum deleniti beatae veniam harum neque nemo praesentium cum alias asperiores commodi.</p>
|
|
||||||
</div>
|
|
||||||
<div class="col-md-4">
|
|
||||||
<a class="btn btn-lg btn-default btn-block" href="https://github.com/tomjohnson1492/documentation-theme-jekyll">Download the source</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
@ -9,6 +9,7 @@ sidebar: mydoc_sidebar
|
|||||||
permalink: /mydoc_getting_started/
|
permalink: /mydoc_getting_started/
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
## Getting up and running
|
## Getting up and running
|
||||||
|
|
||||||
To get up and running with this theme, make sure you can build a vanilla jekyll site first. See the [Jekyll docs](http://jekyllrb.com/).
|
To get up and running with this theme, make sure you can build a vanilla jekyll site first. See the [Jekyll docs](http://jekyllrb.com/).
|
||||||
|
Reference in New Issue
Block a user