Skip to content

Commit af23bf1

Browse files
committed
seo: add meta tags to guides
1 parent af33009 commit af23bf1

4 files changed

Lines changed: 40 additions & 0 deletions

File tree

list/guides/asmstyle.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
---
2+
head:
3+
- - meta
4+
- name: og:title
5+
content: GB ASM style guide
6+
- - meta
7+
- name: og:description
8+
content: This style guide aims to formalize a style that most Game Boy ASM programmers agree on, and provide a good baseline for new programmers just starting in this field.
9+
---
10+
111
# Game Boy ASM style guide
212

313
Written by [ISSOtm](https://github.com/ISSOtm/)

list/guides/deadcscroll.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
---
2+
head:
3+
- - meta
4+
- name: og:title
5+
content: Dead C Scroll tutorial
6+
- - meta
7+
- name: og:description
8+
content: An assembly tutorial for Game Boy showing how the scroll registers can be exploited to create some nice and interesting effects.
9+
---
10+
111
# Dead C Scroll
212

313
An assembly tutorial for Game Boy showing how the scroll registers can be exploited to create some nice and interesting effects.

list/guides/lyc_timing.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
---
2+
head:
3+
- - meta
4+
- name: og:title
5+
content: Timing of LYC STAT Handlers
6+
- - meta
7+
- name: og:description
8+
content: Guide on how to implement raster effects is with the rLYC register.
9+
---
110

211
# The Timing of LYC STAT Handlers
312

list/guides/tools.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
---
2+
head:
3+
- - meta
4+
- name: og:title
5+
content: Choosing tools for Game Boy development
6+
- - meta
7+
- name: og:description
8+
content: Overview of the available tools for Game Boy development.
9+
---
10+
11+
112
# Choosing tools for Game Boy development
213

314

0 commit comments

Comments
 (0)