memeToasty / website

My personal website - with Prolog backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

website

My personal website - with Prolog backend

Requirements

The only thing required is the SWI-Prolog (swipl) interpreter.

Usage

To start the webserver, simply call ./start.sh.
Stop the webserver, using ./stop.sh.

Standard port is 8080, so modify this in the start.sh, if necessary.

If you are using windows, you may have to modify the start.sh to fit your binary.

Plans

I intend to expand the Prolog backend to do something more interesting than just serving static files. Currently there is no idea to what this would be, but if you have an idea for me, just let me know in the Issues

Credits

The source of the static Prolog server is swipl-webapp-howto

About

My personal website - with Prolog backend


Languages

Language:Prolog 71.1%Language:HTML 22.8%Language:Shell 6.1%