diff options
author | Starfall <us@starfall.systems> | 2023-12-05 09:59:19 -0600 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2023-12-05 10:03:27 -0600 |
commit | 90058697439ee3f048f0f42b61ca5ea677e9b5cc (patch) | |
tree | 60b61ef629551112f2e78c6a25c814703dce72f7 /sample/blog | |
parent | a43a3e0c273e50d30561328f090d2fad249c7dd6 (diff) |
strike: merge as subdir
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. |