Skip to content

Commit

Permalink
Add content to wiki project
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh committed Sep 19, 2022
1 parent 68fffc9 commit 55efd28
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Expand Up @@ -4,4 +4,8 @@
featured: true
---

hello
[wiki.fairedesjeux.fr/](https://wiki.gamedevalliance.fr/) is a sister website of [fairedesjeux.fr](https://fairedesjeux.fr), a French website to learn how to make games.

It was made using [Hugo](https://gohugo.io/), a static site generator written in Go.

<Image src="cover.png" alt=""></Image>
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion apps/erika.florist/src/layouts/ProjectLayout.astro
Expand Up @@ -11,7 +11,7 @@ export interface Props {
const { project } = Astro.props
---

<BaseLayout>
<BaseLayout title={project.frontmatter.title} description={project.frontmatter.tagline}>
<article class="post mx-auto">
<ContentHeader item={project.frontmatter} includeTags={false} />
<project.Content />
Expand Down

0 comments on commit 55efd28

Please sign in to comment.