a Godot server and UI for testing Ticle pages
addons/http_server | ||
server_files | ||
.gitignore | ||
default_env.tres | ||
icon.png | ||
icon.png.import | ||
Main.gd | ||
Main.tscn | ||
project.godot | ||
README.md | ||
ServerUI.gd | ||
ServerUI.tscn |
Godot frontend for Ticle
Ticle is a WIP tiny static site "generator" that parses Markdown files right in the browser, with no compilation to HTML necessary, intended for equally tiny blogs.
This project aims to provide a nice frontend/UI to manage Ticle files and an easy way to run your site locally.
It uses a slightly modified version of godot-http-server for the server side.
The version of Godot used for this project is 3.5rc4.