Facilitate HTML code formatting of Jekyll layouts and includes
This commit is contained in:
parent
cbae5df58a
commit
a689fbff5d
5 changed files with 78 additions and 85 deletions
|
@ -2,6 +2,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||||
|
||||
<!--link rel="shortcut icon" type="image/x-icon" href="style/images/favicon.png" /-->
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="style.css" media="all" />
|
||||
<link rel="stylesheet" type="text/css" href="style/css/color/red.css" media="all" />
|
||||
<link rel="stylesheet" type="text/css" href="style/css/media-queries.css" media="all" />
|
||||
|
@ -9,15 +10,10 @@
|
|||
<link rel="stylesheet" type="text/css" href="style/js/fancybox/helpers/jquery.fancybox-thumbs.css?v=1.0.2" />
|
||||
<link href='http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic' rel='stylesheet' type='text/css'>
|
||||
<link rel="stylesheet" href="style/type/fontello.css">
|
||||
<!--[if IE 8]>
|
||||
<link rel="stylesheet" type="text/css" href="style/css/ie8.css" media="all" />
|
||||
<![endif]-->
|
||||
<!--[if IE 9]>
|
||||
<link rel="stylesheet" type="text/css" href="style/css/ie9.css" media="all" />
|
||||
<![endif]-->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="style/js/html5.js" type="text/javascript"></script>
|
||||
<![endif]-->
|
||||
<!--[if IE 8]><link rel="stylesheet" type="text/css" href="style/css/ie8.css" media="all" /><![endif]-->
|
||||
<!--[if IE 9]><link rel="stylesheet" type="text/css" href="style/css/ie9.css" media="all" /><![endif]-->
|
||||
|
||||
<!--[if lt IE 9]><script src="style/js/html5.js" type="text/javascript"></script><![endif]-->
|
||||
<script type="text/javascript" src="style/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="style/js/ddsmoothmenu.js"></script>
|
||||
<script type="text/javascript" src="style/js/jquery.isotope.min.js"></script>
|
||||
|
|
|
@ -1,29 +1,25 @@
|
|||
<!-- Begin Footer Wrapper -->
|
||||
<footer class="aligncenter">
|
||||
<!-- Begin Inner -->
|
||||
<footer class="aligncenter">
|
||||
<div class="inner">
|
||||
<h1>Want to Contribute?</h1>
|
||||
<p class="description">Help make Pico better by checking out the <a href="https://github.com/gilbitron/Pico">GitHub repository</a> and submitting pull requests.<br />
|
||||
If you find a bug please report it on the <a href="https://github.com/gilbitron/Pico/issues">issues page</a>.</p>
|
||||
<ul class="social">
|
||||
<li><a href="https://twitter.com/dev7studioshq"><i class="icon-s-twitter"></i></a></li>
|
||||
<li><a href="https://www.facebook.com/dev7studios"><i class="icon-s-facebook"></i></a></li>
|
||||
</ul>
|
||||
<h1>Want to Contribute?</h1>
|
||||
<p class="description">
|
||||
Help make Pico better by checking out the <a href="https://github.com/gilbitron/Pico">GitHub repository</a> and submitting pull requests.<br />
|
||||
If you find a bug please report it on the <a href="https://github.com/gilbitron/Pico/issues">issues page</a>.
|
||||
</p>
|
||||
<ul class="social">
|
||||
<li><a href="https://twitter.com/dev7studioshq"><i class="icon-s-twitter"></i></a></li>
|
||||
<li><a href="https://www.facebook.com/dev7studios"><i class="icon-s-facebook"></i></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- Begin Inner -->
|
||||
</footer>
|
||||
<!-- End Footer Wrapper -->
|
||||
</footer>
|
||||
|
||||
<!-- Begin Sub Footer Wrapper -->
|
||||
<div class="subfooter-wrapper">
|
||||
<!-- Begin Inner -->
|
||||
<div class="subfooter-wrapper">
|
||||
<div class="inner">
|
||||
<p>Pico was made by <a href="http://gilbert.pellegrom.me">Gilbert Pellegrom</a> from <a href="http://dev7studios.com">Dev7studios</a>.
|
||||
Released under the MIT license.</p>
|
||||
<p>
|
||||
Pico was made by <a href="http://gilbert.pellegrom.me">Gilbert Pellegrom</a> from <a href="http://dev7studios.com">Dev7studios</a>.
|
||||
Released under the MIT license.
|
||||
</p>
|
||||
</div>
|
||||
<!-- Begin Inner -->
|
||||
</div>
|
||||
<!-- End Sub Footer Wrapper -->
|
||||
</div>
|
||||
|
||||
<script type="text/javascript" src="style/js/scripts.js"></script>
|
||||
<script src="//static.getclicky.com/js" type="text/javascript"></script>
|
||||
|
|
|
@ -1,17 +1,16 @@
|
|||
<header>
|
||||
<div class="inner">
|
||||
<header>
|
||||
<div class="inner">
|
||||
<div class="logo"><a href="index.html"><img src="style/images/logo.png" alt="" /></a></div>
|
||||
<!-- Begin Menu -->
|
||||
|
||||
<nav id="menu" class="menu">
|
||||
<ul id="tiny">
|
||||
<li class="active"><a href="index.html">Home</a></li>
|
||||
<li><a href="docs.html">Docs</a></li>
|
||||
<li><a href="plugins.html">Plugins</a></li>
|
||||
<li><a href="download.html">Download</a></li>
|
||||
<li><a href="hosting.html">Hosting</a></li>
|
||||
</ul>
|
||||
<ul id="tiny">
|
||||
<li class="active"><a href="index.html">Home</a></li>
|
||||
<li><a href="docs.html">Docs</a></li>
|
||||
<li><a href="plugins.html">Plugins</a></li>
|
||||
<li><a href="download.html">Download</a></li>
|
||||
<li><a href="hosting.html">Hosting</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- End Menu -->
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
</header>
|
||||
</div>
|
||||
</header>
|
|
@ -1,37 +1,39 @@
|
|||
{% include documentHeader.html %}
|
||||
<head>
|
||||
{% include headInclude.html %}
|
||||
<title>Pico - A stupidly simple, blazing fast, flat file CMS.</title>
|
||||
<meta name="description" content="Pico is a flat file CMS, this means there is no administration backend and database to deal with. You simply create .txt files in the 'content' folder and that becomes a page." />
|
||||
<link href="http://picocms.org" rel="canonical" />
|
||||
|
||||
{% include headInclude.html %}
|
||||
<title>Pico - A stupidly simple, blazing fast, flat file CMS.</title>
|
||||
<meta name="description" content="Pico is a flat file CMS, this means there is no administration backend and database to deal with. You simply create .txt files in the 'content' folder and that becomes a page." />
|
||||
<link href="http://picocms.org" rel="canonical" />
|
||||
|
||||
</head>
|
||||
<body class="full-layout">
|
||||
<!-- Begin Body Wrapper -->
|
||||
<div class="body-wrapper">
|
||||
<!-- Begin Top Wrapper -->
|
||||
<div class="top-wrapper">
|
||||
{% include pageHeader.html %}
|
||||
<div class="bannercontainer">
|
||||
<div class="banner">
|
||||
<ul>
|
||||
<li data-transition="fade"> <img src="style/images/art/slider-transparent.png" alt="" style="background-color:#2a2a2a" />
|
||||
<div class="caption sfl huge" data-x="320" data-y="90" data-speed="300" data-start="100" data-easing="easeOutExpo">Introducing</div>
|
||||
<div class="caption sft huge" data-x="630" data-y="90" data-speed="300" data-start="800" data-easing="easeOutExpo"><strong>Pico.</strong></div>
|
||||
<div class="caption sfl big" data-x="center" data-y="176" data-speed="300" data-start="1100" data-easing="easeOutExpo">A stupidly <em>simple</em> <span class="colored">&</span> blazing <em>fast</em>, flat file CMS.</div>
|
||||
<div class="caption sfr big" data-x="center" data-y="245" data-speed="300" data-start="1400" data-easing="easeOutExpo">Making the web easy.</div>
|
||||
<div class="caption sfb" data-x="center" data-y="329" data-speed="300" data-start="1700" data-easing="easeOutExpo"><a href="download.html" class="button">Download Now</a></div>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="tp-bannertimer tp-bottom"></div>
|
||||
</div>
|
||||
|
||||
<div class="body-wrapper">
|
||||
<div class="top-wrapper">
|
||||
{% include pageHeader.html %}
|
||||
|
||||
<div class="bannercontainer">
|
||||
<div class="banner">
|
||||
<ul>
|
||||
<li data-transition="fade">
|
||||
<img src="style/images/art/slider-transparent.png" alt="" style="background-color:#2a2a2a" />
|
||||
<div class="caption sfl huge" data-x="320" data-y="90" data-speed="300" data-start="100" data-easing="easeOutExpo">Introducing</div>
|
||||
<div class="caption sft huge" data-x="630" data-y="90" data-speed="300" data-start="800" data-easing="easeOutExpo"><strong>Pico.</strong></div>
|
||||
<div class="caption sfl big" data-x="center" data-y="176" data-speed="300" data-start="1100" data-easing="easeOutExpo">A stupidly <em>simple</em> <span class="colored">&</span> blazing <em>fast</em>, flat file CMS.</div>
|
||||
<div class="caption sfr big" data-x="center" data-y="245" data-speed="300" data-start="1400" data-easing="easeOutExpo">Making the web easy.</div>
|
||||
<div class="caption sfb" data-x="center" data-y="329" data-speed="300" data-start="1700" data-easing="easeOutExpo"><a href="download.html" class="button">Download Now</a></div>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="tp-bannertimer tp-bottom"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{ content }}
|
||||
|
||||
{% include pageFooter.html %}
|
||||
</div>
|
||||
</div>
|
||||
<!-- End Top Wrapper -->
|
||||
|
||||
{{ content }}
|
||||
|
||||
{% include pageFooter.html %}
|
||||
</div>
|
||||
<!-- End Body Wrapper -->
|
||||
</body>
|
||||
{% include documentFooter.html %}
|
||||
|
|
|
@ -1,21 +1,21 @@
|
|||
{% include documentHeader.html %}
|
||||
<head>
|
||||
{% include headInclude.html %}
|
||||
<title>{{ page.title }} | {{ site.title }}</title>
|
||||
|
||||
{% include headInclude.html %}
|
||||
<title>{{ page.title }} | {{ site.title }}</title>
|
||||
|
||||
</head>
|
||||
<body class="full-layout">
|
||||
<!-- Begin Body Wrapper -->
|
||||
<div class="body-wrapper">
|
||||
<!-- Begin Top Wrapper -->
|
||||
<div class="top-wrapper">
|
||||
{% include pageHeader.html %}
|
||||
</div>
|
||||
<!-- End Top Wrapper -->
|
||||
|
||||
{{ content }}
|
||||
<div class="body-wrapper">
|
||||
<div class="top-wrapper">
|
||||
{% include pageHeader.html %}
|
||||
</div>
|
||||
|
||||
{{ content }}
|
||||
|
||||
{% include pageFooter.html %}
|
||||
</div>
|
||||
|
||||
{% include pageFooter.html %}
|
||||
</div>
|
||||
<!-- End Body Wrapper -->
|
||||
</body>
|
||||
{% include documentFooter.html %}
|
||||
|
|
Loading…
Add table
Reference in a new issue