diff options
author | Starfall <us@starfall.systems> | 2021-10-22 22:14:41 -0500 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2023-12-05 10:00:27 -0600 |
commit | 5b63c384ef8e100518ff50b9cb023ac07265df35 (patch) | |
tree | 2fb7c335f6b050e3c2bce2573f37881d62780021 /sample/blog | |
parent | 86b9f8635be129da9b367aec9f4d907e9785cf0e (diff) |
strike: set goals for config file format
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 |
4 files changed, 3 insertions, 0 deletions
diff --git a/sample/blog/also-exclude.html b/sample/blog/also-exclude.html new file mode 100644 index 0000000..6ce0fb1 --- /dev/null +++ b/sample/blog/also-exclude.html @@ -0,0 +1 @@ +This file shouldn't be processed by Strike either. diff --git a/sample/blog/empty.html b/sample/blog/empty.html new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/sample/blog/empty.html diff --git a/sample/blog/exclude.html b/sample/blog/exclude.html new file mode 100644 index 0000000..d881dce --- /dev/null +++ b/sample/blog/exclude.html @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..af5626b --- /dev/null +++ b/sample/blog/happy.html @@ -0,0 +1 @@ +Hello, world! |