a Godot server and UI for testing Tickle pages
Go to file
2022-06-21 15:48:14 +03:00
addons/http_server add initial server implementation 2022-06-21 15:48:14 +03:00
server_files add main html and test files 2022-06-21 15:47:39 +03:00
.gitignore initial commit 2022-06-20 14:11:01 +03:00
default_env.tres initial commit 2022-06-20 14:11:01 +03:00
icon.png initial commit 2022-06-20 14:11:01 +03:00
icon.png.import initial commit 2022-06-20 14:11:01 +03:00
Main.gd add initial server implementation 2022-06-21 15:48:14 +03:00
Main.tscn add initial server implementation 2022-06-21 15:48:14 +03:00
project.godot add initial server implementation 2022-06-21 15:48:14 +03:00
README.md add godot-http-server credit 2022-06-20 14:27:00 +03:00

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.