Static website generator for the Genie Framework 🖨️
KwatMDPhD.com is made using this plugin.
cd MyApp
julia --project
]add https://github.com/GenieFramework/GenieStatic.jl
using Genie
# or
#using GenieFramework
using GenieStatic
Genie.loadapp()
Genie.up()
GenieStatic.make("public", "http://localhost:8000")
ls public
open public/index.html
# or
# npx http-server -c-1
Made by Kata 🥋