https://github.com/ashifolfi/luassg
A lua based static site generator with a gui wizard and plugin support
https://github.com/ashifolfi/luassg
imgui lua static-site-generator staticsitegenerator webdev websitedevelopment
Last synced: about 2 months ago
JSON representation
A lua based static site generator with a gui wizard and plugin support
- Host: GitHub
- URL: https://github.com/ashifolfi/luassg
- Owner: ashifolfi
- License: mit
- Created: 2022-12-29T03:13:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-08T19:59:13.000Z (over 2 years ago)
- Last Synced: 2025-02-08T16:42:21.294Z (3 months ago)
- Topics: imgui, lua, static-site-generator, staticsitegenerator, webdev, websitedevelopment
- Language: Lua
- Homepage:
- Size: 50.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ashi's static site generator
**HIGHLY WIP**
A lua based static site generator that uses json, markdown, and template html files to generate pagesTODO: Clean up scripts in main generator component
**HIGHLY WIP**
## requirements for wizard
- Love2D
- [love-imgui](https://github.com/MikuAuahDark/love-imgui)## current progress
main generators:
- [x] standard pages from MD (tables are currently not working)
- [x] static file list plugin
- [ ] static artboard plugin
- [ ] blog plugin
- [ ] full site generation from single config fileGUI:
- [ ] standard site configs
- [x] artboard json editing
- [ ] blog editing
- [ ] filelist plugin supportboth:
- [ ] support for loading plugins## libraries/code used
- [love-imgui](https://github.com/MikuAuahDark/love-imgui)
- [json.lua](https://github.com/rxi/json.lua)
- [luamd](https://github.com/bakpakin/luamd)
- [lfsffi](https://github.com/sonoro1234/luafilesystem/blob/unicode/lfs_ffi.lua)
- [filebrowser.lua](https://github.com/sonoro1234/LuaJIT-ImGui/blob/docking_inter/examples/filebrowser.lua)