Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cdubos-fr/resaude

Res'Aude Web Site
https://github.com/cdubos-fr/resaude

github probot

Last synced: 3 months ago
JSON representation

Res'Aude Web Site

Awesome Lists containing this project

README

        

Res'Aude Web Site

# Development

To add changes, you have to use [Nix](https://nixos.org/) and [Direnv](https://github.com/nix-community/nix-direnv),
this will setup en entire development environment.

Then, you can modify `markdown` content in `source` and test the result with:
- `just build`: that will build html content
- `just run-server`: that will expose a local http server to [`localhost:8000`](http://localhost:8000)

# To add a new member description

You have to create:
- a new file in `source/members` with an explicit name
- then copy-past the following structure and complete `<>` placeholder:
```md
```{dropdown}

:::{image}
:width: 175
:align: right
:::

- 💻:
- ❇️:
- ☘️: ``
- 🛠️:

:::{dropdown} Qui est-ce ?


:::

:::{dropdown} Réalisation


:::

:::{dropdown} Contact

{far}`envelope` Adresse mail:

{fab}`github` Github:

{fab}`gitlab` Gitlab:

{fab}`linkedin` Linkedin:

🌐 Site Web:
:::
```
```
- remember to reference your page in `source/members/index.md`:
```
```{include} ./.md
```
```