Skip to content

lem-project/lem-project.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c6d7a55 · Mar 4, 2025
Mar 4, 2025
May 30, 2023
Jul 11, 2024
Mar 4, 2025
Jan 19, 2025
Nov 24, 2023
Jul 10, 2023
May 30, 2023
Jun 14, 2023
May 31, 2023
Jan 1, 2024
Nov 24, 2023

Repository files navigation

Lem Webpage

This repository contains the code for the webpage of the Lem project and is currently hosted here

Requirements

Development

This webpage uses the Hugo page system with a modify version of the theme hugo-geekdoc.

That theme is NOT in use, it's modified, so you don't have to clone it, it's already in the repository.

Run

To run the server, go to the root directoy and run the command:

make server

If you want to just build the application run the command:

make build

Contributions

Contributions are more than welcome, open an issue here or a pull request here.

In general, follow the guidelines of the main project (https://lem-project.github.io/development/contribute/)