Imported old code.
This commit is contained in:
parent
b35b040120
commit
89d94c38b6
243 changed files with 26457 additions and 0 deletions
63
_layouts/default.html
Normal file
63
_layouts/default.html
Normal file
|
|
@ -0,0 +1,63 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Linspector System Monitoring - {{ page.title }}</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="System, Network, Service and Device Monitoring solution">
|
||||
<meta name="author" content="Johannes Findeisen, Rafael Timmerberg">
|
||||
<meta name="keywords" content="{{ site.keywords }}{% if page.keywords %},{{ page.keywords }}{% endif %}">
|
||||
<link rel="alternate" type="application/atom+xml" title="Linspector Atom Feed" href="/news/atom.xml">
|
||||
<link rel="shortcut icon" href="/img/linspector.favicon.png" type="image/png">
|
||||
<link href="/css/normalize.css" rel="stylesheet">
|
||||
<link href="/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="/css/prettify.css" rel="stylesheet">
|
||||
<link href="/css/table.css" rel="stylesheet">
|
||||
<link href="/css/linspector.css" rel="stylesheet">
|
||||
<script src="/js/jquery.min.js"></script>
|
||||
<script src="/js/bootstrap.min.js"></script>
|
||||
<script src="/js/github.commits.widget.js"></script>
|
||||
<script src="/js/prettify/prettify.js"></script>
|
||||
</head>
|
||||
<body onload="prettyPrint()">
|
||||
<div id="wrap">
|
||||
<div class="navbar navbar-default navbar-fixed-top">
|
||||
<div class="container">
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" href="/">Linspector</a>
|
||||
</div>
|
||||
<div class="navbar-collapse collapse">
|
||||
<ul class="nav navbar-nav">
|
||||
<!--<li{% if page.metasub == "home" %} class="active"{% endif %}><a href="/">Home</a></li>
|
||||
<li{% if page.metasub == "about" %} class="active"{% endif %}><a href="/about/">About</a></li>
|
||||
<li{% if page.metasub == "features" %} class="active"{% endif %}><a href="/features/">Features</a></li>
|
||||
<li{% if page.metasub == "news" %} class="active"{% endif %}><a href="/news/">News</a></li>
|
||||
<li{% if page.metasub == "documentation" %} class="active"{% endif %}><a href="/documentation/">Documentation</a></li>
|
||||
<li{% if page.metasub == "community" %} class="active"{% endif %}><a href="/community/">Community</a></li>
|
||||
<li{% if page.metasub == "download" %} class="active"{% endif %}><a href="/download/">Download</a></li>
|
||||
<li{% if page.metasub == "projects" %} class="active"{% endif %}><a href="/projects/">Projects</a></li>
|
||||
<li{% if page.metasub == "development" %} class="active"{% endif %}><a href="/development/">Development</a></li>-->
|
||||
</ul>
|
||||
<ul class="nav navbar-nav navbar-right">
|
||||
<li style="padding-left:6px;"><img src="/img/linspector.new.png" /></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container">
|
||||
|
||||
{{ content }}
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer">
|
||||
<div class="container">
|
||||
<p class="text-muted credit">© 2011 - 2015 by the Linspector development team, this site is hosted on <a href="http://pages.github.com" class="ext">GitHub Pages</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
9
_layouts/post.html
Normal file
9
_layouts/post.html
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
layout: default
|
||||
---
|
||||
|
||||
<article>
|
||||
<h2>{{page.title}}</h2>
|
||||
|
||||
{{content}}
|
||||
</article>
|
||||
Loading…
Add table
Add a link
Reference in a new issue