Lichen
Your site appears to be working!
⚠️ Important ⚠️
Don't forget to password-protect the "cgi-bin" directory! Follow the instructions in the "cgi-bin/.htaccess" file. If you're not using Apache, follow your web server's instructions.
Edit
Go here to edit this page:
If that doesn't work, check the following:
- Verify that all .cgi files in the cgi-bin folder have execute permissions enabled
- Ensure that your web server supports CGI
- Ensure that Gforth is installed
- Ensure that the public files can be written and modified by your web server; this may require changing file or directory permissions:
For example, run the following command on NearlyFreeSpeech in the public directory:
$ chgrp -R web /home/public
If you need to rebuild all pages of your site, run the "./build.sh" script in the root directory.
Customize
The content of "template/_header.html" is prepended and the content of "template/_footer.html" is appended to every page.