Added metadata, removed from search
This commit is contained in:
parent
514b7a5f73
commit
53e7c18a8d
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
||||||
---
|
---
|
||||||
title: Mossfet's Life
|
title: Mossfet's Life
|
||||||
draft: true
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Mossfet's Life is a [Conway's Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life) implementation for the GNOME Platform, written with GTK4 and libadwaita. It uses Rust, and the [Relm4](https://relm4.org/) library to abstract over GTK's Rust bindings.
|
Mossfet's Life is a [Conway's Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life) implementation for the GNOME Platform, written with GTK4 and libadwaita. It uses Rust, and the [Relm4](https://relm4.org/) library to abstract over GTK's Rust bindings.
|
||||||
|
|
|
@ -3,3 +3,5 @@
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
<link rel="stylesheet" href="/css/style.css" type="text/css" media="all" />
|
<link rel="stylesheet" href="/css/style.css" type="text/css" media="all" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<meta name="language" content="en">
|
||||||
|
<meta name="robots" content="noindex">
|
||||||
|
|
Loading…
Reference in a new issue