Skip to content

Commit 712d8a9

Browse files
committed
basic fixes and todos
1 parent a09f020 commit 712d8a9

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

src/index.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
##center Logan Forman @(https://www.twitter.com/dev_dwarf @dev dwarf)
33
!|w100| Personal Info || |
44
!|| Occupation || Programming, Applied Mathematics |
5-
!|| Location || Albuquerque, New Mexico <img style="display: inline-block" src='/assets/zia.png'> |
6-
!|| Employment || Simulation Software Engineer <br> @(https://www.sceye.com/ Sceye) |
7-
!|| Education || BS. Applied Mathematics <br> @(https://nmt.edu/ New Mexico Institute of Mining and Technology) |
5+
!|| Location || Albuquerque, New Mexico |
6+
!|| Employment || Simulation Software Engineer, <wbr> @(https://www.sceye.com/ Sceye Inc.) |
7+
!|| Education || B.S. Applied Mathematics, <wbr> @(https://nmt.edu/ New Mexico Institute of Mining and Technology) |
88

99

1010
!|left w50| Quick Links || |
@@ -20,7 +20,7 @@
2020

2121
---
2222
## Brief
23-
I'm Logan Forman, a programmer and mathemetician from New Mexico. I've been playing games as long as I can remember and programming them since I was 11.
23+
I'm Logan Forman, a programmer and mathematician from New Mexico. I've been playing games as long as I can remember and programming them since I was 11.
2424
Later on I broadened my horizons and picked up more general programming and math skills. Since graduating from NMT I've been working in New Mexico's Aerospace Industry.
2525

2626

src/writing/implementing-a-simple-undo-system.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@{article}
2-
@{title, Implementing A Simple Undo System, 8 Jan 2024}
2+
@{title, Implementing A Simple Undo System, 08 Jan 2024}
33
@{desc, Details about a nice undo system I implemented recently. }
44
@{sections}
55
---

static-site-gen/site.cpp

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
/*
2-
TODO(lcf, July 18, 2023):
3-
- <sup> and <sub> formatting, possibly for math formulas.
4-
1+
/* TODO(lcf, Jan 01 2025)
2+
* Get code compiling on latest lcf
3+
* cleanup string stuff with new primitives
4+
* Implement math expressions using mathml
5+
* Browsers now have support
6+
* Fallback: https://github.com/fred-wang/mathml.css
7+
* Just make a little custom lang for this, can fallback to mathml if needed :vomit:
58
*/
69

710
#include "../../lcf/lcf.h"

0 commit comments

Comments
 (0)