ReadMe
This commit is contained in:
parent
bdaba0762f
commit
be758b763e
38
readme.md
Normal file
38
readme.md
Normal file
@ -0,0 +1,38 @@
|
||||
# Introduction
|
||||
|
||||
The repository for the new https://fmouhart.epheme.re/ website, not released
|
||||
yet.
|
||||
|
||||
This is made with [Zola](https://getzola.org) 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
|
||||
- https://www.getzola.org/documentation/content/multilingual/
|
||||
- [ ] 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.
|
Loading…
Reference in New Issue
Block a user