diff options
Diffstat (limited to 'sample/blog')
-rw-r--r-- | sample/blog/also-exclude.html | 1 | ||||
-rw-r--r-- | sample/blog/empty.html | 0 | ||||
-rw-r--r-- | sample/blog/exclude.html | 1 | ||||
-rw-r--r-- | sample/blog/happy.html | 1 | ||||
-rw-r--r-- | sample/blog/subdir/index.html | 1 | ||||
-rw-r--r-- | sample/blog/with-frontmatter.html | 6 |
6 files changed, 0 insertions, 10 deletions
diff --git a/sample/blog/also-exclude.html b/sample/blog/also-exclude.html deleted file mode 100644 index 6ce0fb1..0000000 --- a/sample/blog/also-exclude.html +++ /dev/null @@ -1 +0,0 @@ -This file shouldn't be processed by Strike either. diff --git a/sample/blog/empty.html b/sample/blog/empty.html deleted file mode 100644 index e69de29..0000000 --- a/sample/blog/empty.html +++ /dev/null diff --git a/sample/blog/exclude.html b/sample/blog/exclude.html deleted file mode 100644 index d881dce..0000000 --- a/sample/blog/exclude.html +++ /dev/null @@ -1 +0,0 @@ -This file should be excluded from processing when Strike is processed using strike.ini diff --git a/sample/blog/happy.html b/sample/blog/happy.html deleted file mode 100644 index af5626b..0000000 --- a/sample/blog/happy.html +++ /dev/null @@ -1 +0,0 @@ -Hello, world! diff --git a/sample/blog/subdir/index.html b/sample/blog/subdir/index.html deleted file mode 100644 index b66efd5..0000000 --- a/sample/blog/subdir/index.html +++ /dev/null @@ -1 +0,0 @@ -This file in a subdirectory of the input directory should also be processed. diff --git a/sample/blog/with-frontmatter.html b/sample/blog/with-frontmatter.html deleted file mode 100644 index 5195292..0000000 --- a/sample/blog/with-frontmatter.html +++ /dev/null @@ -1,6 +0,0 @@ ---- -title=Custom Title ---- -Things before this line should not appear in the output. ---- -Including the delimiter in body content shouldn't be an issue. |