Add missed files
This commit is contained in:
parent
1543a2ac75
commit
95c75a6e5a
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
_site/
|
61
_layouts/default.html
Normal file
61
_layouts/default.html
Normal file
@ -0,0 +1,61 @@
|
|||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">
|
||||||
|
<head profile="http://gmpg.org/xfn/11">
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||||
|
<title>Arduino Client for MQTT « knolleary</title>
|
||||||
|
<link href='http://fonts.googleapis.com/css?family=Questrial' rel='stylesheet' type='text/css'>
|
||||||
|
<link href='http://fonts.googleapis.com/css?family=Lora:400,400italic' rel='stylesheet' type='text/css'>
|
||||||
|
<style type="text/css" media="screen">
|
||||||
|
@import url( http://knolleary.net/blog/wp-content/themes/wp-knolleary-theme/style.css );
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<link href='style.css' rel='stylesheet' type='text/css'>
|
||||||
|
|
||||||
|
|
||||||
|
<script type='text/javascript' src='http://knolleary.net/blog/wp-includes/js/jquery/jquery.js?ver=1.7.2'></script>
|
||||||
|
|
||||||
|
<meta name="HandheldFriendly" content="true" />
|
||||||
|
<meta name="viewport" content="width=device-width, height=device-height, user-scalable=no" />
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div id="banner"><div class="nav"><ul><li class="{% if page.title == 'Arduino Client for MQTT' %}active{% endif %}"><a href="./index.html">Arduino Client for MQTT</a></li><!--<li class="{% if page.title == 'Tutorial' %}active{% endif %}"><a href="./tutorial.html">Tutorial</a></li>--><li class="{% if page.title == 'API Docs' %}active{% endif %}"><a href="./api.html">API Docs</a></li></ul><h1><a href="http://knolleary.net/">knolleary</a></h1></div></div>
|
||||||
|
<div id="header"><h1><a href="http://knolleary.net/">knolleary</a></h1><h2>stuff by nick o'leary</h2>
|
||||||
|
<div class="nav">
<ul><li class="{% if page.title == 'Arduino Client for MQTT' %}active{% endif %}"><a href="./index.html">Arduino Client for MQTT</a></li><!--<li class="{% if page.title == 'Tutorial' %}active{% endif %}"><a href="./tutorial.html">Tutorial</a></li>--><li class="{% if page.title == 'API Docs' %}active{% endif %}"><a href="./api.html">API Docs</a></li></ul></div>
|
||||||
|
<div class="clearfloat"></div>
|
||||||
|
</div><!-- end header div -->
|
||||||
|
<div id="content">
|
||||||
|
<!-- end header -->
|
||||||
|
<div class="page type-page status-publish hentry">
|
||||||
|
<div class="storypage">
|
||||||
|
<div class="title"><a href="http://knolleary.net/arduino-client-for-mqtt/" rel="bookmark">{{ page.title }}</a></div>
|
||||||
|
|
||||||
|
<div class="storycontent">
{{ content }}
|
||||||
|
</div><!-- end storycontent -->
|
||||||
|
<div class="clearfloat"></div>
|
||||||
|
</div><!-- end story -->
|
||||||
|
</div><!-- end post -->
|
||||||
|
|
||||||
|
<!-- begin footer -->
|
||||||
|
</div> <!-- end content div -->
|
||||||
|
|
||||||
|
<div id="menu">
|
||||||
|
<div id="menu-container">
|
||||||
|
<div id="menu-col1">
<div class="menu-block mbtop">
</div></div>
|
||||||
|
<div id="menu-col2">
|
||||||
|
<div class="menu-block mbtop">
|
||||||
|
finally<ul><li>The postings on this site are my own and don’t necessarily represent IBM’s positions, strategies or opinions.</li></ul>
|
||||||
|
<ul><li><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.0/uk/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/2.0/uk/80x15.png" /></a><br />All content on this site is licenced under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.0/uk/">Creative Commons Licence</a>.</li></ul>
|
||||||
|
</div> <!-- /menu-block -->
|
||||||
|
</div><!--end col2 -->
|
||||||
|
<div id="menu-col3"><div class="menu-block mbtop">
</div></div>
|
||||||
|
</div> <!-- end menu-container div -->
|
||||||
|
<div class="clearfloat"></div>
|
||||||
|
</div> <!-- end menu div -->
|
||||||
|
<!-- end sidebar -->
|
||||||
|
|
||||||
|
<div id="footer">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
x
Reference in New Issue
Block a user