mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Set theme jekyll-theme-hacker and migrate Page Generator content
This commit is contained in:
parent
eb3ead4104
commit
b47cfa28ad
8
_config.yml
Normal file
8
_config.yml
Normal file
@ -0,0 +1,8 @@
|
||||
title: Etl
|
||||
description: Embedded Template Library
|
||||
google_analytics:
|
||||
show_downloads: true
|
||||
theme: jekyll-theme-hacker
|
||||
|
||||
gems:
|
||||
- jekyll-mentions
|
||||
BIN
images/bg_hr.png
BIN
images/bg_hr.png
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 |
61
index.html
61
index.html
@ -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
9
index.md
Normal 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.
|
||||
|
||||
@ -1 +0,0 @@
|
||||
console.log('This would be the main JS 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."}
|
||||
Loading…
x
Reference in New Issue
Block a user