luca0n.com Website Sources https://www.luca0n.com/
Find a file
luca0N! fc6ec6f902
Add notice about terms/policies update
Add a notice box in the website template file about the Terms of Service
and Privacy Notice update.
2025-12-15 20:33:27 -03:00
src Add notice about terms/policies update 2025-12-15 20:33:27 -03:00
COPYRIGHT Fix typo in COPYRIGHT file 2025-12-15 20:01:44 -03:00
LICENSE Added original source files 2022-05-13 17:46:14 -03:00
Makefile Update repository link 2024-03-17 14:58:29 -03:00
README.md Bump copyright year in missing files 2025-01-16 23:00:31 -03:00

luca0N! Website Sources

This repository contains all sources for the third revision of the luca0N.com website. Keep in mind that the sources for revision 1 and 2 are not in this repository.

Copyright © 20202025 luca0N! Some rights reserved.

The contents of the luca0N!.com website are licensed under the Attribution-ShareAlike 4.0 International license unless otherwise stated. See COPYRIGHT and LICENSE for more information.

Building

Here are the instructions to build this website. It should work on any system, but this was only tested under GNU/Linux.

Requirements

Building

Run the following command in a shell:

$ make

To delete previously built pages, run the following command:

$ make clean

You can also build the English version only with:

$ make en       # or use `pt' to build Portuguese sources