summaryrefslogtreecommitdiff
path: root/tests/sample_files/md
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sample_files/md')
-rw-r--r--tests/sample_files/md/__init__.py0
-rw-r--r--tests/sample_files/md/a/__init__.py0
-rw-r--r--tests/sample_files/md/a/second.md12
-rw-r--r--tests/sample_files/md/first.md10
-rw-r--r--tests/sample_files/md/new.md10
5 files changed, 0 insertions, 32 deletions
diff --git a/tests/sample_files/md/__init__.py b/tests/sample_files/md/__init__.py
deleted file mode 100644
index e69de29..0000000
--- a/tests/sample_files/md/__init__.py
+++ /dev/null
diff --git a/tests/sample_files/md/a/__init__.py b/tests/sample_files/md/a/__init__.py
deleted file mode 100644
index e69de29..0000000
--- a/tests/sample_files/md/a/__init__.py
+++ /dev/null
diff --git a/tests/sample_files/md/a/second.md b/tests/sample_files/md/a/second.md
deleted file mode 100644
index cb4e333..0000000
--- a/tests/sample_files/md/a/second.md
+++ /dev/null
@@ -1,12 +0,0 @@
-title: Second blog post for testing purposes
-author: David Luévano
- Someone Else
-lang: en
-summary: This is just a post used for testing (the second).
-tags: test
- english
- short
- update
- multiple-author
-
-A second "blog entry" for testing purposes which uses multiple authors and is inside a subdirectory.
diff --git a/tests/sample_files/md/first.md b/tests/sample_files/md/first.md
deleted file mode 100644
index 567ea3e..0000000
--- a/tests/sample_files/md/first.md
+++ /dev/null
@@ -1,10 +0,0 @@
-title: First blog post for testing purposes
-author: David Luévano
-lang: en
-summary: This is just a post used for testing.
-tags: test
- english
- short
- update
-
-Even though I have this "blog" subdomain and page setup, doesn't mean I'll be blogging for pyssg, this is just to serve as an example for the types of sites that pyssg can be used for. \ No newline at end of file
diff --git a/tests/sample_files/md/new.md b/tests/sample_files/md/new.md
deleted file mode 100644
index ce684a7..0000000
--- a/tests/sample_files/md/new.md
+++ /dev/null
@@ -1,10 +0,0 @@
-title: New file
-author: David Luévano
-lang: en
-summary: New file used for testing the database.
-tags: test
- english
- short
- update
-
-This is a sample markdown file used for testing pyssg. \ No newline at end of file