Skip to content

Static website generator for the Genie Framework 🖨️

License

Notifications You must be signed in to change notification settings

GenieFramework/GenieStatic.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Static website generator for the Genie Framework 🖨️

KwatMDPhD.com is made using this plugin.

Instruction

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 🥋

About

Static website generator for the Genie Framework 🖨️

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages