Set theme jekyll-theme-hacker and migrate Page Generator content

This commit is contained in:
John Wellbelove 2018-02-24 21:09:27 +00:00
parent eb3ead4104
commit b47cfa28ad
9 changed files with 17 additions and 63 deletions

8
_config.yml Normal file
View File

@ -0,0 +1,8 @@
title: Etl
description: Embedded Template Library
google_analytics:
show_downloads: true
theme: jekyll-theme-hacker
gems:
- jekyll-mentions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 463 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 216 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

View File

@ -1,61 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="Etl : Embedded Template Library">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>Etl</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/jwellbelove/etl">View on GitHub</a>
<h1 id="project_title">Etl</h1>
<h2 id="project_tagline">Embedded Template Library</h2>
<section id="downloads">
<a class="zip_download_link" href="https://github.com/jwellbelove/etl/zipball/master">Download this project as a .zip file</a>
<a class="tar_download_link" href="https://github.com/jwellbelove/etl/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 name="etl" class="anchor" href="#etl"><span class="octicon octicon-link"></span></a>etl</h1>
<h1></h1>
<h2>
<a name="embedded-template-library" class="anchor" href="#embedded-template-library"><span class="octicon octicon-link"></span></a>Embedded Template Library</h2>
<ul>
<li>A low resource template library for embedded applications.</li>
<li>A set of fixed capacity containers.</li>
<li>Compile time template constants.</li>
</ul>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p class="copyright">Etl maintained by <a href="https://github.com/jwellbelove">jwellbelove</a></p>
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>

9
index.md Normal file
View File

@ -0,0 +1,9 @@
# etl
===
## Embedded Template Library
- A low resource template library for embedded applications.
- A set of fixed capacity containers.
- Compile time template constants.

View File

@ -1 +0,0 @@
console.log('This would be the main JS file.');

View File

@ -1 +0,0 @@
{"name":"Etl","tagline":"Embedded Template Library","body":"# etl\r\n===\r\n\r\n## Embedded Template Library\r\n\r\n- A low resource template library for embedded applications.\r\n- A set of fixed capacity containers.\r\n- Compile time template constants.\r\n\r\n","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}