luca0N-website/README.md

35 lines
966 B
Markdown
Raw Permalink Normal View History

2022-05-13 20:46:14 +00:00
# luca0N! Website Sources
2022-09-12 10:31:30 +00:00
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.
2022-05-13 20:46:14 +00:00
## License and copyright notice
Copyright © 20202024 luca0N! Some rights reserved.
2022-05-13 20:46:14 +00:00
The contents of the luca0N!.com website are licensed under the Attribution-ShareAlike 4.0 International license unless otherwise stated. See [COPYRIGHT](COPYRIGHT) and [LICENSE](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
2024-03-14 03:32:40 +00:00
- [swg](https://git.luca0n.com/luca0N/swg)
2022-05-13 20:46:14 +00:00
### Building
2022-09-12 10:38:43 +00:00
Run the following command in a shell:
```sh
$ make
```
To delete previously built pages, run the following command:
```sh
$ make clean
```
You can also build the English version only with:
```sh
$ make en # or use `pt' to build Portuguese sources
```