Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 464 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 464 Bytes

Static website generator for the Genie Framework 🖨️

KwatMDPhD.com is made using this.

cd MyApp

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

using Genie

using GenieStatic

Genie.loadapp()

up()

GenieStatic.make("public", "http://localhost:8000")
open public/index.html

Made by Kata 🥋