Basic Configuration

The configuration is done in the config.yml file and in the .env file. The minimal configuration is the following, let's unpack it!

config.yml

    content:
        title: "cestmaddy"
        language: en
        header: "header.md"
        footer: "footer.md"
        theme: "tailwind"
        favicon: {
            path: "res/img/monogram_color.svg",
            background: "#eaeaea",
            theme_color: "#1a1a1a"
        }

.env

PORT=3000