-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feat/react-timeline
- Loading branch information
Showing
5 changed files
with
27 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
layout: deafult | ||
--- | ||
|
||
# Here are my projects | ||
|
||
## OmicsVerse | ||
|
||
The initial aim of the [OmicsVerse portal](https://omicsverse.fr) is to host demo versions of the various data applications I create. | ||
|
||
Application source code and documentation for administrators can be found on my [github](https://github.com/clbenoit). | ||
|
||
The following sections & pages will host detailed documentation of users. | ||
|
||
If you have a genomics-oriented data application to host, don't hesitate to contact me. provided there are resources available. | ||
|
||
### [SomaVarDB](/somavardb.mdx) | ||
|
||
### [GermlineVarDB](/germlinevardb.mdx) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,6 @@ | |
layout: deafult | ||
--- | ||
|
||
# OmicsVerse | ||
# SomaVarDB | ||
|
||
Voilà l'exemple d'un premier projet |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
import { defineConfig } from 'vocs' | ||
|
||
export default defineConfig({ | ||
title: 'Portfolio', | ||
title: 'Home', | ||
topNav: [ | ||
{ text: 'CV', link: '/CV' }, | ||
{ text: 'Blog', link: '/blog' } | ||
], | ||
sidebar: [ | ||
{ | ||
text: 'Projets', | ||
text: 'Projects', | ||
link: '/projects', | ||
}, | ||
{ | ||
text: 'Projet n°1', | ||
link: '/project1', | ||
}, | ||
text: 'SomaVarDB', | ||
link: '/projects/somavardb', | ||
} | ||
], | ||
}) |