site_gen.lua 315 B

1234567891011
  1. describe("Static site generation", function ()
  2. it("should create a new site from the archive", function()
  3. end)
  4. it("should remove the previous site before creating a new one", function()
  5. end)
  6. --[[
  7. -- TODO check for website internal linking
  8. it("should ", function()
  9. end)
  10. --]]
  11. end)