samhuri.net/SiteGenerator/Sources/SiteGenerator/Generator/SitePlugin.swift
Sami Samhuri 0748053a82 Roll the feed plugins into PostsPlugin
You can't have feeds without posts that they link to. Doesn't make sense to have feeds without posts.
2019-12-11 00:18:19 -08:00

13 lines
188 B
Swift

//
// SitePlugin.swift
// SiteGenerator
//
// Created by Sami Samhuri on 2019-12-10.
//
import Foundation
public enum SitePlugin: String, Codable {
case posts
case projects
}