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 🖨️
- Host: GitHub
- URL: https://github.com/genieframework/geniestatic.jl
- Owner: GenieFramework
- License: mit
- Created: 2024-10-07T10:40:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-26T02:20:27.000Z (over 1 year ago)
- Last Synced: 2025-02-26T03:24:58.109Z (over 1 year ago)
- Language: Julia
- Homepage:
- Size: 65.4 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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) 🥋