Frityet / Portfolio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lua Website Template

Do you HATE HTML? Do you also HATE JS?

Do YOU love a small, fast, ergonomic, and simple language developed in Brazil in 1993?

Then this is the template for you! This template lets you write websites written in Lua!

Dependencies

Minimum

Development server

Usage

Add .html.lua files to site/. These will be compiled/served as HTML files. You can also add .css, .html, .lua and .js files to site/. and they will just be copied over to the output directory.

To run the development server, run luvit serve.lua in the root directory. This will start a server on port 8080. You can change the port by editing config.lua.

Writing HTML

See the LuaXMLGenerator documentation

About

License:MIT License


Languages

Language:Lua 97.7%Language:Dockerfile 2.3%