commit 4de3be8d7f876106424887a5610ddb74f7da386a
parent f227e539940c89763e5eefa2ab6abc599269d6bb
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Tue, 22 Apr 2014 15:52:51 +0200
remove example files
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
Diffstat:
4 files changed, 0 insertions(+), 89 deletions(-)
diff --git a/pages/001-html-example.html b/pages/001-html-example.html
@@ -1 +0,0 @@
-<p>This is an example page :)</p>
diff --git a/pages/001-html-example.sh b/pages/001-html-example.sh
@@ -1,13 +0,0 @@
-#!/bin/sh
-title="HTML example"
-description="description here"
-timecreated="2013-01-01 00:00"
-timeupdated="2013-01-01 00:00"
-#id="html-example"
-#url="${id}.html"
-#tags="tags, comma, separated"
-#keywords="keywords, comma, separated"
-#categories="Category name"
-#timestamp="2013-01-01"
-#author="author"
-#content="custom stuff"
diff --git a/pages/002-markdown-example.md b/pages/002-markdown-example.md
@@ -1,61 +0,0 @@
-simple tests
-------------
-
-first paragraph.
-testing surround: _emph_ then **strong** and `code`.
-
-`\`escaped backticks\``.
-
-`x = *y * 6;`
-
-horizontal rule:
-
-- - -
-
-
-blocks and entities
--------------------
-
-preformatted block:
- .'''' .'.'. | |
- '''. | ' | | |
- '''' ' ' ""
-
-quoted text:
-> When in doubt,
-> use brute force.
-
-list:
-* Make each program do one thing well.
-* Expect the output of every program to become the input to another,
-as yet unknown, program.
-* Design and build software, even operating systems, to be tried early,
-ideally within weeks.
-* Use tools in preference to unskilled help to lighten a programming task.
-
-list in list:
-* a
- * b
- 1. c
- 2. d
- * e
-* f
-
-entity: &, <, >
-
-code:
- int powerof2(unsigned int n) {
- return !((n - 1) & n) && n > 0;
- }
-
-links
------
-
-[suckless](http://suckless.org)
-
-inline html
------------
-
-<center>
- ABC
-</center>
diff --git a/pages/002-markdown-example.sh b/pages/002-markdown-example.sh
@@ -1,14 +0,0 @@
-#!/bin/sh
-title="Markdown example"
-description="description here"
-timecreated="2013-01-01 00:00"
-timeupdated="2013-01-01 00:00"
-author="Bob"
-#id="markdown-example"
-#url="${id}.html"
-#tags="tags, comma, separated"
-#keywords="keywords, comma, separated"
-#categories="Category name"
-#timestamp="2013-01-02"
-#author="author"
-#content="custom stuff"