unstatic.StaticLocationBinding.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of unstatic_3 Show documentation
Show all versions of unstatic_3 Show documentation
Towards a static site generator generator (and dynamic sites too)
package unstatic
import UrlPath.*
import java.nio.file.Path as JPath
import scala.collection.*
object StaticLocationBinding:
trait Source:
def locationBindings : immutable.Seq[StaticLocationBinding]
case class StaticLocationBinding( siteRootedPath : Rooted, source : JPath, identifiers : immutable.Set[String] = immutable.Set.empty ) extends AnyBinding