Skip to content

Commit 4f8b1a9

Browse files
committed
sync
1 parent acf3e13 commit 4f8b1a9

File tree

6 files changed

+38
-6
lines changed

6 files changed

+38
-6
lines changed

config.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ theme = 'lugo'
2222

2323
[markup.goldmark.renderer]
2424
unsafe= true
25+
hardWraps = true
2526

2627
[params.fonts]
2728
google_fonts = false

content/_index.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
---
2-
title: YO
2+
title: ROADMAP
33
---
44

5-
this site is a work in progress.
6-
7-
[resources](/res)

content/res/_index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ Don't forget to keep it simple ;)
1414

1515
## misc
1616

17+
[How I structure my entities](https://youtu.be/UolgW-Ff4bA)
18+
19+
[JBlow's extremely valuable cookbook for engine programming](https://www.youtube.com/playlist?list=PLmV5I2fxaiCI9IAdFmGChKbIbenqRMi6Z)
20+
1721
[Sokol](https://github.com/floooh/sokol) for an easy and solid foundation (platform, input, sound, etc)
1822

1923
https://easings.net/ - easing functions cheat sheet
@@ -89,7 +93,7 @@ then...
8993
[Jai Community Wiki](https://github.com/Jai-Community/Jai-Community-Library/wiki) - a great reference once finished with the `how_to`'s (and for finding stuff that isn't yet doucmented in them)
9094

9195
### Jon Nuggets
92-
valuable comments extracted from various places throughout the Jai codebase
96+
[why RAII is bad](https://www.youtube.com/watch?v=uZgbKrDEzAs&t=603s)
9397

9498
on simply parsing a custom text file, found in `"jai\modules\Text_File_Handler\examples\example.jai"`
9599
```

content/welcome.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: START HERE
3+
---
4+
5+
# YEET
6+
Is this technically a post?
7+
How do I make it not a post, I just want it to be normal page formatting
8+
9+
---
10+
11+
Welcome to my website course!
12+
13+
You're here because you want to learn how to make (and actually release) a video game from scratch without going insane.
14+
15+
This entire website is my attempt to share *everything* I've learnt so far on my gamedev journey.
16+
17+
Every single day I'm battle testing these ideas in an effort to ship high-quality games. As such, I'm constantly learning new ways of doing things. So I'll continue to update this website as I grow.
18+
19+
-> [next](course)
20+
21+
22+
--- *chaos notes waterline* ---
23+
24+
[resources](/res)

notes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2+
TODO
3+
[ ] wikilinks - I'd like to get the [[wiki links]] working, similar to how obsidian does things. https://github.com/milafrerichs/hugo-wikilinks

rando-website-workspace.code-workspace

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@
33
{
44
"path": "."
55
}
6-
]
6+
],
7+
"settings": {
8+
"workbench.colorTheme": "Solarized Light"
9+
}
710
}

0 commit comments

Comments
 (0)