Had to Tweak
Unless you want your site to look super wierd, its good to tweak a little.
// Update these properties to configure your website:
var url = URL(string: "https://billdonner.github.io")!
var name = "BillsBlog"
var description = "Bills Bifurcated Blog"
And for a second blog stream, you must.
// This type acts as the configuration for your website.
struct BillsBlog: Website {
enum SectionID: String, WebsiteSectionID {
// Add the sections that you want your website to contain here:
case literary
case technical
}
No worries, but you must tweak the boilerplate in main.swift