Rivulets
2020-02-06 15:57
You can't really do anything without changing some swift code. Assuming you can download the free XCode from apple, you can live inside it for the rest of your days...

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

Tagged with: