Go to file
2023-11-07 09:56:31 +01:00
content Section title in template title 2023-11-07 09:56:31 +01:00
sass Add logo on header 2023-11-07 09:56:24 +01:00
static Add favicon 2023-11-07 09:56:29 +01:00
templates Section title in template title 2023-11-07 09:56:31 +01:00
.gitignore Initial Commit 2023-11-02 09:04:40 +01:00
config.toml Initial Commit 2023-11-02 09:04:40 +01:00
readme.md Navigation selects the current page 2023-11-06 10:00:42 +01:00

Introduction

The repository for the new https://fmouhart.epheme.re/ website, not released yet.

This is made with Zola as a static site generator.

Building

Development

To modify the website and check the modifications, simply type:

zola serve

It will run a local server on https://localhost:1111.

Publication

To obtain the website to publish, run:

zola build

The content of the website will be in the public/ folder.

Todo

  • Modify templates/nav.html to take into account the current page
  • Select better colors
  • Multi-language (fr/en) support
  • Find a way to store and present data nicely for the research section
    • For instance a json file containing articles and presentations with their url and a short description.
  • Once the templates will be done, move it into a Zola Theme