all repos — h3rald @ bafe587183498fa4ab2641bc502168fe2f308ce1

The sources of https://h3rald.com

Updated litestore page, other small changes.
h3rald h3rald@h3rald.com
Sun, 20 Sep 2015 14:58:40 +0200
commit

bafe587183498fa4ab2641bc502168fe2f308ce1

parent

895989360b1f25e9fd0d5934019336468768e480

M RulesRules

@@ -43,6 +43,10 @@ compile '/hastyscribe/HastyScribe_UserGuide/' do

# do nothing end +compile '/litestore/LiteStore_UserGuide/' do + # do nothing +end + compile '/glyph/book/images/*' do # do nothing end

@@ -108,6 +112,10 @@ end

route '/hastyscribe/HastyScribe_UserGuide' do '/hastyscribe/HastyScribe_UserGuide.htm' +end + +route '/litestore/LiteStore_UserGuide' do + '/litestore/LiteStore_UserGuide.htm' end route '/glyph/book/' do
M content/hastyscribe.erbcontent/hastyscribe.erb

@@ -26,8 +26,8 @@ <i class="fa fa-linux fa-3x"></i>

<i class="fa fa-windows fa-3x"></i> </div> <div class="row"> - <h3>Cross Platform</h3> - <p>Download the precompiled HastyScribe binaries for OS X, Linux, and Windows, or build directly from the source..</p> + <h3 class="centered">Cross Platform</h3> + <p>Download the precompiled HastyScribe binaries for OS X, Linux, and Windows, or build directly from the source.</p> </div> </div> <div class="col-md-4" style="padding: 2em;">

@@ -35,7 +35,7 @@ <div class="row">

<i class="fa fa-terminal fa-3x"></i> </div> <div class="row"> - <h3>Command Line</h3> + <h3 class="centered">Command Line</h3> <p>HastyScribe is a command-line application that doesn't need anything else but a single, small, executable file.</p> </div> </div>

@@ -46,7 +46,7 @@ <i class="fa fa-tablet fa-3x"></i>

<i class="fa fa-desktop fa-3x"></i> </div> <div class="row"> - <h3>Responsive</h3> + <h3 class="centered">Responsive</h3> <p>HastyScribe generates valid, self-contained, responsive HTML5 documents that can be viewed with any major modern broswer, and look great on any device.</p> </div> </div>
M content/litestore.erbcontent/litestore.erb

@@ -14,7 +14,7 @@ version: 1.0.0

----- <div class="jumbotron"> - <p style="text-align:center;"><h1>LiteStore</h1></p> + <h2 class="centered">LiteStore</h2> <p class="donthyphenate">A lightweight, self-contained, RESTful, multi-format NoSQL document store server written in <a href="http://nim-lang.org">Nim</a> and powered by a <a href="http://www.sqlite.org">SQLite</a> backend for storage. It aims to be a very simple and lightweight backend ideal for prototyping and testing REST APIs and client-side, single-page applications. </p> </div>

@@ -26,7 +26,7 @@ <i class="fa fa-linux fa-3x"></i>

<i class="fa fa-windows fa-3x"></i> </div> <div class="row"> - <h3>Cross Platform</h3> + <h3 class="centered">Cross Platform</h3> <p>Download the precompiled LiteStore binaries for OS X, Linux, and Windows, or build directly from the source.</p> </div> </div>

@@ -35,7 +35,7 @@ <div class="row">

<i class="fa fa-archive fa-3x"></i> </div> <div class="row"> - <h3>Self-Contained</h3> + <h3 class="centered">Self-Contained</h3> <p>LiteStore is a command-line application that doesn't need anything else but a single, small, executable file.</p> </div> </div>

@@ -44,7 +44,7 @@ <div class="row">

<i class="fa fa-cogs fa-3x"></i> </div> <div class="row"> - <h3>RESTFul</h3> + <h3 class="centered">RESTFul</h3> <p>LiteStore exposes a simple RESTful HTTP APIs, perfect for prototyping SPAs.</p> </div> </div>
M content/projects.textilecontent/projects.textile

@@ -11,6 +11,10 @@ h3. "HastyScribe":/hastyscribe/

A self-contained Markdown compiler that can generate self-contained HTML files, useful for writing essays, reports, meeting notes, etc. +h3. "LiteStore":/litestore/ + +A lightweight, self-contained, RESTful, multi-format NoSQL document store server written in Nim and powered by a SQLite backend for storage. + h3. "Glyph":/glyph/ A _Rapid Document Authoring Framework_ written in Ruby that can be used to create and manage books and articles.
M content/styles/_typography.lesscontent/styles/_typography.less

@@ -147,6 +147,14 @@ color: lighten(@dark-text, 70%);

font-style: normal !important; } } + h2.centered, h3.centered, h4.centered, h5.centered, h6.centered { + text-align: center; + margin: auto; + &:before { + content: none; + } + } + } a[href^="http://"],