diff options
-rw-r--r-- | README.md | 9 | ||||
-rw-r--r-- | strike/CONTRIBUTING (renamed from CONTRIBUTING) | 0 | ||||
-rw-r--r-- | strike/README (renamed from README) | 0 | ||||
-rw-r--r-- | strike/sample/blog/also-exclude.html (renamed from sample/blog/also-exclude.html) | 0 | ||||
-rw-r--r-- | strike/sample/blog/empty.html (renamed from sample/blog/empty.html) | 0 | ||||
-rw-r--r-- | strike/sample/blog/exclude.html (renamed from sample/blog/exclude.html) | 0 | ||||
-rw-r--r-- | strike/sample/blog/happy.html (renamed from sample/blog/happy.html) | 0 | ||||
-rw-r--r-- | strike/sample/blog/subdir/index.html (renamed from sample/blog/subdir/index.html) | 0 | ||||
-rw-r--r-- | strike/sample/blog/with-frontmatter.html (renamed from sample/blog/with-frontmatter.html) | 0 | ||||
-rw-r--r-- | strike/sample/html/empty.html (renamed from sample/html/empty.html) | 0 | ||||
-rw-r--r-- | strike/sample/html/happy.html (renamed from sample/html/happy.html) | 0 | ||||
-rw-r--r-- | strike/sample/html/subdir/index.html (renamed from sample/html/subdir/index.html) | 0 | ||||
-rw-r--r-- | strike/sample/html/with-frontmatter.html (renamed from sample/html/with-frontmatter.html) | 0 | ||||
-rw-r--r-- | strike/sample/strike.ini (renamed from sample/strike.ini) | 0 | ||||
-rw-r--r-- | strike/sample/template.html (renamed from sample/template.html) | 0 | ||||
-rw-r--r-- | strike/strike.py (renamed from strike.py) | 0 |
16 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md index af3bb78..7025dd8 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ -Starfall's Old Projects -======================= +Starfall's Trinkets +=================== -Old and abandoned projects that no longer justify being their own repository, but might be worth -coming back to some day so are archived here. Each branch is its own former repo: +Abandoned projects that no longer justify being their own repository, but might be worth +coming back to some day so are archived here. - ev-nova: Archive of two of the plugins we wrote for Escape Velocity: Nova. - ophiculus: Half-started and definitely untested Gemini client. +- strike: Basic static site generator using key=value frontmatter and Python fstrings for formatting. diff --git a/CONTRIBUTING b/strike/CONTRIBUTING index 2f2508f..2f2508f 100644 --- a/CONTRIBUTING +++ b/strike/CONTRIBUTING diff --git a/README b/strike/README index dd6448e..dd6448e 100644 --- a/README +++ b/strike/README diff --git a/sample/blog/also-exclude.html b/strike/sample/blog/also-exclude.html index 6ce0fb1..6ce0fb1 100644 --- a/sample/blog/also-exclude.html +++ b/strike/sample/blog/also-exclude.html diff --git a/sample/blog/empty.html b/strike/sample/blog/empty.html index e69de29..e69de29 100644 --- a/sample/blog/empty.html +++ b/strike/sample/blog/empty.html diff --git a/sample/blog/exclude.html b/strike/sample/blog/exclude.html index d881dce..d881dce 100644 --- a/sample/blog/exclude.html +++ b/strike/sample/blog/exclude.html diff --git a/sample/blog/happy.html b/strike/sample/blog/happy.html index af5626b..af5626b 100644 --- a/sample/blog/happy.html +++ b/strike/sample/blog/happy.html diff --git a/sample/blog/subdir/index.html b/strike/sample/blog/subdir/index.html index b66efd5..b66efd5 100644 --- a/sample/blog/subdir/index.html +++ b/strike/sample/blog/subdir/index.html diff --git a/sample/blog/with-frontmatter.html b/strike/sample/blog/with-frontmatter.html index 5195292..5195292 100644 --- a/sample/blog/with-frontmatter.html +++ b/strike/sample/blog/with-frontmatter.html diff --git a/sample/html/empty.html b/strike/sample/html/empty.html index b1a01ea..b1a01ea 100644 --- a/sample/html/empty.html +++ b/strike/sample/html/empty.html diff --git a/sample/html/happy.html b/strike/sample/html/happy.html index 9f4b32f..9f4b32f 100644 --- a/sample/html/happy.html +++ b/strike/sample/html/happy.html diff --git a/sample/html/subdir/index.html b/strike/sample/html/subdir/index.html index bdeaad0..bdeaad0 100644 --- a/sample/html/subdir/index.html +++ b/strike/sample/html/subdir/index.html diff --git a/sample/html/with-frontmatter.html b/strike/sample/html/with-frontmatter.html index 99627a1..99627a1 100644 --- a/sample/html/with-frontmatter.html +++ b/strike/sample/html/with-frontmatter.html diff --git a/sample/strike.ini b/strike/sample/strike.ini index 86bc8c3..86bc8c3 100644 --- a/sample/strike.ini +++ b/strike/sample/strike.ini diff --git a/sample/template.html b/strike/sample/template.html index 2552906..2552906 100644 --- a/sample/template.html +++ b/strike/sample/template.html diff --git a/strike.py b/strike/strike.py index 03d991e..03d991e 100644 --- a/strike.py +++ b/strike/strike.py |