Create gh-pages branch via GitHub

This commit is contained in:
Gabi Melman
2015-04-10 13:13:17 +03:00
parent 8c538fba88
commit 24b1840f93
8 changed files with 509 additions and 314 deletions

View File

@@ -1,25 +1,37 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Spdlog by gabime</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>
<body>
<section class="page-header">
<h1 class="project-name">Spdlog</h1>
<h2 class="project-tagline">Super fast C++ logging library.</h2>
<a href="https://github.com/gabime/spdlog" class="btn">View on GitHub</a>
<a href="https://github.com/gabime/spdlog/zipball/master" class="btn">Download .zip</a>
<a href="https://github.com/gabime/spdlog/tarball/master" class="btn">Download .tar.gz</a>
</section>
<html>
<section class="main-content">
<h1>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="Spdlog : Super fast C++ logging library.">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>Spdlog</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/gabime/spdlog">View on GitHub</a>
<h1 id="project_title">Spdlog</h1>
<h2 id="project_tagline">Super fast C++ logging library.</h2>
<section id="downloads">
<a class="zip_download_link" href="https://github.com/gabime/spdlog/zipball/master">Download this project as a .zip file</a>
<a class="tar_download_link" href="https://github.com/gabime/spdlog/tarball/master">Download this project as a tar.gz file</a>
</section>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h1>
<a id="spdlog" class="anchor" href="#spdlog" aria-hidden="true"><span class="octicon octicon-link"></span></a>spdlog</h1>
<p>Very fast, header only, C++ logging library.</p>
@@ -250,16 +262,18 @@ std::ostream&amp; <span class="pl-k">operator</span>&lt;&lt;(std::ostream&amp; o
<p>spdlog can be tweaked to improve performance even more.</p>
<p>Edit <a href="include/spdlog/tweakme.h">this</a> file to disable at compile time unneeded features.</p>
</section>
</div>
<footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.com/gabime/spdlog">Spdlog</a> is maintained by <a href="https://github.com/gabime">gabime</a>.</span>
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p class="copyright">Spdlog maintained by <a href="https://github.com/gabime">gabime</a></p>
<p>Published with <a href="https://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</section>
</body>
</html>