Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cdubos-fr/resaude
- Owner: cdubos-fr
- License: mit
- Created: 2024-09-08T15:50:53.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-04T15:40:47.000Z (3 months ago)
- Last Synced: 2024-10-09T21:04:23.366Z (3 months ago)
- Topics: github, probot
- Language: Python
- Homepage: https://github.com/cdubos-fr/resaude
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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
```
```