An open API service indexing awesome lists of open source software.

https://github.com/genieframework/geniestatic.jl

Static website generator for the Genie Framework 🖨️
https://github.com/genieframework/geniestatic.jl

Last synced: over 1 year ago
JSON representation

Static website generator for the Genie Framework 🖨️

Awesome Lists containing this project

README

          

# Static website generator for [the Genie Framework](https://genieframework.com) 🖨️

[KwatMDPhD.com](https://KwatMDPhD.com) is made using this.

```julia
]add https://github.com/GenieFramework/GenieStatic.jl

using Genie

using GenieStatic

Genie.loadapp()

up()

GenieStatic.writ("public", "http://localhost:8000")
```

```bash
open public/index.html
```

---

Made by [Kata](https://github.com/KwatMDPhD/Kata.jl) 🥋