Neue ESE-Website
Find a file
2024-09-15 17:23:25 +02:00
_includes more page styles 2024-09-15 16:11:29 +02:00
_layouts add aileron font 2024-09-15 17:23:25 +02:00
content setup i18n 2024-09-14 10:59:22 +02:00
.envrc add nix flake and devShell 2024-09-11 17:33:55 +02:00
.gitignore setup eleventy 2024-09-12 13:41:52 +02:00
eleventy.config.js add aileron font 2024-09-15 17:23:25 +02:00
flake.lock add nix flake and devShell 2024-09-11 17:33:55 +02:00
flake.nix add nix flake and devShell 2024-09-11 17:33:55 +02:00
LICENSE Update LICENSE 2024-09-12 12:45:35 +02:00
package-lock.json add aileron font 2024-09-15 17:23:25 +02:00
package.json add aileron font 2024-09-15 17:23:25 +02:00
README.md readme: add building section 2024-09-13 17:52:31 +02:00

ESE Website

This is the WIP rewrite of the ESE website.

Building

To build the website, install the dependencies and run the build script:

npm install
npm run build

The output will be in _site.

You can also start a development server with auto-reloading:

npm run start

Nix DevShell

A nix development shell that provides all required tools for developing and building the project is provided for convenience. Using it is by no means required, although we encourage it.

You can activate the devShell using nix develop or automatically, whenever entering/leaving this project's directory, using direnv (run direnv allow once).