diff --git a/Makefile b/Makefile index a7f548d..c526f83 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,6 @@ clean_swift: serve: @echo - cd www - python -m SimpleHTTPServer + cd www && python -m SimpleHTTPServer .PHONY: debug beta release publish publish_beta clean clean_blog clean_swift serve diff --git a/samhuri.net/Sources/samhuri.net/Posts/PageRenderer+Posts.swift b/samhuri.net/Sources/samhuri.net/Posts/PageRenderer+Posts.swift new file mode 100644 index 0000000..4559749 --- /dev/null +++ b/samhuri.net/Sources/samhuri.net/Posts/PageRenderer+Posts.swift @@ -0,0 +1,8 @@ +// +// File.swift +// +// +// Created by Sami Samhuri on 2019-12-22. +// + +import Foundation diff --git a/samhuri.net/Sources/samhuri.net/Projects/PageRenderer+Projects.swift b/samhuri.net/Sources/samhuri.net/Projects/PageRenderer+Projects.swift new file mode 100644 index 0000000..4559749 --- /dev/null +++ b/samhuri.net/Sources/samhuri.net/Projects/PageRenderer+Projects.swift @@ -0,0 +1,8 @@ +// +// File.swift +// +// +// Created by Sami Samhuri on 2019-12-22. +// + +import Foundation