Go to file
Fabrice Mouhartem fa6c54ccef
css: typo
2024-03-03 23:42:08 +01:00
content teaching: intro paragraph 2024-03-03 23:35:51 +01:00
sass css: typo 2024-03-03 23:42:08 +01:00
static Add Fira Sans Mono font 2023-11-07 10:55:11 +01:00
templates Powered by Zola 2023-11-21 08:44:56 +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

readme.md

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