Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 538 Bytes

README.org

File metadata and controls

19 lines (13 loc) · 538 Bytes

Portfolio Website

Hosted here

  • Portfolio website written in fasm.
  • Statically linked ELF-64 x86-64 executable main.

./website.png

Inspired from tsoding’s livestream

Running the website

Built-in Web Server

  • Run the executable `./main`
  • The website will be hosted on port `8080`

Common Gateway Interface (CGI)

  • Run the build script `./cgi.sh`
  • The `cgi-bin` folder will be generated