From 4626731919ab59e0b93e79a1c2e4a40906de50bf Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sun, 22 Dec 2019 14:22:12 -0800 Subject: [PATCH] Update plan and delete stray file --- Readme.md | 22 +++++++++++++++---- .../Sources/SiteGenerator/File.swift | 8 ------- 2 files changed, 18 insertions(+), 12 deletions(-) delete mode 100644 SiteGenerator/Sources/SiteGenerator/File.swift diff --git a/Readme.md b/Readme.md index def738e..2e9986f 100644 --- a/Readme.md +++ b/Readme.md @@ -127,12 +127,26 @@ Execution, trying TDD for the first time: - [ ] Replace post templates with Swift code + - [x] Archive + + - [ ] Year posts + + - [ ] Month posts + + - [ ] Post + + - [ ] Feed post + + - [ ] Munge relative URLs in the RSS and JSON feeds to be absolute instead + + - [ ] Recent posts + + - [ ] RSS feed + - [ ] Replace RSS feed template with Swift code - [ ] Remove stencil -- [ ] Munge relative URLs in the RSS and JSON feeds to be absolute instead +- [x] Add a server for local use and simple production setups (or use a file watcher + `python -m SimpleHTTPServer`?) -- [ ] Add a server for local use and simple production setups (or use a file watcher + `python -m SimpleHTTPServer`?) - -- [ ] Figure out an iPad workflow with minimal code. Maybe a small app with some extensions and shortcuts? +- [ ] Figure out an iPad workflow with minimal code. Maybe a small app with some extensions and shortcuts? This is going to be much more difficult with templates as Swift code. Use a Linux VM instead with Shell diff --git a/SiteGenerator/Sources/SiteGenerator/File.swift b/SiteGenerator/Sources/SiteGenerator/File.swift deleted file mode 100644 index 52031e9..0000000 --- a/SiteGenerator/Sources/SiteGenerator/File.swift +++ /dev/null @@ -1,8 +0,0 @@ -// -// File.swift -// -// -// Created by Sami Samhuri on 2019-12-20. -// - -import Foundation